-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
has: votes-jiraIssues migrated from JIRA with more than 10 votes at the time of importIssues migrated from JIRA with more than 10 votes at the time of importin: 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
Mark Fisher opened SPR-6847 and commented
The approach should be consistent with @Transactional
:
http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/htmlsingle/spring-framework-reference.html#tx-multiple-tx-mgrs-with-attransactional
The bean name may be considered, but the 'qualifier' is generally recommended.
@Async("beanNameOrQualifierValue")
public void someOp() {
...
}
Affects: 3.0 GA
Sub-tasks:
- Backport "Enable Executor qualification with @Async" [SPR-9443] #14079 Backport "Enable Executor qualification with
@Async
"
Issue Links:
- @Async groups [SPR-9318] #13956
@Async
groups ("is duplicated by") - Allow @Async to specify which executor to use [SPR-7043] #11705 Allow
@Async
to specify which executor to use ("is duplicated by") - Issue with @Async in version 3.1.2 linking to the task executor it is assigned to (instead of the default) [SPR-9575] #14209 Issue with
@Async
in version 3.1.2 linking to the task executor it is assigned to (instead of the default) - Introduce qualifier in @Cacheable for cache manager name [SPR-8696] #13338 Introduce qualifier in
@Cacheable
for cache manager name - Enable Executor qualification with @Scheduled [SPR-14218] #18792 Enable Executor qualification with
@Scheduled
- BeanFactoryAnnotationUtils.qualifiedBeanOfType does not work for @Qualifier on bean class [SPR-13819] #18392 BeanFactoryAnnotationUtils.qualifiedBeanOfType does not work for
@Qualifier
on bean class
14 votes, 14 watchers
Metadata
Metadata
Assignees
Labels
has: votes-jiraIssues migrated from JIRA with more than 10 votes at the time of importIssues migrated from JIRA with more than 10 votes at the time of importin: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement