-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve GraalVM native support #146
Comments
This issue should leverage the spring-projects/spring-framework#22968 dedicated issue. |
The focus is now on supporting GraalVM native image out of the box, see #146 and spring-projects/spring-framework#22968 for more details. Closes #198
We should leverage https://github.com/spring-projects-experimental/spring-graal-native-image (does not work yet but it should not be very far). |
That is a great idea. Maybe also think about how Quarkus done it's features for native image compilation. Spring has to be able to ease up native image compilation if it wants to be competitive in future cloud native development. |
Works now out of the box (at least for basic samples) with #269 and |
See related GraalVM issues:
On Spring Fu side, the main blocker is /META-INF/spring.factories (see #133).
The text was updated successfully, but these errors were encountered: