Browse Source
Prior to this commit, Spring Boot would auto-configure a `QueuedThreadPool` on the Jetty embedded server when the virtual threads option is enabled. This commit configures instead the dedicated `VirtualThreadPool` that the Jetty team recommends when Virtual Threads is supported. Fixes gh-47690pull/47902/head
2 changed files with 9 additions and 19 deletions
Loading…
Reference in new issue