Skip to content

Commit b92e250

Browse files
committed
separate the projects lists into Java and Scala
1 parent 3332fd5 commit b92e250

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

_posts/2025-02-01-next-scala-lts.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,17 @@ fixes. Staying on JDK 8 might directly impact issues within your business
6868
applications.
6969

7070
Some larger projects within JVM and Scala ecosystems have already dropped JDK 8
71-
support in favor of JDK 11 or even 17. Some examples are:
71+
support in favor of JDK 11 or even 17.
72+
73+
Java examples include:
74+
75+
- [Spring 6](https://spring.io/blog/2022/11/16/spring-framework-6-0-goes-ga)
76+
will require JDK 17
77+
- [Hibernate](https://hibernate.org/orm/releases/6.6/) requires JDK 11 and the
78+
next version will require JDK 17
79+
- [Logback](https://logback.qos.ch/dependencies.html) requires JDK 11
80+
81+
Scala examples include:
7282

7383
- [Spark 4](https://github.com/apache/spark/pull/43005#issuecomment-1731344040)
7484
will require JDK 17
@@ -77,12 +87,7 @@ support in favor of JDK 11 or even 17. Some examples are:
7787
[will require JDK 17](https://github.com/playframework/playframework/issues/12179)
7888
in the next major release
7989
- [Akka](https://github.com/akka/akka/pull/32127) requires JDK 11
80-
- [Spring 6](https://spring.io/blog/2022/11/16/spring-framework-6-0-goes-ga)
81-
will require JDK 17
82-
- [Logback](https://logback.qos.ch/dependencies.html) requires JDK 11
8390
- [Apache Kafka](https://kafka.apache.org/documentation/#java) requires JDK 11
84-
- [Hibernate](https://hibernate.org/orm/releases/6.6/) requires JDK 11 and the
85-
next version will require JDK 17
8691
- [ZIO](https://github.com/zio/zio/pull/8434) requires JDK 11
8792
- [Li Haoyi's ecosystem](https://github.com/com-lihaoyi) requires JDK 11 across
8893
the board

0 commit comments

Comments
 (0)