From 0196be1d27fd0631e7f135eecf4d472bc4cf6068 Mon Sep 17 00:00:00 2001 From: Timothy Bish Date: Wed, 15 Mar 2017 12:41:25 -0400 Subject: [PATCH] https://issues.apache.org/jira/browse/AMQ-6630 Update to latest Qpid JMS release 0.21.0 and match the netty 4.1.8.Final dependency up with it. --- .../client/transport/PartialPooledByteBufAllocator.java | 5 +++++ pom.xml | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/client/transport/PartialPooledByteBufAllocator.java b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/client/transport/PartialPooledByteBufAllocator.java index aa3e89283d..5c12857848 100644 --- a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/client/transport/PartialPooledByteBufAllocator.java +++ b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/client/transport/PartialPooledByteBufAllocator.java @@ -132,4 +132,9 @@ public class PartialPooledByteBufAllocator implements ByteBufAllocator { public boolean isDirectBufferPooled() { return true; } + + @Override + public int calculateNewCapacity(int minNewCapacity, int maxCapacity) { + return POOLED.calculateNewCapacity(minNewCapacity, maxCapacity); + } } diff --git a/pom.xml b/pom.xml index 369ddfad85..c85842fcbf 100644 --- a/pom.xml +++ b/pom.xml @@ -104,10 +104,10 @@ 1.4.0 3.4.6 0.18.0 - 0.11.1 - 4.0.41.Final - 0.14.0 - 4.0.41.Final + 0.21.0 + 4.1.8.Final + 0.18.0 + 4.1.8.Final 1.3 1.0 9.5.1-5