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
As of JDK 9 build 95, the new version scheme breaks AspectJ's JVM detection which affects many tests in the Spring codebase. Andy's AspectJ 1.9 beta 3 fixes this.
A few core framework tests need to be revised towards lenient handling of the Java version string as well. The framework itself has been prepared for that step already but not all tests yet. This ticket therefore covers everything needed to make the core framework build pass on JDK 9 build 95 and higher (latest at the time of writing: build 99).
Juergen Hoeller opened SPR-13839 and commented
As of JDK 9 build 95, the new version scheme breaks AspectJ's JVM detection which affects many tests in the Spring codebase. Andy's AspectJ 1.9 beta 3 fixes this.
A few core framework tests need to be revised towards lenient handling of the Java version string as well. The framework itself has been prepared for that step already but not all tests yet. This ticket therefore covers everything needed to make the core framework build pass on JDK 9 build 95 and higher (latest at the time of writing: build 99).
Issue Links:
The text was updated successfully, but these errors were encountered: