-
Notifications
You must be signed in to change notification settings - Fork 38.5k
Backport "Enable Executor qualification with @Async" [SPR-9443] #14079
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
Comments
Chris Beams commented
|
Ken Young commented Having problems when testing this option. I have my task executor configured as follows:
And my method is annotated as follows:
Instead of attaching to "otherTaskExecutor", it grabs "threadPoolTaskExecutor" instead. |
Chris Beams commented Hi Ken, Could you possibly put together a reproduction project? Thanks. |
Ken Young commented Sure---Where to I put it. Attach to the ticket? |
Chris Beams commented Attaching to the issue is acceptable, but following the instructions here is preferred: https://github.com/SpringSource/spring-framework-issues#readme. |
Ken Young commented I created https://jira.springsource.org/browse/SPR-9575 to follow up on this. Working on the example project |
Uh oh!
There was an error while loading. Please reload this page.
Chris Beams opened SPR-9443 and commented
This issue is a backport sub-task of #11513
Issue Links:
@Async
in version 3.1.2 linking to the task executor it is assigned to (instead of the default)3 votes, 3 watchers
The text was updated successfully, but these errors were encountered: