Skip to content

Commit 4b28b3c

Browse files
authored
Doc: Update Java version requirements for 8.18 (#18129)
1 parent 45f05cf commit 4b28b3c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

docs/static/jvm.asciidoc

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
{ls} requires one of these versions:
66

77
* Java 11
8-
* Java 17 (default). Check out <<jdk17-upgrade>> for settings info.
8+
* Java 17
9+
* Java 21 (default)
910

1011
Use the
1112
http://www.oracle.com/technetwork/java/javase/downloads/index.html[official
@@ -64,11 +65,11 @@ install the correct startup method (SysV init scripts, Upstart, or systemd). If
6465
installation, you may get an error message, and {ls} will not start properly.
6566

6667
[float]
67-
[[jdk17-upgrade]]
68-
==== Using JDK 17
68+
[[jdk-upgrade]]
69+
==== Update JDK settings when upgrading from {ls} 7.11.x (or earlier)
6970

70-
{ls} uses JDK 17 by default, but you need to update settings in `jvm.options` and
71-
`log4j2.properties` if you are upgrading from {ls} 7.11.x (or earlier) to 7.12 or later.
71+
{ls} uses JDK 21 by default.
72+
If you are upgrading from {ls} 7.11.x (or earlier) to 7.12 or later, you need to update settings in `jvm.options` and `log4j2.properties`.
7273

7374

7475
[float]

0 commit comments

Comments
 (0)