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
@@ -115,24 +116,29 @@ For possible Scala issues, see the [jdk11](https://github.com/scala/bug/labels/j
115
116
116
117
JDK 22 is non-LTS.
117
118
118
-
Scala 2.13.13+ and 2.12.19+ support JDK 22.
119
-
120
-
We are working on adding JDK 22 support to the 3.3.x release
121
-
series. (Support may be available in nightly builds.)
119
+
Scala 2.13.13+, 2.12.19+, 3.3.4+, and 3.6.2+ support JDK 22.
122
120
123
121
For possible Scala 2 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.
124
122
125
123
## JDK 23 compatibility notes
126
124
127
125
JDK 23 is non-LTS.
128
126
129
-
Scala 2.13.15+ and Scala 2.12.20+ support JDK 23.
127
+
Scala 2.13.15+, Scala 2.12.20+, and Scala 3.6.2+ support JDK 23.
130
128
131
-
We are working on adding JDK 23 support to Scala 3.
129
+
We are working on adding JDK 23 support to Scala 3.3.x.
132
130
(Support may be available in nightly builds and/or release candidates.)
133
131
134
132
For possible Scala 2 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.
135
133
134
+
## JDK 24 compatibility notes
135
+
136
+
JDK 24 will be non-LTS.
137
+
138
+
Scala 2.13.16 (forthcoming) and Scala 2.12.21 (forthcoming) will support JDK 24. We are also working on adding JDK 24 support to Scala 3. (Support may be available in nightly builds and/or release candidates.)
139
+
140
+
For possible Scala 2 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.
141
+
136
142
## GraalVM Native Image compatibility notes
137
143
138
144
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