From 46d3f4abcc05d6eef124e15fc840b4899988b9b5 Mon Sep 17 00:00:00 2001 From: Clebert Suconic Date: Fri, 9 Sep 2016 09:10:10 -0400 Subject: [PATCH] Version upgrades --- .../protocol/openwire/OpenWireConnection.java | 7 ++++++ pom.xml | 22 +++++++++---------- tests/integration-tests/pom.xml | 6 ++--- 3 files changed, 21 insertions(+), 14 deletions(-) diff --git a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java index b66b802ffd..018e82d423 100644 --- a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java +++ b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/OpenWireConnection.java @@ -77,6 +77,7 @@ import org.apache.activemq.command.ActiveMQDestination; import org.apache.activemq.command.ActiveMQMessage; import org.apache.activemq.command.ActiveMQTopic; import org.apache.activemq.command.BrokerInfo; +import org.apache.activemq.command.BrokerSubscriptionInfo; import org.apache.activemq.command.Command; import org.apache.activemq.command.ConnectionControl; import org.apache.activemq.command.ConnectionError; @@ -903,6 +904,12 @@ public class OpenWireConnection extends AbstractRemotingConnection implements Se } + @Override + public Response processBrokerSubscriptionInfo(BrokerSubscriptionInfo brokerSubscriptionInfo) throws Exception { + // TBD + return null; + } + @Override public Response processAddProducer(ProducerInfo info) throws Exception { SessionId sessionId = info.getProducerId().getParentId(); diff --git a/pom.xml b/pom.xml index 1b1ec97cc5..b6032ada11 100644 --- a/pom.xml +++ b/pom.xml @@ -69,22 +69,22 @@ scp://people.apache.org/x1/www/activemq.apache.org - 5.12.0 + 5.14.0 10.11.1.1 1.9.2 3.2.2 - 1.10 - 18.0 + 1.14 + 19.0 3.3.0.Final - 9.3.10.v20160621 + 9.4.0.M1 3.6.9.Final 2.4 - 4.0.39.Final - 0.12.2 - 3.0.17.Final - 1.7.12 - 0.9.0 - 0.9.4 + 4.0.41.Final + 0.14.0 + 3.0.19.Final + 1.7.21 + 0.11.0 + 0.9.5 1.0-alpha-1 ${project.version} @@ -522,7 +522,7 @@ org.apache.tomcat tomcat-servlet-api - 8.0.23 + 8.5.5 org.jolokia diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml index 5dff95c6de..57b9171d54 100644 --- a/tests/integration-tests/pom.xml +++ b/tests/integration-tests/pom.xml @@ -28,9 +28,9 @@ ${project.basedir}/../.. - 4.0.3 - 4.7.0 - 2.1.2 + 4.0.6 + 4.9.1 + 2.1.6 2.0.3-final