[ https://issues.apache.org/jira/browse/HTTPCORE-462?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Gary Gregory closed HTTPCORE-462. --------------------------------- Resolution: Fixed In svn branch for 4.4.x. > Deprecate SSLContextBuilder.useProtocol(String) in favor a new method > setProtocol(String) > ----------------------------------------------------------------------------------------- > > Key: HTTPCORE-462 > URL: https://issues.apache.org/jira/browse/HTTPCORE-462 > Project: HttpComponents HttpCore > Issue Type: Improvement > Reporter: Gary Gregory > Fix For: 4.4.7 > > > In Core 4.4.x we have: > {code:java} > SSLContextBuilder.useProtocol(String) > {code} > and in 5.0, we have: > {code:java} > SSLContextBuilder.setProtocol(String) > {code} > This ticket adds {{SSLContextBuilder.setProtocol(String)}} to 4.4.x and > deprecates {{useProtocol(String)}} to make porting to 5.0 easier. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org For additional commands, e-mail: dev-h...@hc.apache.org