Skip to content

Commit aed48c4

Browse files
jennyowenrecrwplayrenetapopova
authored
updated system requirements to remove deprecated OSs (#2052)
Co-authored-by: Neil Dewhurst <[email protected]> Co-authored-by: Reneta Popova <[email protected]>
1 parent 855e5ed commit aed48c4

File tree

1 file changed

+17
-24
lines changed

1 file changed

+17
-24
lines changed

modules/ROOT/pages/installation/requirements.adoc

Lines changed: 17 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -84,39 +84,32 @@ For more information, see xref:performance/index.adoc[Performance], and more spe
8484
For personal use and software development:
8585

8686
.Software requirements for personal use and software development
87+
8788
[options="header"]
8889
|===
89-
| Operating System | Supported JDK
90-
| *Debian 11, 12* | OpenJDK 17, OracleJDK 17, and ZuluJDK 17
91-
| *MacOS 11, 12* | OpenJDK 17, ZuluJDK 17
92-
| *SuSE Enterprise Desktop 15* | OpenJDK 17, OracleJDK 17
93-
| *Ubuntu Desktop 22.04+* | OpenJDK 17, OracleJDK 17, and ZuluJDK 17
94-
| *Windows 10, 11* | OracleJDK 17, ZuluJDK 17
90+
| Operating System | Supported JDK
91+
| *Debian 11, 12* | OpenJDK 17/21, OracleJDK 17/21, and ZuluJDK 17/21
92+
| *MacOS 11, 12, 13, 14, 15*footnote:1[In Neo4j 5.26 LTS, deploying Neo4j on MacOs 11, 12, and Windows 10 is deprecated and will be removed in the next release.]| OpenJDK 17, ZuluJDK 17/21
93+
| *SuSE Enterprise Desktop 15* | OpenJDK 17/21, OracleJDK 17/21
94+
| *Ubuntu Desktop 22.04, 24.04* | OpenJDK 17/21, OracleJDK 17/21, and ZuluJDK 17/21
95+
| *Windows 10, 11*footnote:1[] | OracleJDK 17/21, ZuluJDK 17/21
9596
|===
9697

98+
9799
For cloud environments, and server-based, on-premise environments:
98100

99101
.Software requirements for cloud environments, and server-based, on-premise environments
100102
[options="header"]
101103
|===
102104
| Operating System | Supported JDK
103-
| *Amazon Linux 2022 AMI, Amazon Linux 2023 AMI* | Amazon Corretto 17, and OracleJDK 17
104-
| *CentOS Stream 8, 9* | OpenJDK 17, OracleJDK 17, and ZuluJDK 17
105-
| *Debian 11, 12* | OpenJDK 17, OracleJDK 17, and ZuluJDK 17
106-
| *Red Hat Enterprise Linux Server 8.6, 8.8, 9.0, 9.2* | Red Hat OpenJDK 17, Oracle JDK 17, and ZuluJDK 17
107-
| *Ubuntu Server 16.04, 18.04, 20.04, 22.04* | OpenJDK 17, OracleJDK 17, and ZuluJDK 17
108-
| *Windows Server 2016, 2019, 2022* | OracleJDK 17, ZuluJDK 17
105+
| *Amazon Linux 2022 AMI, Amazon Linux 2023 AMI*footnote:2[In Neo4j 5.26 LTS, deploying Neo4j on Amazon Linux 2022 AMI, Unbuntu Server 16.04, 18.04, 20.04, and Windows Server 2016 and 2019 is deprecated and will be removed in the next release.] | Amazon Corretto 17/21, and OracleJDK 17/21
106+
| *CentOS Stream 8, 9* | OpenJDK 17/21, OracleJDK 17/21, and ZuluJDK 17/21
107+
| *Debian 11, 12* | OpenJDK 17/21, OracleJDK 17/21, and ZuluJDK 17/21
108+
| *Red Hat Enterprise Linux Server 8.10, 9.2, 9.4* | Red Hat OpenJDK 17/21, Oracle JDK 17/21, and ZuluJDK 17/21
109+
| *Ubuntu Server 16.04, 18.04, 20.04, 22.04, 24.04*footnote:2[] | OpenJDK 17/21, OracleJDK 17/21, and ZuluJDK 17/21
110+
| *Windows Server 2016, 2019, 2022, 2025*footnote:2[] | OracleJDK 17/21, ZuluJDK 17/21
109111
|===
110112

111-
label:deprecated[Deprecated in 5.26]
112-
Starting from Neo4j 5.26 LTS, deploying the database on the following operating systems is deprecated:
113-
114-
* MacOs 11, 12
115-
* Windows Desktop 10
116-
* Amazon Linux 2022 AMI
117-
* Unbuntu Server 16.04, 18.04, 20.04
118-
* Windows Server 2016, 2019
119-
120113
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].
121114

122115
[[deployment-requirements-filesystem]]
@@ -151,15 +144,15 @@ The minimum requirement is Java Runtime Environment (JRE).
151144
| 4.x | Java SE 11 Platform Specification
152145
| 5.x | Java SE 17 Platform Specification
153146
| 5.14 | Java SE 17 and Java SE 21 Platform Specification
147+
| 5.26 LTS | Java SE 17 and Java SE 21 Platform Specification
154148
|===
155149

156150
[NOTE]
157151
====
158152
The Neo4j 5.26 LTS is the last version that uses the Java SE 17 Platform.
159-
It is recommended to move to **Java SE 21**, which is supported with the Neo4j 5.14 onwards.
153+
It is recommended to move to **Java SE 21**, which is supported in Neo4j 5.14 onwards.
160154
====
161155

162156
xref:installation/neo4j-desktop.adoc[Neo4j Desktop] is available for developers and personal users.
163157
Neo4j Desktop is bundled with a JVM.
164-
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].
165-
158+
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].

0 commit comments

Comments
 (0)