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
With a few refined dependency declarations, the framework build allows for setting sourceCompatibility / targetCompatibility to 10 now. With the AspectJ compiler in spring-aspects fixed to source 1.8, the entire test suite passes... except for the EclipseLink tests in spring-orm which need to forced to target 1.8 for the time being if supposed to pass with general target 10.
That said, the standard framework build remains on source+target 1.8 and passes out of the box when run on JDK 10.
Juergen Hoeller opened SPR-16390 and commented
JDK 10 is currently in early access, scheduled for GA in late March: http://openjdk.java.net/projects/jdk/10/
Our Spring Framework master build is known to be compatible with JDK 10 EA already. Let's double-check against JDK 10 GA for Spring Framework 5.0.5.
Issue Links:
Referenced from: commits 28ea718
0 votes, 5 watchers
The text was updated successfully, but these errors were encountered: