Skip to content

Commit e055dcb

Browse files
committed
Removed warning log
1 parent 126b428 commit e055dcb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,6 @@ public void setDnsResolver(DnsResolver dnsResolver) {
656656

657657
@Override
658658
public Builder socketFactory(SSLConnectionSocketFactory socketFactory) {
659-
log.warn(() -> "SSLConnectionSocketFactory is deprecated. Consider migrating to tlsStrategy().");
660659
this.legacySocketFactory = socketFactory;
661660
this.tlsStrategy = null; // Clear any previously set strategy
662661
return this;

0 commit comments

Comments
 (0)