java - Spring 3.2.12 looking for Spring 4.0 classes? -
java - Spring 3.2.12 looking for Spring 4.0 classes? -
i have application compiles correctly spring 3.2.3. wanting more (but not ready take plunge 4.x yet) tried upgrading 3.2.12. when go that, curious compilation error aspectj:
[info] --- aspectj-maven-plugin:1.3:compile (default) @ ebs-schema-jaxb-bindings --- [error] can't determine superclass of missing type org.springframework.cache.interceptor.cacheaspectsupport when batch building buildconfig[null] #files=3825 aopxmls=#0 [xlint:cantfindtype] [error] can't determine superclass of missing type org.springframework.aop.interceptor.asyncexecutionaspectsupport when batch building buildconfig[null] #files=3825 aopxmls=#0 [xlint:cantfindtype]
i think understand logic here, why spring 3.2.12 referring spring 4.x interfaces? , how find subclasses causing troubles? happening in projects don't have pointcuts @ all.
if utilize maven seek utilize dependency:tree find lib import spring 4 libs.
and seek utilize exlusions tag exlude artifact import when maven compiles. may have conflict on libraries.
java spring aspectj aspectj-maven-plugin
Comments
Post a Comment