As you know, The most important upgrade is Virtual Thread in Java 21. However many open-source components are based on Java 8, so the platform thread is currently implemented. suppose I want to try the virtual thread with Netty Jedis Okhttp dbpool. do we need to update the source for them (netty jedis ...)?
I just have the plan, and I have no idea to do that