File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
http-clients/apache5-client/src/main/java/software/amazon/awssdk/http/apache5 Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 106
106
* <a href="https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/http-configuration-url.html">UrlConnectionHttpClient</a>
107
107
* in exchange for more functionality, like support for HTTP proxies.
108
108
*
109
- * <p><b>Note:</b> The higher startup latency is compared to UrlConnectionHttpClient, not to the Apache HttpClient 4.5.x
110
- * based client. Performance characteristics between Apache 4.5.x and 5.x clients are similar.</p>
111
- *
112
109
* <p>This client uses Apache HttpClient 5.x, which provides the following
113
110
* improvements over the Apache HttpClient 4.5.x based client:</p>
114
111
* <ul>
115
112
* <li>Modern Java ecosystem compatibility including virtual thread support for Java 21</li>
116
113
* <li>Active maintenance with regular security updates</li>
117
114
* <li>Enhanced logging flexibility through SLF4J (replacing problematic JCL dependencies)</li>
118
115
* </ul>
119
- *
116
+ * <p><b>Note:</b> Performance characteristics between Apache 4.5.x and 5.x clients are similar.</p>
120
117
* <p>See
121
118
* <a href="https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/http-configuration-url.html">UrlConnectionHttpClient</a>
122
119
* for a lighter-weight alternative implementation.</p>
You can’t perform that action at this time.
0 commit comments