Skip to content

Commit 9d958b9

Browse files
committed
Rename of GraalVM 25
1 parent e7890a0 commit 9d958b9

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

native-image/containerisation/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ In this workshop you will:
3737

3838
Before starting this workshop, you must have installed:
3939

40-
* [GraalVM for JDK 25](https://www.graalvm.org/downloads/). We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)
40+
* [GraalVM 25](https://www.graalvm.org/downloads/). We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)
4141
```bash
4242
sdk install java 25-graal
4343
```

native-image/micronaut-webserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this workshop you will:
2828
* x86 Linux
2929
* `musl` toolchain
3030
* Container runtime such as [Docker](https://www.docker.com/gettingstarted/), or [Rancher Desktop](https://docs.rancherdesktop.io/getting-started/installation/) installed and running.
31-
* [GraalVM for JDK 25](https://www.graalvm.org/downloads/). We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)
31+
* [GraalVM 25](https://www.graalvm.org/downloads/). We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)
3232
```bash
3333
sdk install java 25-graal
3434
```

native-image/native-build-tools/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ In workshop lab, you will:
3333

3434
Before starting this workshop, you must have installed:
3535

36-
* [GraalVM for JDK 25](https://www.graalvm.org/downloads/) - you can use either the Community or Enterprise Edition.
36+
* [GraalVM 25](https://www.graalvm.org/downloads/) - you can use either the Community or Enterprise Edition.
3737

3838
> If you see the laptop icon in the text, this means you need to do something such as enter a command.
3939

native-image/native-image-quick-start/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this workshop you will perform the following tasks:
3030

3131
Before starting this workshop, you must have installed:
3232

33-
* [GraalVM for JDK 25](https://www.graalvm.org/downloads/) - you can use either the Community or Enterprise Edition.
33+
* [GraalVM 25](https://www.graalvm.org/downloads/) - you can use either the Community or Enterprise Edition.
3434

3535
> If you see the laptop icon in the text, this means you need to do something such as enter a command.
3636

native-image/non-fungible-verses/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ Create a compute instance
8686
- Image: vanilla Oracle Linux 8
8787

8888
Once the VM is up and running, SSH into it and carry out the following steps:
89-
* Install [Oracle GraalVM for JDK 25](https://docs.oracle.com/en/graalvm/jdk/25/docs/getting-started/oci/compute-instance/).
89+
* Install [Oracle GraalVM 25](https://docs.oracle.com/en/graalvm/jdk/25/docs/getting-started/oci/compute-instance/).
9090
* Stop and disable the firewall of the VM (normally this isn't recommended).
9191
* In the security list for the VCN Subnet of your VM, add an ingress rule for TCP traffic on port 8080.
9292

native-image/reflection/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this workshop you will:
2828

2929
Before starting this workshop, you must have installed:
3030

31-
* [GraalVM for JDK 25](https://www.graalvm.org/downloads/) - you can use either the Community or Enterprise Edition.
31+
* [GraalVM 25](https://www.graalvm.org/downloads/) - you can use either the Community or Enterprise Edition.
3232

3333
> If you see the laptop icon in the text, this means you need to do something such as enter a command.
3434

native-image/spring-boot-webserver/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ In this workshop you will:
2828
* x86 Linux
2929
* `musl` toolchain
3030
* Container runtime such as [Docker](https://www.docker.com/gettingstarted/), or [Rancher Desktop](https://docs.rancherdesktop.io/getting-started/installation/) installed and running.
31-
* [GraalVM for JDK 25](https://www.graalvm.org/downloads/). We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)
31+
* [GraalVM 25](https://www.graalvm.org/downloads/). We recommend using [SDKMAN!](https://sdkman.io/). (For other download options, see [GraalVM Downloads](https://www.graalvm.org/downloads/).)
3232
```bash
3333
sdk install java 25-graal
3434
```

native-image/what-the-dickens/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Estimated workshop time: 60 minutes
2020

2121
Before starting this workshop, you must have installed:
2222

23-
* [GraalVM for JDK 25](https://www.graalvm.org/downloads/) - you can use either the Community or Enterprise Edition.
23+
* [GraalVM 25](https://www.graalvm.org/downloads/) - you can use either the Community or Enterprise Edition.
2424
* A Docker-API compatible container runtime such as [Rancher Desktop](https://docs.rancherdesktop.io/getting-started/installation/), [Docker](https://www.docker.io/gettingstarted/), or [Podman](https://podman.io/getting-started/installation).
2525

2626
## **STEP 1**: Introducing the Sample Java Application

0 commit comments

Comments
 (0)