-
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
Cannot run minimal (GraalVM native images) samples #198
Comments
Good catch, I have created oracle/graal#1170 about that issue. |
GraalVM RC 15 CE also has fixed this issue, however this exception now occurs at runtime.
This looks to be related to oracle/graal#649 |
I think we need to wait GraalVM 1.0 RC17 to have all the Spring related fixes. |
I am closing this issue in favor of #146 that will leverage the improvements of the related spring-projects/spring-framework#22968 Spring Framework issue for out of the box support. |
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
Hello,
First of all I would like to really appreciate your work. Thank you!
I wanted to try native images, inspired by @sdeleuze presentation at Devoxx.
However, I faced an issue with running already built image (
kofu-reactive-minimal
) with error:Same applies to
jafu-reactive-minimal
. Currently I am using GraalVM RC 15 EE on Ubuntu 18.04, but had the same error with GraalVM CE. Also, I did not found any note at README, so I assume it is just enough to run./build.sh
and then start an image.The text was updated successfully, but these errors were encountered: