amarkevich commented on code in PR #4545:
URL: https://github.com/apache/activemq-artemis/pull/4545#discussion_r1268253984


##########
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java:
##########
@@ -85,9 +85,9 @@ public static Collection getParameters() {
          {"SunJCE", "JCEKS", false, false},
          {"SUN", "JKS", false, false},
          {"SunJSSE", "PKCS12", false, false},
-         {"JCEKS", null, true, false}, // for compatibility with old 
keyStoreProvider
-         {"JKS", null, true, false},   // for compatibility with old 
keyStoreProvider
-         {"PKCS12", null, true, false} // for compatibility with old 
keyStoreProvider
+         {"JCEKS", null, false, false}, // for compatibility with old 
keyStoreProvider
+         {"JKS", null, false, false},   // for compatibility with old 
keyStoreProvider
+         {"PKCS12", null, false, false} // for compatibility with old 
keyStoreProvider

Review Comment:
   this test started to fail because Zookeeper 3.8.x uses logback. rollback to 
3.7.1



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