From c6f7d12270ec0cdb5ec4cd02036328212b18f739 Mon Sep 17 00:00:00 2001 From: Ochieng Olanga Date: Wed, 1 Jan 2020 12:36:22 +0300 Subject: [PATCH 1/2] Fix outdated reference in ArtemisConfigurationCustomizer javadoc See gh-19503 --- .../jms/artemis/ArtemisConfigurationCustomizer.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java index d603c1920f4..dc17699e3f5 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java @@ -17,12 +17,12 @@ package org.springframework.boot.autoconfigure.jms.artemis; import org.apache.activemq.artemis.core.config.Configuration; -import org.apache.activemq.artemis.jms.server.embedded.EmbeddedJMS; +import org.apache.activemq.artemis.core.server.embedded.EmbeddedActiveMQ; /** * Callback interface that can be implemented by beans wishing to customize the Artemis * JMS server {@link Configuration} before it is used by an auto-configured - * {@link EmbeddedJMS} instance. + * {@link EmbeddedActiveMQ} instance. * * @author EddĂș MelĂ©ndez * @author Phillip Webb From 7d36599343bbb03e3e745c52674d6ceaa190e177 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 1 Jan 2020 13:11:39 +0100 Subject: [PATCH 2/2] Polish "Fix outdated reference in ArtemisConfigurationCustomizer javadoc" See gh-19503 --- .../jms/artemis/ArtemisConfigurationCustomizer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java index dc17699e3f5..59aee98817e 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisConfigurationCustomizer.java @@ -1,5 +1,5 @@ /* - * Copyright 2012-2019 the original author or authors. + * Copyright 2012-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License.