[
https://issues.apache.org/jira/browse/ARTEMIS-4355?focusedWorklogId=871628&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-871628
]
ASF GitHub Bot logged work on ARTEMIS-4355:
-------------------------------------------
Author: ASF GitHub Bot
Created on: 18/Jul/23 20:26
Start Date: 18/Jul/23 20:26
Worklog Time Spent: 10m
Work Description: jbertram commented on code in PR #4545:
URL: https://github.com/apache/activemq-artemis/pull/4545#discussion_r1267273788
##########
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:
I don't understand why these changes were necessary. This eliminates the
tests for the warning log message.
Issue Time Tracking
-------------------
Worklog Id: (was: 871628)
Time Spent: 1h 40m (was: 1.5h)
> Update Сurator to 5.5.0; Zookeeper 3.8.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: 1h 40m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)