diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc index 08f2bfea9..b5e0fbb76 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc @@ -69,7 +69,7 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou | Size (in GB) of the secondary volume on each Azure VM instance. | Graph Database Version -| Select "5" for the latest minor version of Neo4j 5, or select "4.4" for the latest minor version of Neo4j 4.4. +| Select either 4.4, 5, or 2025.x. | Install Graph Data Science | An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`. diff --git a/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc b/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc index d08bff94d..64641ff7e 100644 --- a/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc +++ b/modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc @@ -51,7 +51,7 @@ The Neo4j Deployment Manager template takes several parameters as inputs, deploy | A name for the deployment, e.g., `neo4j-enterprise-edition`. The deployment name can include letters (A-Z and a-z), numbers (0-9), and dashes (-). | Graph Database Version -| Select either 4.4, 5, orn 2025.x. +| Select either 4.4, 5, or 2025.x. | Node Count | Specify the number of desired VMs to be used to form a Neo4j cluster (a minimum of 3 instances is required to form a cluster). diff --git a/modules/ROOT/pages/installation/linux/tarball.adoc b/modules/ROOT/pages/installation/linux/tarball.adoc index 35b40a80c..58b115bc7 100644 --- a/modules/ROOT/pages/installation/linux/tarball.adoc +++ b/modules/ROOT/pages/installation/linux/tarball.adoc @@ -7,8 +7,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica [[unix-console]] == Install Neo4j from a tarball -. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17]. -From version 5.14 onwards, Neo4j also supports JDK 21. +. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 21] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 21]. . Download the latest Neo4j tarball from link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it: + [source, shell, subs="attributes"] diff --git a/modules/ROOT/pages/installation/osx.adoc b/modules/ROOT/pages/installation/osx.adoc index 9484185a5..d454da326 100644 --- a/modules/ROOT/pages/installation/osx.adoc +++ b/modules/ROOT/pages/installation/osx.adoc @@ -8,8 +8,7 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys [[osx-console]] == Unix console application -. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.azul.com/downloads/?package=jdk#zulul[ZuluJDK 17]. -From version 5.14 onwards, Neo4j also supports JDK 21. +. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 21] or link:https://www.azul.com/downloads/?package=jdk#zulul[ZuluJDK 21]. . Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center]. + Select the appropriate tar.gz distribution for your platform. diff --git a/modules/ROOT/pages/installation/windows.adoc b/modules/ROOT/pages/installation/windows.adoc index 4639a9a0c..6410322cd 100644 --- a/modules/ROOT/pages/installation/windows.adoc +++ b/modules/ROOT/pages/installation/windows.adoc @@ -8,8 +8,7 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S [[windows-console]] == Windows console application -. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 17] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 17]. -From version 5.14 onwards, Neo4j also supports JDK 21. +. If it is not already installed, get link:https://openjdk.java.net/[OpenJDK 21] or link:https://www.oracle.com/technetwork/java/javase/downloads/index.html[Oracle Java 21]. . Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center]. + Select the appropriate ZIP distribution. diff --git a/modules/ROOT/pages/tools/cypher-shell.adoc b/modules/ROOT/pages/tools/cypher-shell.adoc index 921fe91ed..7916d46ad 100644 --- a/modules/ROOT/pages/tools/cypher-shell.adoc +++ b/modules/ROOT/pages/tools/cypher-shell.adoc @@ -186,7 +186,7 @@ Note that Cypher queries must end with a semicolon. == Running Cypher Shell from a different server You can also install the Cypher Shell tool on a different server (without Neo4j) and connect to a Neo4j DBMS. -Cypher Shell requires Java 17. +Cypher Shell requires Java 21. [NOTE] ====