-
Notifications
You must be signed in to change notification settings - Fork 60
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
Support reachability metadata override flag #268
Labels
enhancement
New feature or request
Milestone
Comments
Likely not necessary, we can exclude builtin config via an embedded |
|
sdeleuze
added a commit
to sdeleuze/native-build-tools
that referenced
this issue
Sep 12, 2022
This commit adds support for overriding reachability metadata when the override flag is set to true, see oracle/graalvm-reachability-metadata#9 for more context and use cases. It is implemented by adding required --exclude-config build arguments. Closes graalvmgh-268
sdeleuze
added a commit
to sdeleuze/native-build-tools
that referenced
this issue
Sep 12, 2022
This commit adds support for overriding reachability metadata when the override flag is set to true, designed to be used with oracle/graalvm-reachability-metadata#51. It is implemented by adding the required --exclude-config build arguments. Closes graalvmgh-268
sdeleuze
added a commit
to sdeleuze/native-build-tools
that referenced
this issue
Sep 12, 2022
This commit adds support for overriding reachability metadata when the override flag is set to true, designed to be used with oracle/graalvm-reachability-metadata#51. It is implemented by adding the required --exclude-config build arguments. Closes graalvm#268
sdeleuze
added a commit
to sdeleuze/native-build-tools
that referenced
this issue
Sep 13, 2022
This commit adds support for overriding reachability metadata when the override flag is set to true, designed to be used with oracle/graalvm-reachability-metadata#51. It is implemented by adding the required --exclude-config build arguments. Closes graalvm#268
Closed
6 tasks
sdeleuze
added a commit
to sdeleuze/spring-aot-smoke-tests
that referenced
this issue
Sep 22, 2022
Not needed anymore after NBT 0.9.14 upgrade, see graalvm/native-build-tools#268 related issue.
sdeleuze
added a commit
to sdeleuze/spring-aot-smoke-tests
that referenced
this issue
Sep 22, 2022
Not needed anymore after NBT 0.9.14 upgrade, see graalvm/native-build-tools#268 related issue.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is about supporting the new reachability metadata
override
flag described in oracle/graalvm-reachability-metadata#9 by generating the relevant--exclude-config
native image parameters (see also #185 related issue). This can be tested with Netty 4.1 artifacts once the related metadata will be contributed to the reachability metadata repository (see oracle/graalvm-reachability-metadata#10).The text was updated successfully, but these errors were encountered: