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

graal support for embedded jars #263

Conversation

fhanik
Copy link
Member

@fhanik fhanik commented Mar 17, 2020

Don't merge yet, opening PR for purpose of review.

I will bring this up on the mailing list.

include Graal files so that the native-image compiler picks it up
automatically

@fhanik fhanik force-pushed the feature/graal-config-files-for-embedded-jars branch from 2f6089a to f84c49b Compare March 17, 2020 16:48
@rmaucher
Copy link
Contributor

It doesn't seem bad to do that given how these jars are used.
Note: The resource bundles are now traced with Graal 20.0 so it's not 100% mandatory to have them (but I left that in the other resources because that was already there and it's documented to work with 19.3).

@fhanik fhanik force-pushed the feature/graal-config-files-for-embedded-jars branch from f84c49b to 5340ef7 Compare April 6, 2020 18:23
automatically

Location of Graal native-image files:
META-INF/native-image/groupId/artifactId

https://www.graalvm.org/docs/reference-manual/native-image/
Native Image Configuration
@fhanik fhanik force-pushed the feature/graal-config-files-for-embedded-jars branch from 5340ef7 to 227be6b Compare April 6, 2020 19:41
@fhanik
Copy link
Member Author

fhanik commented Apr 9, 2020

Close in favor of #274

@fhanik fhanik closed this Apr 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants