Skip to content

Commit 0c369b9

Browse files
committed
JDK compat page: add JDK 23 (early access)
1 parent b9f96f8 commit 0c369b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

_overviews/jdk-compatibility/overview.md

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

1515
| JDK | 3 | 2.13 | 2.12 | 2.11 |
1616
|:-----------:|:--------:|:---------:|:---------:|:----------:|
17+
| 23 (ea) | 3.3.5* | 2.13.14* | 2.12.20* | |
1718
| 22 | 3.3.4* | 2.13.12 | 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 | |
@@ -120,6 +121,15 @@ series. (Support may be available in nightly builds.)
120121

121122
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.
122123

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 22 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+
123133
## GraalVM Native Image compatibility notes
124134

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