Mirror of GH-1707 Initial removal of 2.0.0 deprecated classes and methods

This commit is contained in:
Oleg Zhurakousky
2019-05-08 12:15:23 +02:00
parent a91987bec7
commit 0f739eb3e4

View File

@@ -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 {