ctubbsii opened a new pull request, #3787:
URL: https://github.com/apache/accumulo/pull/3787

   * Remove unneeded ProtocolOverridingSSLSocketFactory that was used to 
support older JDK versions that we no longer support
   * Clean up SslConnectionParams class to remove a workaround for a bug that 
was patched upstream in Thrift
   * Use Thrift's provided TSSLTransportFactory.getClientSocket method that 
allows us to provide custom TSSLTransportParameters and delete the private 
methods copied from Thrift 0.9.1 that were used to implement this ourselves 
(methods which were not kept up to date with the improvements in upstream 
Thrift)
   * Rename SslConnectionParams.getTTransportParams to 
.getTSSLTransportParameters, because the old name for the getter method did not 
reflect the actual type that it returned, and the old name did not make it 
clear it was returning a parameters object specifically for SSL / TLS


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to