Skip to content

Commit b2a70ff

Browse files
authored
Merge pull request #3005 from SethTisue/jdk-22-and-23
JDK 22 and 23
2 parents 89cbec1 + f689975 commit b2a70ff

File tree

1 file changed

+15
-4
lines changed

1 file changed

+15
-4
lines changed

Diff for: _overviews/jdk-compatibility/overview.md

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

1515
| JDK | 3 | 2.13 | 2.12 | 2.11 |
1616
|:-----------:|:--------:|:---------:|:---------:|:----------:|
17-
| 22 (ea) | 3.3.4* | 2.13.13 | 2.12.19 | |
17+
| 23 (ea) | 3.3.5* | 2.13.14* | 2.12.20* | |
18+
| 22 | 3.3.4* | 2.13.13 | 2.12.19 | |
1819
| 21 (LTS) | 3.3.1 | 2.13.11 | 2.12.18 | |
1920
| 17 (LTS) | 3.0.0 | 2.13.6 | 2.12.15 | |
2021
| 11 (LTS) | 3.0.0 | 2.13.0 | 2.12.4 | 2.11.12 |
@@ -111,14 +112,24 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j
111112

112113
## JDK 22 compatibility notes
113114

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

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

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

122+
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.
123+
124+
## JDK 23 compatibility notes
125+
126+
Early access builds of JDK 23 are available. JDK 23 will be non-LTS.
127+
128+
We are working on adding JDK 23 support to Scala 3 and Scala 2.
129+
(Support may be available in nightly builds.)
130+
131+
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.
132+
122133
## GraalVM Native Image compatibility notes
123134

124135
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)