-
Enhancement
-
Resolution: Done
-
Major
-
None
-
None
-
None
Some changes to improve the usage of virtual threads
- Use Executors.newVirtualThreadPerTaskExecutor() for the blocking thread pool and the testsuite fork thread pool
- Configure JGroups to use virtual thread if enabled
- Property org.infinispan.threads.virtual (false by default) enabled the virtual thread pool in Infinispan and JGroups
- Virtual Threads are disabled for Netty, they are not supported at the moment.