Skip to content

Commit e170413

Browse files
authored
Merge pull request #359 from IBMStreams/develop
Update of Paho MQTT library and version bump
2 parents 7602bd2 + 67646de commit e170413

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

com.ibm.streamsx.messaging/.classpath

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<classpathentry exported="true" kind="con" path="com.ibm.streams.java/com.ibm.streams.operator"/>
55
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
66
<classpathentry kind="lib" path="opt/downloaded/lz4-1.3.0.jar"/>
7-
<classpathentry kind="lib" path="opt/downloaded/org.eclipse.paho.client.mqttv3-1.0.1.jar"/>
87
<classpathentry kind="lib" path="opt/downloaded/slf4j-api-1.7.21.jar"/>
98
<classpathentry kind="lib" path="opt/downloaded/geronimo-jms_1.1_spec-1.1.1.jar"/>
109
<classpathentry kind="lib" path="opt/downloaded/amqp-client-5.4.3.jar"/>
1110
<classpathentry kind="lib" path="opt/downloaded/snappy-java-1.1.2.6.jar"/>
1211
<classpathentry kind="lib" path="opt/downloaded/kafka-clients-0.10.2.2.jar"/>
12+
<classpathentry kind="lib" path="opt/downloaded/org.eclipse.paho.client.mqttv3-1.2.1.jar"/>
1313
<classpathentry kind="output" path="impl/java/bin"/>
1414
</classpath>

com.ibm.streamsx.messaging/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ The following example shows connection specification that contains a &lt;JMS> el
194194
&lt;connection_specification name=&quot;amqConn&quot;>
195195
&lt;JMS initial_context=&quot;org.apache.activemq.jndi.ActiveMQInitialContextFactory&quot;
196196
provider_url = &quot;tcp://machinename.com:61616&quot;
197-
connection_factory = &quot;ConnectionFactory&quot;/>
197+
connection_factory = &quot;ConnectionFactory&quot;
198198
user=&quot;user1&quot;
199-
password=&quot;password1&quot;
199+
password=&quot;password1&quot;/>
200200
&lt;/connection_specification>
201201
&lt;/connection_specifications>
202202

@@ -684,7 +684,7 @@ The &lt;attribute> element has three possible attributes:
684684
* composite types
685685
* xml
686686
</info:description>
687-
<info:version>5.4.1</info:version>
687+
<info:version>5.4.2</info:version>
688688
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
689689
</info:identity>
690690
<info:dependencies/>

com.ibm.streamsx.messaging/pom-kafka-0.10.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.ibm.streamsx.messaging</groupId>
77
<artifactId>streamsx.messaging</artifactId>
88
<packaging>jar</packaging>
9-
<version>5.3.13</version>
9+
<version>5.4.2</version>
1010
<name>com.ibm.streamsx.messaging</name>
1111
<repositories>
1212
<repository>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.eclipse.paho</groupId>
4545
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
46-
<version>1.0.1</version>
46+
<version>1.2.1</version>
4747
</dependency>
4848
</dependencies>
4949
<build>

com.ibm.streamsx.messaging/pom-kafka-0.9.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.ibm.streamsx.messaging</groupId>
77
<artifactId>streamsx.messaging</artifactId>
88
<packaging>jar</packaging>
9-
<version>1.0.0</version>
9+
<version>5.4.2</version>
1010
<name>com.ibm.streamsx.messaging</name>
1111
<repositories>
1212
<repository>
@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.eclipse.paho</groupId>
5555
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
56-
<version>1.0.1</version>
56+
<version>1.2.1</version>
5757
</dependency>
5858
</dependencies>
5959
<build>

com.ibm.streamsx.messaging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.ibm.streamsx.messaging</groupId>
77
<artifactId>streamsx.messaging</artifactId>
88
<packaging>jar</packaging>
9-
<version>5.4.1</version>
9+
<version>5.4.2</version>
1010
<name>com.ibm.streamsx.messaging</name>
1111
<repositories>
1212
<repository>
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>org.eclipse.paho</groupId>
4545
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
46-
<version>1.0.1</version>
46+
<version>1.2.1</version>
4747
</dependency>
4848
</dependencies>
4949
<build>

0 commit comments

Comments
 (0)