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
@@ -71,10 +72,16 @@ JDK 14 was released in March 2020, and JDK 15 was released in September 2020. Bu
71
72
72
73
JDK 12, 13, 14, and 15 are expected to work wherever JDK 11 does. The Scala community build now runs on JDK 15 (as well as 11 and 8).
73
74
74
-
As of October 2020, the [jdk12](https://github.com/scala/bug/labels/jdk12) and [jdk13](https://github.com/scala/bug/labels/jdk13) labels in scala/bug have no open bugs. New issues will likely be reported against the newer non-LTS [jdk14 label](https://github.com/scala/bug/labels/jdk14) and [jdk15 label](https://github.com/scala/bug/labels/jdk15) or the LTS [jdk11 label](https://github.com/scala/bug/labels/jdk11).
75
+
As of October 2020, the [jdk12](https://github.com/scala/bug/labels/jdk12) and [jdk13](https://github.com/scala/bug/labels/jdk13) labels in scala/bug have no open bugs. New issues will likely be reported against the newer non-LTS [jdk14 label](https://github.com/scala/bug/labels/jdk14) and [jdk15 label](https://github.com/scala/bug/labels/jdk15)and [jdk16 label](https://github.com/scala/bug/labels/jdk15)or the LTS [jdk11 label](https://github.com/scala/bug/labels/jdk11).
75
76
76
77
As far as we know, 12, 13, 14, and 15 are similar to 11 with respect to Scala compatibility.
77
78
79
+
## JDK 16 compatibility notes
80
+
81
+
JDK 16 prereleases are now available. The final release is [targeted](https://openjdk.java.net/projects/jdk/16/) for March 2021.
82
+
83
+
The Scala community build now runs on JDK 16. As of February 1, there are known issues on the [jdk16](https://github.com/scala/bug/labels/jdk16) label. We are working on it. We intend to ship improved JDK 16 support in Scala 2.12.14 ([release timing thread](https://contributors.scala-lang.org/t/scala-2-12-14-planning/4852/2)) and 2.13.5 ([release timing thread](https://contributors.scala-lang.org/t/scala-2-13-5-planning/4825/6)).
84
+
78
85
## Scala 3
79
86
80
87
The Scala 3.0.x series will support JDK 8, as well as 11 and beyond.
0 commit comments