The format of the reachability metadata identified in the NativeImage tool does not match the description of the document #10088
Labels
tools
Relating to Truffle Tools (CPUSampler, Coverage tool, etc)
https://www.graalvm.org/latest/reference-manual/native-image/metadata/
In the documentation, we are told to write this information to a file META-INF/native-image///reachability-metadata.json.Like this:
but I've found that this isn't the case for the various frameworks.
https://github.com/oracle/graalvm-reachability-metadata/tree/master/metadata/com.graphql-java/graphql-java/19.2
I found that each of these entries was put into a separate json file.
index.json
reflect-config.json
resource-config.json
Which format is the correct one? Is there something missing/wrong in the document? Or is there more than one supported format, but it's not stated in the documentation
The text was updated successfully, but these errors were encountered: