Consistently apply TaskDecorator to ManagedExecutorService as well #32455
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Following up on #30442, there is still one case where a configured
TaskDecorator
is not applied: to a late-initialized JSR-236ManagedExecutorService
, as typically encountered byDefaultManagedTaskExecutor
in an application server environment.The text was updated successfully, but these errors were encountered: