-
Notifications
You must be signed in to change notification settings - Fork 1.7k
GraalVM CE 1.0 RC6 breaks Flank fat jar #653
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
Comments
Did this work with rc5? From the error message it looks like you need to register |
Interesting. I'll try to define a reflectconfig. RC5 didn't work either. |
Image building is failing after I defined a reflection config JSON. I opened a pull request so you can easily reproduce the problem: |
@cstancu @christianwimmer this looks like the same thing I commented on in #656. |
@bootstraponline the However, I still cannot successfully build an image for your app. I hit the same problem reported in #783: I am closing this issue. Please follow the progress of #783. |
Thank you for looking into this! I'm excited about using graalvm in the future. |
#783 has been fixed. Now using this command:
and this reflection configuration file:
I can build an executable which when run does something:
I am not familiar with the internals of your project so I stopped there. I just wanted to see how far I can get it. |
Thanks. I made a simple reproducible example that doesn't require authentication with a service account. It's awesome to see GraalVM making progress. 🙂 |
GraalVM CE 1.0 RC6 breaks converting the Flank fat jar to a native executable.
The text was updated successfully, but these errors were encountered: