You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Intro
Two Nativehints that where fixed in previous Versions of Spring native,
are broken again in native11.
I was able to get everything working by readding the Typehints again, with the now changed "TypeAccess"
My proposal might by a bit verbose, but the DEFAULT does not work
Would be nice if these are fixed in 11 again
Support for EntityListeners #869
=> @typehint(types = AuditJpaListener.class, access = {TypeAccess.DECLARED_CLASSES, TypeAccess.DECLARED_CONSTRUCTORS, TypeAccess.DECLARED_METHODS})
=> This is of course specific to my Class, don't know how the generic fix would like
sdeleuze
changed the title
Nativehints for connectionTimeout and JPAListeners that where prev. fixed, are again broken in native 11
Regression in ClientHttpRequestFactoryHints
Jan 21, 2022
Intro
Two Nativehints that where fixed in previous Versions of Spring native,
are broken again in native11.
I was able to get everything working by readding the Typehints again, with the now changed "TypeAccess"
My proposal might by a bit verbose, but the DEFAULT does not work
Would be nice if these are fixed in 11 again
setConnectionTimeout
#954
=>
@typehint(types = org.springframework.http.client.SimpleClientHttpRequestFactory.class, access = {TypeAccess.DECLARED_CLASSES, TypeAccess.DECLARED_CONSTRUCTORS, TypeAccess.DECLARED_METHODS})
Support for EntityListeners
#869
=>
@typehint(types = AuditJpaListener.class, access = {TypeAccess.DECLARED_CLASSES, TypeAccess.DECLARED_CONSTRUCTORS, TypeAccess.DECLARED_METHODS})
=> This is of course specific to my Class, don't know how the generic fix would like
Demo Branch
https://github.com/goafabric/person-service/tree/native-11-github
The text was updated successfully, but these errors were encountered: