spring什么版本支持java8,与Java 11兼容的最低Spring版本
I need to upgrade an app to Java 11 very soon, I was wondering what's the minimum Spring version that is compatible with Java 11.
I'm currently using Java 8 and Spring 4.2.7.
解決方案
From their task tracker -- 5.1 GA release.
JDK 11 is currently scheduled for September 2018. Not expecting any
major changes beyond JDK 10 from our perspective, we should be able to
fully support it in the 5.1 line already.
Ideally our framework build would be able to run on JDK 8, 9, 10 as
well as 11, even if our own test efforts will focus on JDK 8 and 11
(as the official long-term support branches) at that point.
While the option of experimenting with your own code on module path is still feasible using spring framework 5.0, which provides out-of-the-box support for JDK 9 already.
總結
以上是生活随笔為你收集整理的spring什么版本支持java8,与Java 11兼容的最低Spring版本的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Oracle基础语句
- 下一篇: java intfilter_Java