-
Notifications
You must be signed in to change notification settings - Fork 38.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable Executor qualification with @Async [SPR-6847] #11513
Comments
Eugene Voytitsky commented And what is the status of the issue after 2 years being opened? |
Chris Beams commented Hi Eugene, it's complete. To all watchers: please give this a try in 3.2.0.BUILD-SNAPSHOT and provide feedback. Thanks!
|
Ken Young commented Is there any chance that this change could be incorporated back into the 3.1.x release? Thx |
Mike Collard commented I second the motion to have it included in a 3.1.x release if possible. |
Chris Beams commented Mike, Ken - keep an eye on #14079. No guarantee yet, but will definitely review for 3.1.2. |
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.
Affects: 3.0 GA
Sub-tasks:
@Async
"Issue Links:
@Async
groups ("is duplicated by")@Async
to specify which executor to use ("is duplicated by")@Async
in version 3.1.2 linking to the task executor it is assigned to (instead of the default)@Cacheable
for cache manager name@Scheduled
@Qualifier
on bean class14 votes, 14 watchers
The text was updated successfully, but these errors were encountered: