[
https://issues.apache.org/jira/browse/ARTEMIS-4355?focusedWorklogId=871841&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-871841
]
ASF GitHub Bot logged work on ARTEMIS-4355:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 19/Jul/23 15:35
Start Date: 19/Jul/23 15:35
Worklog Time Spent: 10m
Work Description: 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
Issue Time Tracking
-------------------
Worklog Id: (was: 871841)
Time Spent: 2h 50m (was: 2h 40m)
> Update Сurator to 5.5.0; Zookeeper 3.7.1
> ----------------------------------------
>
> Key: ARTEMIS-4355
> URL: https://issues.apache.org/jira/browse/ARTEMIS-4355
> Project: ActiveMQ Artemis
> Issue Type: Dependency upgrade
> Components: clustering
> Affects Versions: 2.29.0
> Reporter: Alexey Markevich
> Priority: Minor
> Time Spent: 2h 50m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)