Attribute mode removed from annotation-driven definition in spring-task.xsd [SPR-10177] #14810
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Tom Cassimon opened SPR-10177 and commented
Since the relese of Spring 3.1.x an attribute mode was removed from the annotation-driven element definition in the spring-task.xsd
We use compile time weaving for processing our
@Async
annotations, but due to the removal of the attribute we are unable to enable the 'aspecj' mode. We looked into the source and the logic to determine 'aspectj' or 'proxy' is still there but it defaults to 'proxy'.Is there maybe any reason the attribute is removed, or should we configure it in another way?
Affects: 3.1.1, 3.1.2, 3.1.3, 3.2 GA
Referenced from: commits 450dbb2, aa388bc
Backported to: 3.1.4
The text was updated successfully, but these errors were encountered: