From b44ea08de8295ebf80e5695cece06b07da03e263 Mon Sep 17 00:00:00 2001 From: Natalia Ivakina Date: Fri, 29 Nov 2024 15:40:21 +0100 Subject: [PATCH 1/2] Update information about supported and deprecated OS and Java --- modules/ROOT/pages/installation/requirements.adoc | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modules/ROOT/pages/installation/requirements.adoc b/modules/ROOT/pages/installation/requirements.adoc index 6f67c0783..530dd75f6 100644 --- a/modules/ROOT/pages/installation/requirements.adoc +++ b/modules/ROOT/pages/installation/requirements.adoc @@ -108,9 +108,19 @@ For cloud environments, and server-based, on-premise environments: | *Windows Server 2016, 2019, 2022* | OracleJDK 17, ZuluJDK 17 |=== +label:deprecated[Deprecated in 5.26] +Starting from Neo4j 5.26 LTS, deploying the database on the following operating systems is deprecated: + +* MacOs 11, 12 +* Windows Desktop 10 +* Amazon Linux 2022 AMI +* Unbuntu Server 16.04, 18.04, 20.04 +* Windows Server 2016, 2019 + [NOTE] ==== -From version 5.14 onwards, Neo4j also supports JDK 21 on all Operating Systems. +The Neo4j 5.26 LTS is the last version that uses the Java SE 17 Platform. +It is recommended to move to **Java SE 21**, which is supported with the Neo4j 5.14 onwards. ==== For more information on Red Hat Enterprise Linux Life Cycle, refer to their link:https://access.redhat.com/support/policy/updates/errata/#RHEL8_and_9_Life_Cycle[official documentation]. @@ -147,6 +157,7 @@ The minimum requirement is Java Runtime Environment (JRE). | 4.x | Java SE 11 Platform Specification | 5.x | Java SE 17 Platform Specification | 5.14 | Java SE 17 and Java SE 21 Platform Specification +| 5.26 LTS | This is the last version that uses the Java SE 17 Platform. It is recommended to move to Java SE 21. |=== xref:installation/neo4j-desktop.adoc[Neo4j Desktop] is available for developers and personal users. From 82f1143eb15087012ebb72bdaf58043ca16ba0f4 Mon Sep 17 00:00:00 2001 From: NataliaIvakina <82437520+NataliaIvakina@users.noreply.github.com> Date: Fri, 6 Dec 2024 11:33:33 +0100 Subject: [PATCH 2/2] Move the note to the Java section --- modules/ROOT/pages/installation/requirements.adoc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/modules/ROOT/pages/installation/requirements.adoc b/modules/ROOT/pages/installation/requirements.adoc index 530dd75f6..3f4a3c87d 100644 --- a/modules/ROOT/pages/installation/requirements.adoc +++ b/modules/ROOT/pages/installation/requirements.adoc @@ -117,12 +117,6 @@ Starting from Neo4j 5.26 LTS, deploying the database on the following operating * Unbuntu Server 16.04, 18.04, 20.04 * Windows Server 2016, 2019 -[NOTE] -==== -The Neo4j 5.26 LTS is the last version that uses the Java SE 17 Platform. -It is recommended to move to **Java SE 21**, which is supported with the Neo4j 5.14 onwards. -==== - For more information on Red Hat Enterprise Linux Life Cycle, refer to their link:https://access.redhat.com/support/policy/updates/errata/#RHEL8_and_9_Life_Cycle[official documentation]. [[deployment-requirements-filesystem]] @@ -156,10 +150,15 @@ The minimum requirement is Java Runtime Environment (JRE). | 3.x | Java SE 8 Platform Specification | 4.x | Java SE 11 Platform Specification | 5.x | Java SE 17 Platform Specification -| 5.14 | Java SE 17 and Java SE 21 Platform Specification -| 5.26 LTS | This is the last version that uses the Java SE 17 Platform. It is recommended to move to Java SE 21. +| 5.14 | Java SE 17 and Java SE 21 Platform Specification |=== +[NOTE] +==== +The Neo4j 5.26 LTS is the last version that uses the Java SE 17 Platform. +It is recommended to move to **Java SE 21**, which is supported with the Neo4j 5.14 onwards. +==== + xref:installation/neo4j-desktop.adoc[Neo4j Desktop] is available for developers and personal users. Neo4j Desktop is bundled with a JVM. For more information on how to use Neo4j Desktop and its capabilities, see the link:https://neo4j.com/docs/desktop-manual/current/[Neo4j Desktop documentation].