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
Spring Boot 3.1.5 Native Image on GraalVM CE 21.0.1 fails to start due to Logback error as below. We have used Janino for some conditional evaluations and the error is thrown on startup of the successfully built native image.
Automatic hints were generated by running all the application functionality first, only then the native image was built.
at org.codehaus.commons.compiler.InternalCompilerException: SNO: Generated compilation unit does not declare class 'SC'
The text was updated successfully, but these errors were encountered:
Spring Boot 3.1.5 Native Image on GraalVM CE 21.0.1 fails to start due to
Logback
error as below. We have usedJanino
for some conditional evaluations and the error is thrown on startup of the successfully built native image.Automatic hints were generated by running all the application functionality first, only then the native image was built.
The text was updated successfully, but these errors were encountered: