From 2bd4ccce8aaa3aee14c8ec39087bad3410e0b16f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 20 Apr 2021 10:21:50 +0200 Subject: [PATCH] Document spring.profiles.group in configuration metadata Closes gh-26127 --- .../META-INF/additional-spring-configuration-metadata.json | 6 ++++++ 1 file changed, 6 insertions(+) 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 35fc68e083b..4066f2d624b 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 @@ -854,6 +854,12 @@ "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "description": "Unconditionally activate the specified comma-separated list of profiles (or list of profiles if using YAML)." }, + { + "name": "spring.profiles.group", + "type": "java.util.Map>", + "sourceType": "org.springframework.boot.context.config.Profiles", + "description": "Profile groups to define a logical name for a related group of profiles." + }, { "name": "spring.reactor.debug-agent.enabled", "type": "java.lang.Boolean",