From f8f7168b1416594284052403cf9e7cacaa2f2fc6 Mon Sep 17 00:00:00 2001 From: schulz2 Date: Tue, 11 Jun 2019 08:18:14 +0200 Subject: [PATCH 1/2] Correct error in connection doc example --- com.ibm.streamsx.messaging/info.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/com.ibm.streamsx.messaging/info.xml b/com.ibm.streamsx.messaging/info.xml index c663ebf..ed200ed 100644 --- a/com.ibm.streamsx.messaging/info.xml +++ b/com.ibm.streamsx.messaging/info.xml @@ -194,9 +194,9 @@ The following example shows connection specification that contains a <JMS> el <connection_specification name="amqConn"> <JMS initial_context="org.apache.activemq.jndi.ActiveMQInitialContextFactory" provider_url = "tcp://machinename.com:61616" - connection_factory = "ConnectionFactory"/> + connection_factory = "ConnectionFactory" user="user1" - password="password1" + password="password1"/> </connection_specification> </connection_specifications> From 67646de01eff0cbde91f713298fa461617a23895 Mon Sep 17 00:00:00 2001 From: schulz2 Date: Wed, 18 Sep 2019 10:54:56 +0200 Subject: [PATCH 2/2] Update of Paho MQTT library and version bump (issue #358) - Update to latest snapshot version (v1.2.1) of Paho MQTT library, because of a reportet vulnerability. --- com.ibm.streamsx.messaging/.classpath | 2 +- com.ibm.streamsx.messaging/info.xml | 2 +- com.ibm.streamsx.messaging/pom-kafka-0.10.xml | 4 ++-- com.ibm.streamsx.messaging/pom-kafka-0.9.xml | 4 ++-- com.ibm.streamsx.messaging/pom.xml | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/com.ibm.streamsx.messaging/.classpath b/com.ibm.streamsx.messaging/.classpath index 54ae629..dc1c233 100644 --- a/com.ibm.streamsx.messaging/.classpath +++ b/com.ibm.streamsx.messaging/.classpath @@ -4,11 +4,11 @@ - + diff --git a/com.ibm.streamsx.messaging/info.xml b/com.ibm.streamsx.messaging/info.xml index ed200ed..8cbe82e 100644 --- a/com.ibm.streamsx.messaging/info.xml +++ b/com.ibm.streamsx.messaging/info.xml @@ -684,7 +684,7 @@ The <attribute> element has three possible attributes: * composite types * xml - 5.4.1 + 5.4.2 4.2.0.0 diff --git a/com.ibm.streamsx.messaging/pom-kafka-0.10.xml b/com.ibm.streamsx.messaging/pom-kafka-0.10.xml index b792408..b61f127 100644 --- a/com.ibm.streamsx.messaging/pom-kafka-0.10.xml +++ b/com.ibm.streamsx.messaging/pom-kafka-0.10.xml @@ -6,7 +6,7 @@ com.ibm.streamsx.messaging streamsx.messaging jar - 5.3.13 + 5.4.2 com.ibm.streamsx.messaging @@ -43,7 +43,7 @@ org.eclipse.paho org.eclipse.paho.client.mqttv3 - 1.0.1 + 1.2.1 diff --git a/com.ibm.streamsx.messaging/pom-kafka-0.9.xml b/com.ibm.streamsx.messaging/pom-kafka-0.9.xml index bfec6b9..9162404 100644 --- a/com.ibm.streamsx.messaging/pom-kafka-0.9.xml +++ b/com.ibm.streamsx.messaging/pom-kafka-0.9.xml @@ -6,7 +6,7 @@ com.ibm.streamsx.messaging streamsx.messaging jar - 1.0.0 + 5.4.2 com.ibm.streamsx.messaging @@ -53,7 +53,7 @@ org.eclipse.paho org.eclipse.paho.client.mqttv3 - 1.0.1 + 1.2.1 diff --git a/com.ibm.streamsx.messaging/pom.xml b/com.ibm.streamsx.messaging/pom.xml index 066c405..b61f127 100644 --- a/com.ibm.streamsx.messaging/pom.xml +++ b/com.ibm.streamsx.messaging/pom.xml @@ -6,7 +6,7 @@ com.ibm.streamsx.messaging streamsx.messaging jar - 5.4.1 + 5.4.2 com.ibm.streamsx.messaging @@ -43,7 +43,7 @@ org.eclipse.paho org.eclipse.paho.client.mqttv3 - 1.0.1 + 1.2.1