Skip to content

@Async support in spring-aspects with AspectJ [SPR-7369] #12027

@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits 0098478, e1fb19f

Metadata

Metadata

Assignees

No one assigned

    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