From dcb68d4c64e6cb66c443fa9fffa280426c8b2c46 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 23 Jul 2018 09:31:02 +0200 Subject: [PATCH] Deprecate unused property Closes gh-13836 --- .../boot/context/config/ConfigFileApplicationListener.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java index b9842ad0f96..a290eb874ca 100644 --- a/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java +++ b/spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java @@ -143,6 +143,7 @@ public class ConfigFileApplicationListener /** * Name of the application configuration {@link PropertySource}. */ + @Deprecated public static final String APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME = "applicationConfigurationProperties"; private final DeferredLog logger = new DeferredLog();