From 490a40af20b70a570a01afab5544dc0fb22190f2 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 22 Dec 2020 08:33:59 +0100 Subject: [PATCH] Polish --- .../boot/autoconfigure/jms/artemis/ArtemisProperties.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java index 34fd02b7f44..1bc10594e85 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/jms/artemis/ArtemisProperties.java @@ -93,6 +93,7 @@ public class ArtemisProperties { /** * Return the host of the broker. * @return the host + * @deprecated as of 2.5.0 in favor of broker url */ @Deprecated @DeprecatedConfigurationProperty(replacement = "spring.artemis.broker-url") @@ -108,6 +109,7 @@ public class ArtemisProperties { /** * Return the port of the broker. * @return the port + * @deprecated as of 2.5.0 in favor of broker url */ @Deprecated @DeprecatedConfigurationProperty(replacement = "spring.artemis.broker-url")