Skip to content

Commit b9f96f8

Browse files
committed
JDK 22 is now in General Availability
1 parent 48354bd commit b9f96f8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

_overviews/jdk-compatibility/overview.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Minimum Scala versions:
1414

1515
| JDK | 3 | 2.13 | 2.12 | 2.11 |
1616
|:-----------:|:--------:|:---------:|:---------:|:----------:|
17-
| 22 (ea) | 3.3.4* | 2.13.12 | 2.12.19 | |
17+
| 22 | 3.3.4* | 2.13.12 | 2.12.19 | |
1818
| 21 (LTS) | 3.3.1 | 2.13.11 | 2.12.18 | |
1919
| 17 (LTS) | 3.0.0 | 2.13.6 | 2.12.15 | |
2020
| 11 (LTS) | 3.0.0 | 2.13.0 | 2.12.4 | 2.11.12 |
@@ -111,14 +111,15 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j
111111

112112
## JDK 22 compatibility notes
113113

114-
Early access builds of JDK 22 are available. JDK 22 will be non-LTS.
114+
JDK 22 is non-LTS.
115115

116-
Initial support for JDK 22 has been merged and is now available in
117-
Scala 2.13.12 and 2.12.19.
116+
Scala 2.13.12+ and 2.12.19+ support JDK 22.
118117

119118
We are working on adding JDK 22 support to the 3.3.x release
120119
series. (Support may be available in nightly builds.)
121120

121+
For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/jdk11), [jdk17](https://github.com/scala/bug/labels/jdk17), and [jdk21](https://github.com/scala/bug/labels/jdk21) labels in the Scala 2 bug tracker.
122+
122123
## GraalVM Native Image compatibility notes
123124

124125
There are several records of successfully using Scala with [GraalVM](https://www.graalvm.org) Native Image (i.e., ahead of time compiler) to produce directly executable binaries.

0 commit comments

Comments
 (0)