Skip to content

Cglib proxy not working with @Async if there is another interceptor [SPR-14949] #19516

Closed
@spring-projects-issues

Description

@spring-projects-issues

Dave Syer opened SPR-14949 and commented

It appears that when an AOP interceptor is added to a bean which also has @Async, then the async aspect doesn't get applied if it is declared on the interface, and if Cglib is used. WIth JDK proxies it always works, and with the @Async declared on the concrete class likewise.


Affects: 4.3.4

Reference URL: spring-attic/spring-framework-issues#141

Issue Links:

Referenced from: commits 6c43d14, d003f66, ce3cf32

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions