spring-boot/spring-boot-project/spring-boot-docs
Moritz Halbritter 5b00d5f89b Auto-configure SimpleAsyncTaskScheduler when virtual threads are enabled
This auto-configures a new SimpleAsyncTaskSchedulerBuilder bean in the
context. This bean is configured to use virtual threads, if enabled.

SimpleAsyncTaskSchedulerCustomizers can be used to customize the built
SimpleAsyncTaskScheduler.

If virtual threads are enabled, the application task scheduler is
configured to be a SimpleAsyncTaskScheduler.

Adds a new configuration property spring.task.scheduling.simple
.concurrency-limit

Closes gh-36609
2023-08-09 13:43:08 +02:00
..
src Auto-configure SimpleAsyncTaskScheduler when virtual threads are enabled 2023-08-09 13:43:08 +02:00
build.gradle Merge branch '3.1.x' 2023-06-29 11:42:12 +02:00