You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Apache httpcomponents 5, in particular the 5.4 beta, supports virtual threads in Java21. They replaced the synchronized block in the connection pool which solves the virtual thread pinning.
Can you please update pusher-http-java to use httpcomponents 5. Would be really great and make the library ready for java21 and beyond 😉
The Apache httpcomponents 5, in particular the 5.4 beta, supports virtual threads in Java21. They replaced the synchronized block in the connection pool which solves the virtual thread pinning.
Can you please update pusher-http-java to use httpcomponents 5. Would be really great and make the library ready for java21 and beyond 😉
https://todd.ginsberg.com/post/java/virtual-thread-pinning/
https://downloads.apache.org/httpcomponents/httpclient/RELEASE_NOTES-5.4.x.txt
The text was updated successfully, but these errors were encountered: