-
Notifications
You must be signed in to change notification settings - Fork 90
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
Add an override flag #9
Labels
enhancement
New feature or request
Comments
Likely not necessary, we can exclude builtin config via an embedded |
|
sdeleuze
added a commit
to sdeleuze/graalvm-reachability-metadata
that referenced
this issue
Sep 12, 2022
Closes gh-oracle#9
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/graalvm-reachability-metadata
that referenced
this issue
Sep 12, 2022
sdeleuze
added a commit
to sdeleuze/graalvm-reachability-metadata
that referenced
this issue
Sep 12, 2022
In order to exclude Netty 4.1 outdated builtin metadata. Closes oracle#9
sdeleuze
added a commit
to sdeleuze/graalvm-reachability-metadata
that referenced
this issue
Sep 12, 2022
In order to exclude Netty 4.1 outdated builtin metadata. Closes oracle#9
Closed
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue is about adding an
override
boolean flag to mention that the provided reachability metadata should override the one provided by the original dependency by excluding the builtin one. This is required for Netty 4.1 for example in order to avoid using the builtin build-time class initialized configuration, see netty/netty#12601 (comment) related detail about why this can't be merged in Netty 4.1 but only Netty 5.I will also create the related https://github.com/graalvm/native-build-tools issue.
The text was updated successfully, but these errors were encountered: