From c8735c154075ed1cbd435fbb9a5c26ce5e94c6e7 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Thu, 28 Jul 2022 10:46:46 +0100 Subject: [PATCH] Remove spring.profiles metadata See gh-22523 --- .../additional-spring-configuration-metadata.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 41fb667066..05168c6b13 100644 --- a/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -916,16 +916,6 @@ "description": "Location of the PID file to write (if ApplicationPidFileWriter is used).", "sourceType": "org.springframework.boot.context.ApplicationPidFileWriter" }, - { - "name": "spring.profiles", - "type": "java.util.List", - "sourceType": "org.springframework.boot.context.config.Profiles", - "description": "Comma-separated list of profile expressions that at least one should match for the document to be included.", - "deprecation": { - "replacement": "spring.config.activate.on-profile", - "level": "warning" - } - }, { "name": "spring.profiles.active", "type": "java.util.List",