You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/07/27 16:55:41 UTC

[GitHub] [activemq-artemis] jbertram commented on pull request #3671: ARTEMIS-3302 swap deprecated X509Certificate

jbertram commented on pull request #3671:
URL: https://github.com/apache/activemq-artemis/pull/3671#issuecomment-887674273


   @gemmellr, I updated everything except `org.apache.activemq.transport.tcp.StubSSLSession` because it is actually implementing `javax.net.ssl.SSLSession` so it *must* use `javax.security.cert.X509Certificate[]`. This, of course, will cause a problem when it is eventually removed as that class will still work in older JDKs but will fail in the latest. It looks like the only place where `StubSSLSession` is used is `org.apache.activemq.transport.tcp.SslTransportTest`. I'm not sure if we should wait and remove that test now or later. What do you think?


-- 
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: gitbox-unsubscribe@activemq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org