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
We need a way to opt-in for the use of AOT on the JVM. Right now, we rely on the system property that is set when building a native image (or running with the native image agent with Native Build Tools), but this should be restricted to things that should really behave differently there.
Spring Native has an AotModeDetector we could use as an inspiration. This will also be relevant for #28205.
The text was updated successfully, but these errors were encountered:
This commit adds a central utility to figure out if the application
must run with Ahead-Of-Time optimizations. This is mandatory for running
in a native image but can be selected on the JVM using the
"spring.aot.enabled" property.
Closesspring-projectsgh-28474
Uh oh!
There was an error while loading. Please reload this page.
We need a way to opt-in for the use of AOT on the JVM. Right now, we rely on the system property that is set when building a native image (or running with the native image agent with Native Build Tools), but this should be restricted to things that should really behave differently there.
Spring Native has an
AotModeDetector
we could use as an inspiration. This will also be relevant for #28205.The text was updated successfully, but these errors were encountered: