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
A change in e074fcc seems to now cause problems with the native image support (related to oracle/graal#6510) resulting in
om.oracle.svm.core.util.VMError$HostedError: New Method or Constructor found as reachable after static analysis: public org.springframework.data.web.config.EnableSpringDataWebSupport$PageSerializationMode org.springframework.data.web.config.SpringDataWebSettings.pageSerializationMode()
The text was updated successfully, but these errors were encountered:
This commit adds a required native image reflection hint to allow Jackson object mapping to resolve and invoke the constructor of PageMetadata.
It also fixes an issue that surfaced after changing the bean constructor argument for SpringDataWebSettings leading to failures during the native compilation.
Closes: #3171
A change in e074fcc seems to now cause problems with the native image support (related to oracle/graal#6510) resulting in
The text was updated successfully, but these errors were encountered: