Skip to content

Commit da306a8

Browse files
authored
Java 17 leftovers (#2074)
1 parent a6136d1 commit da306a8

File tree

6 files changed

+6
-9
lines changed

6 files changed

+6
-9
lines changed

modules/ROOT/pages/cloud-deployments/neo4j-azure.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ The Neo4j ARM template takes several parameters as inputs, deploys a set of clou
6969
| Size (in GB) of the secondary volume on each Azure VM instance.
7070

7171
| Graph Database Version
72-
| Select "5" for the latest minor version of Neo4j 5, or select "4.4" for the latest minor version of Neo4j 4.4.
72+
| Select either 4.4, 5, or 2025.x.
7373

7474
| Install Graph Data Science
7575
| An option to install Graph Data Science (GDS). Accepted values are `Yes` or `No`.

modules/ROOT/pages/cloud-deployments/neo4j-gcp.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The Neo4j Deployment Manager template takes several parameters as inputs, deploy
5151
| 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 (-).
5252

5353
| Graph Database Version
54-
| Select either 4.4, 5, orn 2025.x.
54+
| Select either 4.4, 5, or 2025.x.
5555

5656
| Node Count
5757
| 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).

modules/ROOT/pages/installation/linux/tarball.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ Before you install Neo4j on Linux from a tarball and run it as a console applica
77
[[unix-console]]
88
== Install Neo4j from a tarball
99

10-
. 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].
11-
From version 5.14 onwards, Neo4j also supports JDK 21.
10+
. 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].
1211
. Download the latest Neo4j tarball from link:{neo4j-download-center-uri}/?gdb-selfmanaged[Neo4j Deployment Center] and unpack it:
1312
+
1413
[source, shell, subs="attributes"]

modules/ROOT/pages/installation/osx.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Before you install Neo4j on macOS, check xref:installation/requirements.adoc[Sys
88
[[osx-console]]
99
== Unix console application
1010

11-
. 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].
12-
From version 5.14 onwards, Neo4j also supports JDK 21.
11+
. 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].
1312
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1413
+
1514
Select the appropriate tar.gz distribution for your platform.

modules/ROOT/pages/installation/windows.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ Before you install Neo4j on Windows, check xref:installation/requirements.adoc[S
88
[[windows-console]]
99
== Windows console application
1010

11-
. 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].
12-
From version 5.14 onwards, Neo4j also supports JDK 21.
11+
. 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].
1312
. Download the latest release from {neo4j-download-center-uri}[Neo4j Deployment Center].
1413
+
1514
Select the appropriate ZIP distribution.

modules/ROOT/pages/tools/cypher-shell.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ Note that Cypher queries must end with a semicolon.
186186
== Running Cypher Shell from a different server
187187

188188
You can also install the Cypher Shell tool on a different server (without Neo4j) and connect to a Neo4j DBMS.
189-
Cypher Shell requires Java 17.
189+
Cypher Shell requires Java 21.
190190

191191
[NOTE]
192192
====

0 commit comments

Comments
 (0)