mattrpav commented on PR #2133:
URL: https://github.com/apache/activemq/pull/2133#issuecomment-4779507247

   @cshannon correct, this is only for 6.3.0. 
   
   The original SslContext is renamed ThreadLocalSslContext and remains if 
anyone needs previous behavior exactly.
   
   The ComaptibleSslContext provides same method signature as the 
ThreadLocalSslContexr for historical compatibility for wiring of arrays v 
lists, but removes the ThreadLocal usage.
   
   The DefaultThreadLocalContext becomes the new default.
   
   This change removes all ThreadLocalSslContext usage and updates 
transportConnectors and networkConnectors to support having independent 
SSLContexts as needed. They all fall back to the broker-wide one as before, if 
an independent sslcontext is not configured.


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to