File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,17 @@ fixes. Staying on JDK 8 might directly impact issues within your business
6868applications.
6969
7070Some 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
You can’t perform that action at this time.
0 commit comments