-
-
Notifications
You must be signed in to change notification settings - Fork 500
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
Provide GraalVM native image support #1164
Comments
Hi @sdeleuze, I confirm WIP to have GraalVM fully supported together with spring-native. It should be working, out of the box without any additional configuration starting from the next release The main missing piece is related to oracle/graal#1108 or spring-attic/spring-native#157, but i added workaround for it 60e458e. I will add a simple demos project that will be available soon using the latest SNAPSHOT. |
Amazing, I will mention Springdoc in Spring Native documentation when released. |
Hi @sdeleuze, I confirm, that release There is huge improvement of The improvement is just impressive with the native image on many levels. VM characteristics:
Components versions:
springdoc-openapi-spring-boot-2-webflux demo results:
springdoc-openapi-spring-boot-2-webmvc demo results:
|
@bnasslahsen I tried version 1.5.9 with the latest Spring Native 0.10.1 ... unfortunately its not working out of the box. Is there anything special that has to be adjusted here ? The Demo Example e.g. excludes the health endpoint thx |
As mentioned in the previous post, the demo was validated with:
For the support for newer versions which, it's better to create a separate enhancement request. (I have now created #1225) |
We don't provide such support directly on Spring Native side because we only support what supported on start.spring.io, but I will be happy to provide some guidance and help if somebody is interested to contribute it here.
The text was updated successfully, but these errors were encountered: