Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/native-image-build-static-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
timeout-minutes: 15
strategy:
matrix:
java-version: ['21', '24-ea']
java-version: ['21', '25']
steps:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
Expand Down
2 changes: 1 addition & 1 deletion native-image/build-with-js-embedded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<graalvm.polyglot.version>24.1.1</graalvm.polyglot.version>
<graalvm.polyglot.version>25.0.0</graalvm.polyglot.version>
<native.maven.plugin.version>0.10.6</native.maven.plugin.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion native-image/embed-sbom/sbom-test/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Including Class-Level Metadata in the SBOM

This demo tests including class-level metadata to the SBOM components at build time.
Find more information on [the website](https://www.graalvm.org/jdk24/security-guide/native-image/sbom/#including-class-level-metadata-in-the-sbom).
Find more information on [the website](https://www.graalvm.org/jdk25/security-guide/native-image/sbom/#including-class-level-metadata-in-the-sbom).

> Available with GraalVM for JDK 24 and later.
2 changes: 1 addition & 1 deletion native-image/optimize-memory/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Optimize Memory Footprint of a Native Executable

You can find the steps to run this demo on [the website](https://www.graalvm.org/jdk24/reference-manual/native-image/guides/optimize-memory-footprint/).
You can find the steps to run this demo on [the website](https://www.graalvm.org/jdk25/reference-manual/native-image/guides/optimize-memory-footprint/).