spring aspects - Gradle AspectJ plugin issue -
spring aspects - Gradle AspectJ plugin issue -
i facing major issue spring application since migrated maven gradle: aspectj no longer works.
for instance classes annotated @configurable
(which rely on aspectj) don't dependencies injected.
in order replace aspectj-maven-plugin
, tried using plugin: from spring security code base seems not compatible gradle 2.1...
i tried applying solution described here: http://architects.dzone.com/articles/working-gradle-spring-aspects no avail.
i curious know how people utilize gradle + spring manage leverage aspectj...
can please kindly advise?
gradle spring-aspects
Comments
Post a Comment