I saw that this was just announced:

https://aws.amazon.com/blogs/developer/preview-release-of-theaws-sdk-java-2-x-http-client-built-on-apache-httpclient-5-5-x/

Currently, both versions of the AWS Java SDK still default to
HttpClient 4.x, except for async clients in V2 which default to Netty.
It looks like the improved support for virtual threads in 5.x is the
main reason they're finally offering an upgraded Apache client.

The code for the HttpClient 5.x integration is here:

https://github.com/aws/aws-sdk-java-v2/tree/master/http-clients/apache5-client/src/main/java/software/amazon/awssdk/http/apache5

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to