You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe that the latest version of spring-context-6.0.0.jar
And uploaded to Maven Central
Has been compiled with the wrong jvm version, so cannot work inside a jdk8 vm
@Andrew-Russell-fingo Spring Framework 6 requires Java 17+ as a baseline. So, it doesn't work with Java8.
As a major revision of the core framework, Spring Framework 6.0 comes with a Java 17+ baseline and a move to Jakarta EE 9+ (in the jakarta namespace), with a focus on the recently released Jakarta EE 10 APIs such as Servlet 6.0 and JPA 3.1.
Though, looking at the 6.0.0 documentation, it could be read it works with Java8+.
As of Spring Framework 5.1, Spring requires JDK 8+ (Java SE 8+) and provides out-of-the-box support for JDK 11 LTS. Java SE 8 update 60 is suggested as the minimum patch release for Java 8, but it is generally recommended to use a recent patch release.
I believe that the latest version of spring-context-6.0.0.jar
And uploaded to Maven Central
Has been compiled with the wrong jvm version, so cannot work inside a jdk8 vm
Last Version: 5.3.24, compiled for JDK8
From https://repo1.maven.org/maven2/org/springframework/spring-context/5.3.24/spring-context-5.3.24.module
Now from version 6.0.0 , compiled for JDK17
https://repo1.maven.org/maven2/org/springframework/spring-context/6.0.0/spring-context-6.0.0.module
The text was updated successfully, but these errors were encountered: