-
Notifications
You must be signed in to change notification settings - Fork 38.8k
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
Ronald R. DiFrango opened SPR-11909 and commented
It would be nice if via the @Async
/@EnableAsync
annotations or via start-up configuration that instead of AsyncExecutionInterceptor calling executor.submit(), it would executor.submitListenable() provided the TaskExecutor supports it.
Affects: 4.0.5
Issue Links:
- @Async Supporting ListenableFuture not applied with AspectJ [SPR-12092] #16708
@Async
Supporting ListenableFuture not applied with AspectJ
Referenced from: commits 46dc07a
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