You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: substratevm/CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,8 @@ This changelog summarizes major changes to GraalVM Native Image.
28
28
* (GR-52844) Add `-Os`, a new optimization mode to configure the optimizer in a way to get the smallest code size.
29
29
* (GR-49770) Add support for glob patterns in resource-config files in addition to regexp. The Tracing agent now prints entries in the glob format.
30
30
* (GR-46386) Throw missing registration errors for JNI queries when the query was not included in the reachability metadata.
31
+
* (GR-54241) Streamline Native Image reachability metadata into a single `reachability-metadata.json`. The formerly-used individual metadata files (`reflection-config.json`, `resource-config.json`, etc.) are now deprecated, but will still be accepted.
32
+
Native Image will only output `reachability-metadata.json` files, and those will be readable on the previous LTS versions of GraalVM. See the [documentation](../docs/reference-manual/native-image/ReachabilityMetadata.md).
31
33
32
34
## GraalVM for JDK 22 (Internal Version 24.0.0)
33
35
* (GR-48304) Red Hat added support for the JFR event ThreadAllocationStatistics.
Copy file name to clipboardexpand all lines: substratevm/src/com.oracle.svm.configure/src/com/oracle/svm/configure/config/ConfigurationConditionPrintable.java
Copy file name to clipboardexpand all lines: substratevm/src/com.oracle.svm.configure/src/com/oracle/svm/configure/config/ParserConfigurationAdapter.java
+12-12
Original file line number
Diff line number
Diff line change
@@ -103,73 +103,73 @@ public void registerConstructor(UnresolvedConfigurationCondition condition, bool
0 commit comments