- Notifications
You must be signed in to change notification settings - Fork 38.9k
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
When there are more than 1 TaskExecutors bean defined in the application, the whole stack trace will be printed.
And with statement "Could not find unique TaskExecutor bean" only.
The statement can be improved such that, "Could not find unique TaskExecutor bean, continue to find the bean using name {DEFAULT_TASK_EXECUTOR_BEAN_NAME}",
This statement can also be shown after the targeted bean is resolved successfully.
Line 236 in 786d80c
| logger.debug("Could not find unique TaskExecutor bean", ex); |
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