spring-boot/spring-boot-project/spring-boot-docs
Andy Wilkinson f33874e98e Allow auto-configured applicationTaskExecutor to use virtual threads
With this commit, when virtual threads are enabled, the auto-configured
applicationTaskExecutor changes from a ThreadPoolTaskExecutor to a
SimpleAsyncTaskExecutor with virtual threads enabled.

As before, any TaskDecorator bean is applied to the auto-configured
executor and the spring.task.execution.thread-name-prefix property is
applied. Other spring.task.execution.* properties are ignored as they
are specific to a pool-based executor.

Closes gh-35710
2023-07-17 10:01:16 +01:00
..
src Allow auto-configured applicationTaskExecutor to use virtual threads 2023-07-17 10:01:16 +01:00
build.gradle Merge branch '3.1.x' 2023-06-29 11:42:12 +02:00