Skip to content

Commit abec7dc

Browse files
authored
Merge pull request #3165 from SethTisue/jdk-compat-tweaks
JDK compatibility page tweaks
2 parents cb24cba + 9f249ed commit abec7dc

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: _overviews/jdk-compatibility/overview.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Minimum Scala versions:
1414

1515
| JDK | 3 | 3 LTS | 2.13 | 2.12 | 2.11 |
1616
|:-----------:|:--------:|:--------:|:---------:|:---------:|:----------:|
17-
| 24 (ea) | 3.6.4<br>(forthcoming) | 3.3.6<br>(forthcoming) | 2.13.16 | 2.12.21<br>(forthcoming) | |
17+
| 24 (ea) | 3.6.4* | 3.3.6* | 2.13.16 | 2.12.21* | |
1818
| 23 | 3.6.2 | 3.3.5 | 2.13.15 | 2.12.20 | |
1919
| 22 | 3.4.0 | 3.3.4 | 2.13.13 | 2.12.19 | |
2020
| 21 (LTS) | 3.4.0 | 3.3.1 | 2.13.11 | 2.12.18 | |
@@ -47,8 +47,6 @@ Even when a version combination isn't listed as supported, most features might s
4747
Using a different build tool, such as Gradle or Maven? We invite pull
4848
requests adding additional columns to this table.
4949

50-
**Next Scala 3 LTS series will drop JDK 8 support** - read more about it in [the blog post](https://www.scala-lang.org/news/next-scala-lts.html).
51-
5250
## Running versus compiling
5351

5452
JDK 8, 11, 17, and 21 are all reasonable choices both for *compiling* and *running* Scala code.
@@ -153,6 +151,8 @@ A few sbt plugins are offering support for GraalVM Native Image compilation:
153151

154152
## Scala 3
155153

156-
>The Scala 3.x series supports JDK 8, as well as 11 and beyond.
154+
At present, both Scala 3 LTS and Scala Next support JDK 8, as well as 11 and beyond.
157155

158-
As Scala and the JVM continue to evolve, some eventual Scala version may drop support for JDK 8, in order to better take advantage of new JVM features. It isn't clear yet what the new minimum supported version might become.
156+
As per [this blog post](https://www.scala-lang.org/news/next-scala-lts.html),
157+
a forthcoming Scala 3 LTS version will drop JDK 8 support and may drop
158+
11 as well. Stay tuned.

Diff for: _sips/sips/futures-promises.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ Examples:
720720
4. [Scala Actors Futures][4]
721721
5. [Scalaz Futures][5]
722722

723-
[1]: https://www.microsoft.com/download/en/details.aspx?id=19957 "NETAsync"
723+
[1]: https://download.microsoft.com/download/5/B/9/5B924336-AA5D-4903-95A0-56C6336E32C9/TAP.docx
724724
[2]: https://twitter.github.io/scala_school/finagle.html "Finagle"
725725
[3]: https://doc.akka.io/docs/akka/current/futures.html "AkkaFutures"
726726
[4]: https://web.archive.org/web/20140814211520/https://www.scala-lang.org/api/2.9.3/scala/actors/Future.html "SActorsFutures"

0 commit comments

Comments
 (0)