Very happy, spring-boot 3.2 is released.
In Spring Boot 3.2.0 Release Notes
As mentioned here, spring-boot can enable virtual threads. And tomcat and jetty can handle web requests using virtual threads.
However, there is no mention of undertow.
Can undertow be enhanced by virtual threads?
Maybe, undertow's IO model is fast (IO+WORKER). Virtual threads are not necessary. I don't really understand.
It is planned for Spring Boot 3.3.0, but you can also enable it using the following approach:
There is a discussion about it here.