From 52543b84c14b0dc82e17df99ec205baaf58330bd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Apr 2021 10:23:42 +0200 Subject: [PATCH] Fix sourceType for spring.profiles.include Closes gh-26163 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 4066f2d624b..64ad7b49732 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 @@ -851,7 +851,7 @@ { "name": "spring.profiles.include", "type": "java.util.List", - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", + "sourceType": "org.springframework.boot.context.config.Profiles", "description": "Unconditionally activate the specified comma-separated list of profiles (or list of profiles if using YAML)." }, {