From 77a570045eeefcd972ff48004b7a64441f5dad82 Mon Sep 17 00:00:00 2001 From: Gary Russell Date: Wed, 13 May 2015 10:09:27 +0100 Subject: [PATCH] Update Spring AMQP to 1.4.5 --- build.gradle | 2 +- .../integration/amqp/StubRabbitConnectionFactory.java | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index cf1af3bc10..04a040c518 100644 --- a/build.gradle +++ b/build.gradle @@ -122,7 +122,7 @@ subprojects { subproject -> tomcatVersion = "7.0.55" smack3Version = '3.2.1' smackVersion = '4.0.0' - springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.4.2.RELEASE' + springAmqpVersion = project.hasProperty('springAmqpVersion') ? project.springAmqpVersion : '1.4.5.RELEASE' springDataMongoVersion = '1.6.0.RELEASE' springDataRedisVersion = '1.4.0.RELEASE' springGemfireVersion = '1.5.0.RELEASE' diff --git a/spring-integration-amqp/src/test/java/org/springframework/integration/amqp/StubRabbitConnectionFactory.java b/spring-integration-amqp/src/test/java/org/springframework/integration/amqp/StubRabbitConnectionFactory.java index c628741138..689a94d06f 100644 --- a/spring-integration-amqp/src/test/java/org/springframework/integration/amqp/StubRabbitConnectionFactory.java +++ b/spring-integration-amqp/src/test/java/org/springframework/integration/amqp/StubRabbitConnectionFactory.java @@ -438,7 +438,6 @@ public class StubRabbitConnectionFactory implements ConnectionFactory { return null; } - @Override @Deprecated public void basicRecoverAsync(boolean requeue) throws IOException { }