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
Replace deprecated SSLConnectionSocketFactory with recommended API (#6281)
* Replace deprecated SSLConnectionSocketFactory with recommended API
* Fixed checkstyle issues
* Changed name tlsSocketStrategy on builder
* Removed warning log
* added more test cases
* updated after review
* Added ConnectionSocketFactory to Apache5Client builder same as Apache4
* handled PR comments
* Removed unused classes after moving to SSL sockets
Copy file name to clipboardExpand all lines: http-clients/apache5-client/src/main/java/software/amazon/awssdk/http/apache5/internal/conn/ClientConnectionManagerFactory.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ public static HttpClientConnectionManager wrap(HttpClientConnectionManager orig)
49
49
/**
50
50
* Further wraps {@link LeaseRequest} to capture performance metrics.
Copy file name to clipboardExpand all lines: http-clients/apache5-client/src/main/java/software/amazon/awssdk/http/apache5/internal/conn/ClientConnectionRequestFactory.java
Copy file name to clipboardExpand all lines: http-clients/apache5-client/src/main/java/software/amazon/awssdk/http/apache5/internal/conn/SdkTlsSocketFactory.java
0 commit comments