Allow to auto configure ThreadPoolTaskScheduler
/ThreadPoolTaskExecutor
even if virtual threads enabled
#42920
Labels
status: superseded
An issue that has been superseded by another
Currently Spring Boot auto configure
SimpleAsyncTaskScheduler
/SimpleAsyncTaskExecutor
if virtual threads enabled, so far so good.If #42918 get merged, I suggest to introduce configuration property that allow to auto configure
ThreadPoolTaskScheduler
/ThreadPoolTaskExecutor
instead even if virtual threads enabled.The text was updated successfully, but these errors were encountered: