Consistent ErrorHandler support in TaskScheduler variants #32460
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Related to #23755, there is another area of inconsistency among Spring's
TaskScheduler
implementations:ErrorHandler
support. WhileThreadPoolTaskScheduler
applies a configuredErrorHandler
to all scheduler and executor operations,ConcurrentTaskScheduler
only applies it to scheduler operations (but not the executor operations inherited fromConcurrentTaskExecutor
), andSimpleAsyncTaskScheduler
does not have a configurableErrorHandler
at all (just default error handling with recent refinements: #32298, #32381). This should be made as consistent as possible in 6.2.The text was updated successfully, but these errors were encountered: