Skip to content

Commit ee11ac4

Browse files
vjovanovelkorchi
authored andcommitted
[GR-68985] Backport to 25.0: Fix the reachability-metadata schema and include it with GraalVM.
PullRequest: graal/22964
2 parents ee7da6d + 841f108 commit ee11ac4

File tree

8 files changed

+1790
-22
lines changed

8 files changed

+1790
-22
lines changed

docs/reference-manual/native-image/FFM-API.md

Lines changed: 757 additions & 0 deletions
Large diffs are not rendered by default.

docs/reference-manual/native-image/ReachabilityMetadata.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Computing metadata in code can be achieved in two ways:
123123
## Specifying Metadata with JSON
124124
125125
All metadata specified in the _reachability-metadata.json_ file that is located in any of the classpath entries at _META-INF/native-image/\<group.Id>\/\<artifactId>\/_.
126-
The JSON schema for the reachability metadata is defined in [reachability-metadata-schema-v1.1.0.json](https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/assets/reachability-metadata-schema-v1.1.0.json).
126+
The JSON schema for the reachability metadata is defined in [reachability-metadata-schema-v1.2.0.json](https://github.com/oracle/graal/blob/master/docs/reference-manual/native-image/assets/reachability-metadata-schema-v1.2.0.json).
127127
128128
A sample _reachability-metadata.json_ file can be found [in the sample section](#sample-reachability-metadata).
129129
The _reachability-metadata.json_ configuration contains a single object with one field for each type of metadata. Each field in the top-level object contains an array of *metadata entries*:

0 commit comments

Comments
 (0)