From 02ef68163a0380e3628b8562b0ad2ba6e1f86bfe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Oct 2015 16:53:17 +0200 Subject: [PATCH] Remove redundant deprecated attribute The `deprecated` attribute is deprecated as of Spring Boot 1.3 and replaced by the `deprecation` object. Any IDE relying on the previous structure still expects the `deprecated` attribute though. The annotation processor is adding that information automatically when it merges manual content so it is not necessary to define that attribute in the source. Closes gh-4127 --- .../META-INF/additional-spring-configuration-metadata.json | 1 - 1 file changed, 1 deletion(-) diff --git a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 198c5507f99..fa82f9f70bd 100644 --- a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -122,7 +122,6 @@ "sourceType": "org.springframework.boot.SpringApplication", "description": "Display the banner when the application runs.", "defaultValue": true, - "deprecated": true, "deprecation": {"replacement": "spring.main.banner-mode"} }, {