Spring 4.3.x is not compatible with JDK 11. Exactly what part of the Spring code in web application running on Tomcat will not work with JDK 11? I'm not using Spring AOP, JMS, Messaging, ORM, OXM, Test, Portlet and WebSocket.
The big jump in terms of incompatibility came with the move from 8 to 9.
You can see the tickets the Spring team had to complete to make Spring compatible with JDK 9 by using their public JIRA issue system and looking at the jdk9/java9 labels.
For the remaining Java 11 issues, you could look at a text search for Java 11.
On the official Spring blog, they announced that Spring 4.2 would support Java 7 and 8 (it didn't change in 4.3), and they also said that Spring 5 would support Java 9.
It is implied that Spring 4 won't support Java 9.
You can follow spring updates in the https://spring.io/blog/2017/09/26/this-week-in-spring-september-26th-2017-java-9-edition
look at this duplicated post: Do I need Spring 5 for Java 9?
© 2022 - 2024 β McMap. All rights reserved.