From 0f739eb3e464cbadbc5c0490622ab557f8fa7b78 Mon Sep 17 00:00:00 2001 From: Oleg Zhurakousky Date: Wed, 8 May 2019 12:15:23 +0200 Subject: [PATCH] Mirror of GH-1707 Initial removal of 2.0.0 deprecated classes and methods --- .../cloud/stream/binder/rabbit/RabbitBinderTests.java | 3 --- 1 file changed, 3 deletions(-) diff --git a/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java b/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java index ffe148389..2046e7bc5 100644 --- a/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java +++ b/spring-cloud-stream-binder-rabbit/src/test/java/org/springframework/cloud/stream/binder/rabbit/RabbitBinderTests.java @@ -411,7 +411,6 @@ public class RabbitBinderTests extends assertThat(endpoint.isRunning()).isFalse(); } - @SuppressWarnings("deprecation") @Test public void testConsumerPropertiesWithUserInfrastructureNoBind() throws Exception { RabbitAdmin admin = new RabbitAdmin(this.rabbitAvailableRule.getResource()); @@ -481,7 +480,6 @@ public class RabbitBinderTests extends assertThat(container.isRunning()).isFalse(); } - @SuppressWarnings("deprecation") @Test public void testConsumerPropertiesWithUserInfrastructureCustomExchangeAndRK() throws Exception { @@ -525,7 +523,6 @@ public class RabbitBinderTests extends assertThat(exchange.isAutoDelete()).isEqualTo(false); } - @SuppressWarnings("deprecation") @Test public void testConsumerPropertiesWithUserInfrastructureCustomQueueArgs() throws Exception {