ConcurrentTaskScheduler and ConcurrentTaskExecutor can create an executor with no way to shut it down #27914
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
There is a default constructor of both on these that creates a default executor. When the application shuts down, there's no way to shut down the executor as it isn't exposed.
We probably may want to enforce the wrapping feature instead and deprecate both constructors.
The text was updated successfully, but these errors were encountered: