micronaut-projects / micronaut-views

Micronaut Integration with Server Side View Rendering
Apache License 2.0
30 stars 32 forks source link

Consider using virtual threads for Java 21+ #757

Closed schneidersteve closed 5 months ago

schneidersteve commented 6 months ago

Feature description

According to the documentation: "The views module provides support for view rendering on the server side and does so by rendering views on the I/O thread pool in order to avoid blocking the Netty event loop."

timyates commented 5 months ago

This was fixed in Micronaut 4.4.1 and will be fixed for Micronaut 4.3.9 if we release one (micronaut-core 4.3.16 and 4.4.4)