You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Gary Gregory (JIRA)" <ji...@apache.org> on 2017/05/05 06:56:04 UTC

[jira] [Created] (HTTPCORE-462) Deprecate SSLContextBuilder.useProtocol(String) in favor a new method setProtocol(String)

Gary Gregory created HTTPCORE-462:
-------------------------------------

             Summary: 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-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org