From 44133c6cc595b73ee9aa1acb588d8dc52b850078 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Wed, 10 Dec 2025 10:54:45 +0100 Subject: [PATCH] Scala 2.12.21 --- _config.yml | 2 +- _overviews/jdk-compatibility/overview.md | 13 +++---------- api/all.md | 22 +++++++++++++++------- 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/_config.yml b/_config.yml index c774d59e1..b5662d3ae 100644 --- a/_config.yml +++ b/_config.yml @@ -16,7 +16,7 @@ keywords: - Guide scala-version: 2.13.18 -scala-212-version: 2.12.20 +scala-212-version: 2.12.21 scala-3-version: 3.7.4 collections: diff --git a/_overviews/jdk-compatibility/overview.md b/_overviews/jdk-compatibility/overview.md index 77a17691d..f70ca76ea 100644 --- a/_overviews/jdk-compatibility/overview.md +++ b/_overviews/jdk-compatibility/overview.md @@ -39,13 +39,13 @@ Minimum Scala 2 versions for each JDK: | JDK | 2.13 | 2.12 | |:-----------:|:---------:|:---------:| -| 25 (LTS) | 2.13.17 | 2.12.21* | +| 25 (LTS) | 2.13.17 | 2.12.21 | | 21 (LTS) | 2.13.11 | 2.12.18 | | 17 (LTS) | 2.13.6 | 2.12.15 | | 11 (LTS) | 2.13.0 | 2.12.4 | | 8 (LTS) | 2.13.0 | 2.12.0 | -\* = forthcoming; support available in [nightly builds](https://docs.scala-lang.org/overviews/core/nightlies.html) + Even when a version combination isn't listed as supported, most features might still work. @@ -144,17 +144,10 @@ For possible Scala 2 issues, see the [jdk11](https://github.com/scala/bug/labels JDK 25 is an LTS release. -Scala 3.3.6+, 3.7.1+ and 2.13.17+ support JDK 25. +Scala 3.3.6+, 3.7.1+, 2.13.17+ and 2.12.21+ support JDK 25. The Scala test suite and Scala 2.13 community build are green on JDK 25. -The forthcoming 2.12.21 release will support JDK 25. -Support is already available in [nightlies](https://docs.scala-lang.org/overviews/core/nightlies.html). - -For information on timing of the forthcoming release, see: - -* https://contributors.scala-lang.org/t/scala-2-12-21-release-planning/6753 - For possible Scala 3 issues, see the [area:jdk](https://github.com/scala/scala3/labels/area%3Ajdk) and [compat:java](https://github.com/scala/scala3/labels/compat%3Ajava) labels in [the Scala 3 issue tracker](https://github.com/scala/scala3/issues). For possible Scala 2 issues, see the [jdk11](https://github.com/scala/bug/labels/jdk11), [jdk17](https://github.com/scala/bug/labels/jdk17), [jdk21](https://github.com/scala/bug/labels/jdk21), and [jdk25](https://github.com/scala/bug/labels/jdk25) labels in [the Scala 2 bug tracker](https://github.com/scala/bug/issues). diff --git a/api/all.md b/api/all.md index a655d74c1..a220ec6d5 100644 --- a/api/all.md +++ b/api/all.md @@ -16,14 +16,14 @@ redirect_from: * [Library API](https://www.scala-lang.org/api/2.13.18/) * [Compiler API](https://www.scala-lang.org/api/2.13.18/scala-compiler/scala/) * [Reflection API](https://www.scala-lang.org/api/2.13.18/scala-reflect/scala/reflect/) -* Scala 2.12.20 - * [Library API](https://www.scala-lang.org/api/2.12.20/) - * [Compiler API](https://www.scala-lang.org/api/2.12.20/scala-compiler/scala/) - * [Reflection API](https://www.scala-lang.org/api/2.12.20/scala-reflect/scala/reflect/) +* Scala 2.12.21 + * [Library API](https://www.scala-lang.org/api/2.12.21/) + * [Compiler API](https://www.scala-lang.org/api/2.12.21/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.12.21/scala-reflect/scala/reflect/) * Scala Modules - * [XML API](https://www.scala-lang.org/api/2.12.20/scala-xml/scala/xml/) - * [Parser Combinators API](https://www.scala-lang.org/api/2.12.20/scala-parser-combinators/scala/util/parsing/) - * [Swing API](https://www.scala-lang.org/api/2.12.20/scala-swing/scala/swing/) + * [XML API](https://www.scala-lang.org/api/2.12.21/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.21/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.21/scala-swing/scala/swing/) * Scala 2.11.12 * [Library API](https://www.scala-lang.org/api/2.11.12/) * [Compiler API](https://www.scala-lang.org/api/2.11.12/scala-compiler/) @@ -196,6 +196,14 @@ https://scala-ci.typesafe.com/artifactory/scala-integration/org/scala-lang/ * [Library API](https://www.scala-lang.org/api/2.13.0/) * [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/) * [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/) +* Scala 2.12.20 + * [Library API](https://www.scala-lang.org/api/2.12.20/) + * [Compiler API](https://www.scala-lang.org/api/2.12.20/scala-compiler/scala/) + * [Reflection API](https://www.scala-lang.org/api/2.12.20/scala-reflect/scala/reflect/) + * Scala Modules + * [XML API](https://www.scala-lang.org/api/2.12.20/scala-xml/scala/xml/) + * [Parser Combinators API](https://www.scala-lang.org/api/2.12.20/scala-parser-combinators/scala/util/parsing/) + * [Swing API](https://www.scala-lang.org/api/2.12.20/scala-swing/scala/swing/) * Scala 2.12.19 * [Library API](https://www.scala-lang.org/api/2.12.19/) * [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/)