From 4641dedad62a42c374afa4ab270803de4f7a86a6 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Thu, 11 Jun 2020 11:02:36 +0100 Subject: [PATCH 1/2] ARTEMIS-2799: satisfy checkstyle to get tests working --- .../tests/integration/ssl/CoreClientOverOneWaySSLTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java index 697569bea3..785e55ba6a 100644 --- a/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java +++ b/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/ssl/CoreClientOverOneWaySSLTest.java @@ -207,7 +207,7 @@ public class CoreClientOverOneWaySSLTest extends ActiveMQTestBase { ServerLocator locator = addServerLocator(ActiveMQClient.createServerLocator("tcp://127.0.0.1:61616?" + TransportConstants.SSL_ENABLED_PROP_NAME + "=true;" + TransportConstants.TRUSTSTORE_PROVIDER_PROP_NAME + "=" + storeType + ";" + - TransportConstants.TRUSTSTORE_PATH_PROP_NAME + "=" + CLIENT_SIDE_TRUSTSTORE +";" + + TransportConstants.TRUSTSTORE_PATH_PROP_NAME + "=" + CLIENT_SIDE_TRUSTSTORE + ";" + TransportConstants.TRUSTSTORE_PASSWORD_PROP_NAME + "=" + PASSWORD + ";" + TransportConstants.SNIHOST_PROP_NAME + "=badhost.com")); From 595b70967779452e8a8eb7eb0be5f8a1e9617086 Mon Sep 17 00:00:00 2001 From: Robbie Gemmell Date: Mon, 8 Jun 2020 16:33:30 +0100 Subject: [PATCH 2/2] ARTEMIS-2795: update to proton-j 0.33.5 and qpid-jms 0.52.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fdc766f219..80fc80de0f 100644 --- a/pom.xml +++ b/pom.xml @@ -99,10 +99,10 @@ 2.0.29.Final - 0.33.4 + 0.33.5 3.0.19.Final 1.7.21 - 0.51.0 + 0.52.0 0.9.5 1.0-alpha-1 1