Project

General

Profile

Improvement #1995

Updated by Henning Blohm almost 6 years ago

The mvn fragment would look like this: 

 <pre><code class="bash"> 
 spring_version=5.0.6.RELEASE spring_version=5.0.2.RELEASE 
 spring_security_version=5.0.0.RELEASE 
 aopalliance_version=1.0 
 aspectj_version=1.8.13 
 </code></pre> 

 except that only AspectJ 1.9.0 (not out at the time of this writing will support Java 9).  

 Hence, in order to support Java 9, v.2.6 of the spring add on should use AspectJ v1.9.0. 

 h2. References 

 * http://aspectj.2085585.n4.nabble.com/AspectJ-1-9-0-and-Java-9-td4652200.html 
 * https://www.eclipse.org/aspectj/ 
 * https://docs.spring.io/spring/docs/5.0.2.RELEASE/spring-framework-reference/ 

Back