Skip to content

Commit afa367b

Browse files
authored
Merge pull request #3245 from lrytz/2.12.21
Scala 2.12.21
2 parents be51540 + 44133c6 commit afa367b

File tree

3 files changed

+19
-18
lines changed

3 files changed

+19
-18
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ keywords:
1616
- Guide
1717

1818
scala-version: 2.13.18
19-
scala-212-version: 2.12.20
19+
scala-212-version: 2.12.21
2020
scala-3-version: 3.7.4
2121

2222
collections:

_overviews/jdk-compatibility/overview.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Minimum Scala 2 versions for each JDK:
3939

4040
| JDK | 2.13 | 2.12 |
4141
|:-----------:|:---------:|:---------:|
42-
| 25 (LTS) | 2.13.17 | 2.12.21* |
42+
| 25 (LTS) | 2.13.17 | 2.12.21 |
4343
| 21 (LTS) | 2.13.11 | 2.12.18 |
4444
| 17 (LTS) | 2.13.6 | 2.12.15 |
4545
| 11 (LTS) | 2.13.0 | 2.12.4 |
4646
| 8 (LTS) | 2.13.0 | 2.12.0 |
4747

48-
\* = forthcoming; support available in [nightly builds](https://docs.scala-lang.org/overviews/core/nightlies.html)
48+
<!-- \* = forthcoming; support available in [nightly builds](https://docs.scala-lang.org/overviews/core/nightlies.html) -->
4949

5050
Even when a version combination isn't listed as supported, most features might still work.
5151

@@ -144,17 +144,10 @@ For possible Scala 2 issues, see the [jdk11](https://github.com/scala/bug/labels
144144

145145
JDK 25 is an LTS release.
146146

147-
Scala 3.3.6+, 3.7.1+ and 2.13.17+ support JDK 25.
147+
Scala 3.3.6+, 3.7.1+, 2.13.17+ and 2.12.21+ support JDK 25.
148148

149149
The Scala test suite and Scala 2.13 community build are green on JDK 25.
150150

151-
The forthcoming 2.12.21 release will support JDK 25.
152-
Support is already available in [nightlies](https://docs.scala-lang.org/overviews/core/nightlies.html).
153-
154-
For information on timing of the forthcoming release, see:
155-
156-
* https://contributors.scala-lang.org/t/scala-2-12-21-release-planning/6753
157-
158151
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).
159152

160153
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).

api/all.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ redirect_from:
1616
* [Library API](https://www.scala-lang.org/api/2.13.18/)
1717
* [Compiler API](https://www.scala-lang.org/api/2.13.18/scala-compiler/scala/)
1818
* [Reflection API](https://www.scala-lang.org/api/2.13.18/scala-reflect/scala/reflect/)
19-
* Scala 2.12.20
20-
* [Library API](https://www.scala-lang.org/api/2.12.20/)
21-
* [Compiler API](https://www.scala-lang.org/api/2.12.20/scala-compiler/scala/)
22-
* [Reflection API](https://www.scala-lang.org/api/2.12.20/scala-reflect/scala/reflect/)
19+
* Scala 2.12.21
20+
* [Library API](https://www.scala-lang.org/api/2.12.21/)
21+
* [Compiler API](https://www.scala-lang.org/api/2.12.21/scala-compiler/scala/)
22+
* [Reflection API](https://www.scala-lang.org/api/2.12.21/scala-reflect/scala/reflect/)
2323
* Scala Modules
24-
* [XML API](https://www.scala-lang.org/api/2.12.20/scala-xml/scala/xml/)
25-
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.20/scala-parser-combinators/scala/util/parsing/)
26-
* [Swing API](https://www.scala-lang.org/api/2.12.20/scala-swing/scala/swing/)
24+
* [XML API](https://www.scala-lang.org/api/2.12.21/scala-xml/scala/xml/)
25+
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.21/scala-parser-combinators/scala/util/parsing/)
26+
* [Swing API](https://www.scala-lang.org/api/2.12.21/scala-swing/scala/swing/)
2727
* Scala 2.11.12
2828
* [Library API](https://www.scala-lang.org/api/2.11.12/)
2929
* [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/
196196
* [Library API](https://www.scala-lang.org/api/2.13.0/)
197197
* [Compiler API](https://www.scala-lang.org/api/2.13.0/scala-compiler/scala/)
198198
* [Reflection API](https://www.scala-lang.org/api/2.13.0/scala-reflect/scala/reflect/)
199+
* Scala 2.12.20
200+
* [Library API](https://www.scala-lang.org/api/2.12.20/)
201+
* [Compiler API](https://www.scala-lang.org/api/2.12.20/scala-compiler/scala/)
202+
* [Reflection API](https://www.scala-lang.org/api/2.12.20/scala-reflect/scala/reflect/)
203+
* Scala Modules
204+
* [XML API](https://www.scala-lang.org/api/2.12.20/scala-xml/scala/xml/)
205+
* [Parser Combinators API](https://www.scala-lang.org/api/2.12.20/scala-parser-combinators/scala/util/parsing/)
206+
* [Swing API](https://www.scala-lang.org/api/2.12.20/scala-swing/scala/swing/)
199207
* Scala 2.12.19
200208
* [Library API](https://www.scala-lang.org/api/2.12.19/)
201209
* [Compiler API](https://www.scala-lang.org/api/2.12.19/scala-compiler/scala/)

0 commit comments

Comments
 (0)