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 Framework has recently introduced a way to inspect the state of an application at build-time, and generate code that provides an optimized version of it.
This issue is about integrating the AOT generation part in the Gradle Plugin so that those optimizations can be added to the repackaged archive and/or used by native-image to build a native image for the application.
The text was updated successfully, but these errors were encountered:
Spring Framework has recently introduced a way to inspect the state of an application at build-time, and generate code that provides an optimized version of it.
This issue is about integrating the AOT generation part in the Gradle Plugin so that those optimizations can be added to the repackaged archive and/or used by
native-image
to build a native image for the application.The text was updated successfully, but these errors were encountered: