问题描述
Spring 4.3.x与JDK 11不兼容.在Tomcat上运行的Web应用程序中,Spring代码的哪一部分恰好不能与JDK 11一起使用?我没有使用Spring AOP,JMS,消息传递,ORM,OXM,Test,Portlet和WebSocket.
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.
推荐答案
从8不兼容到9不兼容的大跃进.
The big jump in terms of incompatibility came with the move from 8 to 9.
您可以通过使用其公开的 JIRA发行系统并查看jdk9/java9标签.
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.
对于其余的Java 11问题,您可以查看针对Java 11的文本搜索.
For the remaining Java 11 issues, you could look at a text search for Java 11.
这篇关于具有OpenJDK 11的Spring 4.3.x的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!