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.
Tested on commandlinerunner-gradle, gradle bootBuildImage works on main not on 0.11.x. The error Class initialization of org.springframework.beans.CachedIntrospectionResults failed. Use the option --initialize-at-run-time=org.springframework.beans.CachedIntrospectionResults to explicitly request delayed initialization of this class suggests generated sources are not taken in account.
The text was updated successfully, but these errors were encountered:
Prior to this commit, the sample CommandLineRunner application would be
built with JDK8. This would trigger the selection of the JDK8 GraalVM
toolkit by the buildpack, and fail the build process.
Spring Native requires now JDK11 and this commit ensures that this
sample application reflects that.
Fixesgh-1000
Prior to this commit, the sample CommandLineRunner application would be
built with JDK8. This would trigger the selection of the JDK8 GraalVM
toolkit by the buildpack, and fail the build process.
Spring Native requires now JDK11 and this commit ensures that this
sample application reflects that.
Fixesgh-1000
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Tested on
commandlinerunner-gradle
,gradle bootBuildImage
works onmain
not on0.11.x
. The errorClass initialization of org.springframework.beans.CachedIntrospectionResults failed. Use the option --initialize-at-run-time=org.springframework.beans.CachedIntrospectionResults to explicitly request delayed initialization of this class
suggests generated sources are not taken in account.The text was updated successfully, but these errors were encountered: