clebertsuconic commented on a change in pull request #3869:
URL: https://github.com/apache/activemq-artemis/pull/3869#discussion_r761508472
##########
File path:
artemis-core-client/src/main/java/org/apache/activemq/artemis/spi/core/remoting/ssl/OpenSSLContextFactoryProvider.java
##########
@@ -25,7 +25,7 @@
private static final OpenSSLContextFactory FACTORY;
static {
OpenSSLContextFactory factoryWithHighestPrio = null;
- for (OpenSSLContextFactory factory :
ServiceLoader.load(OpenSSLContextFactory.class)) {
Review comment:
Can't you use ThreadContextClass Loader on all the tests here?
it would be nice to have a test.
--
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]