Hi,
With the release of Spring Boot 3.2 a new property spring.threads.virtual.enabled was added which, amongst other classes, configured Tomcat and Jetty HTTP request handling to be performed using a virtual thread executor.
Are there any plans to also provide out of the box support for Undertow?
Hi,
With the release of Spring Boot 3.2 a new property
spring.threads.virtual.enabledwas added which, amongst other classes, configured Tomcat and Jetty HTTP request handling to be performed using a virtual thread executor.Are there any plans to also provide out of the box support for Undertow?