-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
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
Keith Donald opened SPR-7369 and commented
I am using AspectJ for all aspects in my application, which right now includes ITDs and the @Transactional
spring-aspect. I like the consistency in using AspectJ for AOP quite a bit, and would prefer to use it across the board rather than a hybrid approach. I now have a requirement to make a method @Async
and noticed there doesn't appear to be an equivalent spring-aspect for this. It would be great to be able to make methods @Async
with AspectJ in the same kind of way you can make methods @Transactional
.
Perhaps Ramnivas could take a look at this?
Affects: 3.0.3
Issue Links:
- @Configuration with AspectJ instead of CGLIB [SPR-7484] #12142
@Configuration
with AspectJ instead of CGLIB
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