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
Starting with the Spring Boot buildpack version 5.35.0, AOT cache can be enabled by setting the env variable BP_JVM_AOTCACHE_ENABLED to true. That works with Java 25+. If Java < 25 is used, a fallback to CDS is automatically performed.
Starting with the Spring Boot buildpack version 5.35.0, AOT cache can be enabled by setting the env variable
BP_JVM_AOTCACHE_ENABLEDtotrue. That works with Java 25+. If Java < 25 is used, a fallback to CDS is automatically performed.