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
68
68
applications.
69
69
70
70
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:
72
82
73
83
- [ Spark 4] ( https://github.com/apache/spark/pull/43005#issuecomment-1731344040 )
74
84
will require JDK 17
@@ -77,12 +87,7 @@ support in favor of JDK 11 or even 17. Some examples are:
77
87
[ will require JDK 17] ( https://github.com/playframework/playframework/issues/12179 )
78
88
in the next major release
79
89
- [ 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
83
90
- [ 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
86
91
- [ ZIO] ( https://github.com/zio/zio/pull/8434 ) requires JDK 11
87
92
- [ Li Haoyi's ecosystem] ( https://github.com/com-lihaoyi ) requires JDK 11 across
88
93
the board
You can’t perform that action at this time.
0 commit comments