From a9b610c4fc53e004eec1336f51dbbeae2f1e9463 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Oct 2016 11:42:46 +0200 Subject: [PATCH] Deprecate ResourceLoaderAware callback Closes gh-6986 --- .../properties/ConfigurationPropertiesBindingPostProcessor.java | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindingPostProcessor.java b/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindingPostProcessor.java index 9c0fafbe5a0..97db68f359a 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindingPostProcessor.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/properties/ConfigurationPropertiesBindingPostProcessor.java @@ -196,6 +196,7 @@ public class ConfigurationPropertiesBindingPostProcessor } @Override + @Deprecated public void setResourceLoader(ResourceLoader resourceLoader) { this.resourceLoader = resourceLoader; }