You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2016/05/02 22:27:08 UTC

activemq git commit: https://issues.apache.org/jira/browse/AMQ-5880

Repository: activemq
Updated Branches:
  refs/heads/master 62bdbb0db -> 27799fec9


https://issues.apache.org/jira/browse/AMQ-5880

Update to latest MQTT client release to resolve this issue. 

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/27799fec
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/27799fec
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/27799fec

Branch: refs/heads/master
Commit: 27799fec97b9ed7d685169593f7e6da06d52df0b
Parents: 62bdbb0
Author: Timothy Bish <ta...@gmail.com>
Authored: Mon May 2 16:21:34 2016 -0400
Committer: Timothy Bish <ta...@gmail.com>
Committed: Mon May 2 16:21:34 2016 -0400

----------------------------------------------------------------------
 .../src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java | 2 --
 pom.xml                                                            | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/27799fec/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
----------------------------------------------------------------------
diff --git a/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java b/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
index a84cf21..5e28b2a 100644
--- a/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
+++ b/activemq-mqtt/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
@@ -64,7 +64,6 @@ import org.fusesource.mqtt.client.Topic;
 import org.fusesource.mqtt.client.Tracer;
 import org.fusesource.mqtt.codec.MQTTFrame;
 import org.fusesource.mqtt.codec.PUBLISH;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
@@ -1367,7 +1366,6 @@ public class MQTTTest extends MQTTTestSupport {
         jmsConn.close();
     }
 
-    @Ignore("Needs fix in MQTT client for string length decode.")
     @Test(timeout = 30 * 10000)
     public void testSubscribeWithLargeTopicFilter() throws Exception {
 

http://git-wip-us.apache.org/repos/asf/activemq/blob/27799fec/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index efc4aef..ce235a2 100755
--- a/pom.xml
+++ b/pom.xml
@@ -94,7 +94,7 @@
     <leveldbjni-version>1.8</leveldbjni-version>
     <log4j-version>1.2.17</log4j-version>
     <mockito-version>1.10.19</mockito-version>
-    <mqtt-client-version>1.12</mqtt-client-version>
+    <mqtt-client-version>1.13</mqtt-client-version>
     <openjpa-version>1.2.0</openjpa-version>
     <org-apache-derby-version>10.11.1.1</org-apache-derby-version>
     <org.osgi.core-version>4.3.1</org.osgi.core-version>