Skip to content

Attribute mode removed from annotation-driven definition in spring-task.xsd [SPR-10177] #14810

@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)status: backportedAn issue that has been backported to maintenance branchestype: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions