Skip to content
Merged
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
4 changes: 2 additions & 2 deletions .github/workflows/espresso-continuations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Download Espresso
run: curl -sL -o $RUNNER_TEMP/espresso-linux-amd64.tar.gz https://gds.oracle.com/download/espresso/archive/espresso-java21-24.2.2-linux-amd64.tar.gz
run: curl -sL -o $RUNNER_TEMP/espresso-linux-amd64.tar.gz https://gds.oracle.com/download/espresso/archive/espresso-java25-25.0.0-linux-amd64.tar.gz
- uses: actions/setup-java@v4
with:
java-version: '21'
java-version: '25'
distribution: 'jdkfile'
jdkFile: ${{ runner.temp }}/espresso-linux-amd64.tar.gz
- name: Build and run 'espresso-continuations' using Maven
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graaljs-spring-boot-d3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graaljs-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graaljs-webpack-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalpy-custom-venv-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
- uses: actions/setup-python@v5
with:
python-version: 'graalpy-24.1'
python-version: 'graalpy-25.0'
- name: Build, test, and run 'graalpy-custom-venv-guide' using Maven
shell: bash
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-freeze-dependencies-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-javase-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-jbang-qrcode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Run 'graalpy-jbang-qrcode' demo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-jython-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/graalpy-micronaut-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.6'
java-version: '21.0.8'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -38,7 +38,7 @@ jobs:
kill $mnpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.6'
java-version: '21.0.8'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand All @@ -78,7 +78,7 @@ jobs:
kill $mnpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/graalpy-micronaut-multithreaded.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.6'
java-version: '21.0.8'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -39,7 +39,7 @@ jobs:
kill $mnpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -64,7 +64,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.6'
java-version: '21.0.8'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand All @@ -81,7 +81,7 @@ jobs:
kill $mnpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-micronaut-pygal-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-native-extensions-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-openai-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-script-debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/graalpy-spring-boot-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.6'
java-version: '21.0.8'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -38,7 +38,7 @@ jobs:
kill $sbpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21.0.6'
java-version: '21.0.8'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand All @@ -78,7 +78,7 @@ jobs:
kill $sbpid
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'gradle'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-spring-boot-pygal-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalpy-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalwasm-embed-c-code-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
./emsdk activate latest
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -39,4 +39,4 @@ jobs:
source ./emsdk/emsdk_env.sh
cd graalwasm/graalwasm-embed-c-code-guide
./mvnw --no-transfer-progress package
./mvnw --no-transfer-progress exec:java
./mvnw --no-transfer-progress exec:exec
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-embed-go-code-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-embed-rust-code-guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up GraalVM
uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-micronaut-photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/graalwasm-spring-boot-photon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/graalwasm-starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: '24.0.2'
java-version: '25.0.0'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: 'maven'
Expand All @@ -29,7 +29,7 @@ jobs:
run: |
cd graalwasm/graalwasm-starter
./mvnw --no-transfer-progress test
./mvnw --no-transfer-progress exec:java
./mvnw --no-transfer-progress exec:exec
- name: Build, test, and run 'graalwasm-starter' using Gradle
run: |
cd graalwasm/graalwasm-starter
Expand Down
2 changes: 1 addition & 1 deletion espresso/espresso-continuations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Each time it runs, the program increments a counter, displays the updated value,

## Preparation

Install [Espresso 24.2.2](https://www.graalvm.org/latest/reference-manual/espresso/) and set the value of `JAVA_HOME` accordingly.
Install [Espresso 25.0.0](https://www.graalvm.org/latest/reference-manual/espresso/) and set the value of `JAVA_HOME` accordingly.

## Run the Application

Expand Down
2 changes: 1 addition & 1 deletion espresso/espresso-continuations/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<url>https://www.example.com</url>

<properties>
<espresso.version>24.2.2</espresso.version>
<espresso.version>25.0.0</espresso.version>
<serializer>java</serializer>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.release>21</maven.compiler.release>
Expand Down
2 changes: 1 addition & 1 deletion graaljs/graaljs-spring-boot-d3/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<description>Demo project for Spring with GraalJS</description>

<properties>
<graaljs.version>24.2.2</graaljs.version>
<graaljs.version>25.0.0</graaljs.version>
<truffle.jvm.args>--enable-native-access=ALL-UNNAMED --sun-misc-unsafe-memory-access=allow</truffle.jvm.args>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions graaljs/graaljs-starter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A minimal Java application that embeds JavaScript code with GraalJS.

## Preparation

Install GraalVM for JDK 24 and set the value of `JAVA_HOME` accordingly.
Install GraalVM 25 and set the value of `JAVA_HOME` accordingly.
We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)

```bash
sdk install java 24.0.2-graal
sdk install java 25-graal
```

## Run the Application Using Maven
Expand Down
4 changes: 2 additions & 2 deletions graaljs/graaljs-starter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ repositories {
}

dependencies {
implementation("org.graalvm.polyglot:polyglot:24.2.2")
implementation("org.graalvm.polyglot:js:24.2.2")
implementation("org.graalvm.polyglot:polyglot:25.0.0")
implementation("org.graalvm.polyglot:js:25.0.0")

// Use JUnit Jupiter for testing.
testImplementation("org.junit.jupiter:junit-jupiter:5.11.0")
Expand Down
Binary file modified graaljs/graaljs-starter/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
Loading
Loading