Skip to content
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

GraalVM native image support #99

Open
maciejwalkowiak opened this issue Nov 27, 2022 · 2 comments
Open

GraalVM native image support #99

maciejwalkowiak opened this issue Nov 27, 2022 · 2 comments

Comments

@maciejwalkowiak
Copy link

When trying to run Spring PetClinic as a GraalVM native image I hit several issues related to WebJars. As a workaround I added runtime hints: https://gist.github.com/maciejwalkowiak/6f7097157aec2f5d1a4929c0f12bbc67

Perhaps these hints (in standard GraalVM JSON format) could be included in webjars-locator-core itself? Or should they be added to https://github.com/oracle/graalvm-reachability-metadata project?

@sdeleuze
Copy link

IMO a duplicate of #96 which will bring native imahe support if implemented.

@jamesward
Copy link
Member

Yeah, We need to get #96 dealt with and this should all be better. I'm working on making progress for that but will leave this open until we get it done and can verify it fixes the GraalVM native image issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants