Skip to content

Commit 2837f73

Browse files
committed
handled PR comments
1 parent 6155295 commit 2837f73

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

http-clients/apache5-client/src/main/java/software/amazon/awssdk/http/apache5/Apache5HttpClient.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,17 +106,14 @@
106106
* <a href="https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/http-configuration-url.html">UrlConnectionHttpClient</a>
107107
* in exchange for more functionality, like support for HTTP proxies.
108108
*
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-
*
112109
* <p>This client uses Apache HttpClient 5.x, which provides the following
113110
* improvements over the Apache HttpClient 4.5.x based client:</p>
114111
* <ul>
115112
* <li>Modern Java ecosystem compatibility including virtual thread support for Java 21</li>
116113
* <li>Active maintenance with regular security updates</li>
117114
* <li>Enhanced logging flexibility through SLF4J (replacing problematic JCL dependencies)</li>
118115
* </ul>
119-
*
116+
* <p><b>Note:</b> Performance characteristics between Apache 4.5.x and 5.x clients are similar.</p>
120117
* <p>See
121118
* <a href="https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/http-configuration-url.html">UrlConnectionHttpClient</a>
122119
* for a lighter-weight alternative implementation.</p>

0 commit comments

Comments
 (0)