Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
13 changes: 3 additions & 10 deletions _overviews/jdk-compatibility/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<!-- \* = 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.

Expand Down Expand Up @@ -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).
Expand Down
22 changes: 15 additions & 7 deletions api/all.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)
Expand Down Expand Up @@ -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/)
Expand Down