Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update of Paho MQTT library and version bump #359

Merged
merged 2 commits into from
Sep 18, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion com.ibm.streamsx.messaging/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
<classpathentry exported="true" kind="con" path="com.ibm.streams.java/com.ibm.streams.operator"/>
<classpathentry exported="true" kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="lib" path="opt/downloaded/lz4-1.3.0.jar"/>
<classpathentry kind="lib" path="opt/downloaded/org.eclipse.paho.client.mqttv3-1.0.1.jar"/>
<classpathentry kind="lib" path="opt/downloaded/slf4j-api-1.7.21.jar"/>
<classpathentry kind="lib" path="opt/downloaded/geronimo-jms_1.1_spec-1.1.1.jar"/>
<classpathentry kind="lib" path="opt/downloaded/amqp-client-5.4.3.jar"/>
<classpathentry kind="lib" path="opt/downloaded/snappy-java-1.1.2.6.jar"/>
<classpathentry kind="lib" path="opt/downloaded/kafka-clients-0.10.2.2.jar"/>
<classpathentry kind="lib" path="opt/downloaded/org.eclipse.paho.client.mqttv3-1.2.1.jar"/>
<classpathentry kind="output" path="impl/java/bin"/>
</classpath>
6 changes: 3 additions & 3 deletions com.ibm.streamsx.messaging/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ The following example shows connection specification that contains a &lt;JMS> el
&lt;connection_specification name=&quot;amqConn&quot;>
&lt;JMS initial_context=&quot;org.apache.activemq.jndi.ActiveMQInitialContextFactory&quot;
provider_url = &quot;tcp://machinename.com:61616&quot;
connection_factory = &quot;ConnectionFactory&quot;/>
connection_factory = &quot;ConnectionFactory&quot;
user=&quot;user1&quot;
password=&quot;password1&quot;
password=&quot;password1&quot;/>
&lt;/connection_specification>
&lt;/connection_specifications>

Expand Down Expand Up @@ -684,7 +684,7 @@ The &lt;attribute> element has three possible attributes:
* composite types
* xml
</info:description>
<info:version>5.4.1</info:version>
<info:version>5.4.2</info:version>
<info:requiredProductVersion>4.2.0.0</info:requiredProductVersion>
</info:identity>
<info:dependencies/>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom-kafka-0.10.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>5.3.13</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom-kafka-0.9.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>1.0.0</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down
4 changes: 2 additions & 2 deletions com.ibm.streamsx.messaging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<groupId>com.ibm.streamsx.messaging</groupId>
<artifactId>streamsx.messaging</artifactId>
<packaging>jar</packaging>
<version>5.4.1</version>
<version>5.4.2</version>
<name>com.ibm.streamsx.messaging</name>
<repositories>
<repository>
Expand Down Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.0.1</version>
<version>1.2.1</version>
</dependency>
</dependencies>
<build>
Expand Down