From 4697432edd22283eabea3c7191690bc510122eda Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 1 Jul 2016 14:15:16 +0100 Subject: [PATCH] Upgrade to Artemis 1.3.0 Closes gh-6282 --- .../jms/artemis/ArtemisAutoConfigurationTests.java | 4 ++-- spring-boot-dependencies/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisAutoConfigurationTests.java b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisAutoConfigurationTests.java index 629005d925..37c45cfb45 100644 --- a/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisAutoConfigurationTests.java +++ b/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisAutoConfigurationTests.java @@ -168,9 +168,9 @@ public class ArtemisAutoConfigurationTests { DestinationChecker checker = new DestinationChecker(this.context); checker.checkQueue("Queue1", true); checker.checkQueue("Queue2", true); - checker.checkQueue("QueueDoesNotExist", true); + checker.checkQueue("QueueWillNotBeAutoCreated", true); checker.checkTopic("Topic1", true); - checker.checkTopic("TopicDoesNotExist", false); + checker.checkTopic("TopicWillBeAutoCreated", true); } @Test diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 4c6b780ab2..56b319938f 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -46,7 +46,7 @@ 5.13.3 2.7.7 1.9.38 - 1.2.0 + 1.3.0 1.8.9 2.4.1 3.9.3