Supporting org.apache.xml.security in graalVM
guust.ysebie.be
Supporting org.apache.xml.security in graalVM
1–6 of 6 posts
Re: Supporting org.apache.xml.security in graalVM
#2Re: Supporting org.apache.xml.security in graalVM
#3Re: Supporting org.apache.xml.security in graalVM
#4Re: Supporting org.apache.xml.security in graalVM
#5... as a PR, so that, when merged, other users can pull it into their build automatically, merely by looking up from the relevant dependency's maven coordinates.
You can also ship this metadata as part of the library artifact itself[1], by placing configurations at the JAR resource path `META-INF/native-image///reachability-metadata.json`, etc
[1]: https://www.graalvm.org/latest/reference-manual/native-image...
Re: Supporting org.apache.xml.security in graalVM
#6This is great, but you should post it to: https://github.com/oracle/graalvm-reachability-metadata ... as a PR, so that, when merged, other users can pull it into their build automatically, merely by looking up from the relevant dependency's maven coordinates. You can also ship this metadata as part of the library artifact itself [1], by placing configurations at the JAR resource path `META-INF/native-image/ / /reacha…