Closed
Description
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:
- Upgrade to AspectJ 1.9 beta 2 (for build compatibility with JDK 9 build 74+) [SPR-13297] #17887 Upgrade to AspectJ 1.9 beta 2 (for build compatibility with JDK 9 build 74+)
- Deprecate JdkVersion (for optimistic compatibility with newer JDK generations) [SPR-13312] #17897 Deprecate JdkVersion (for optimistic compatibility with newer JDK generations)
- Upgrade to AspectJ 1.9 beta 7 [SPR-15974] #20525 Upgrade to AspectJ 1.9 beta 7