You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -111,14 +112,24 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j
111
112
112
113
## JDK 22 compatibility notes
113
114
114
-
Early access builds of JDK 22 are available. JDK 22 will be non-LTS.
115
+
JDK 22 is non-LTS.
115
116
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.
118
118
119
119
We are working on adding JDK 22 support to the 3.3.x release
120
120
series. (Support may be available in nightly builds.)
121
121
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
+
122
133
## GraalVM Native Image compatibility notes
123
134
124
135
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