Skip to content

Commit dcb68d4

Browse files
committed
Deprecate unused property
Closes gh-13836
1 parent daad992 commit dcb68d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigFileApplicationListener.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ public class ConfigFileApplicationListener
143143
/**
144144
* Name of the application configuration {@link PropertySource}.
145145
*/
146+
@Deprecated
146147
public static final String APPLICATION_CONFIGURATION_PROPERTY_SOURCE_NAME = "applicationConfigurationProperties";
147148

148149
private final DeferredLog logger = new DeferredLog();

0 commit comments

Comments
 (0)