Closed
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
@Transactional
annotations on interface methods