-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Closed
Copy link
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
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:
- CGLIB proxies should still consider @Transactional annotations on interface methods [SPR-14322] #18894 CGLIB proxies should still consider
@Transactionalannotations on interface methods
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement