From f40977b64201327a549251fd5ca55cfcbdae8484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 5 Aug 2026 15:11:48 +0200 Subject: [PATCH] Allow profiles auto-completion for spring.profiles.group Closes gh-51273 --- .../additional-spring-configuration-metadata.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/core/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/core/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 593946777e2..cee597c0dfe 100644 --- a/core/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/core/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -814,6 +814,14 @@ } ] }, + { + "name": "spring.profiles.group", + "providers": [ + { + "name": "spring-profile-name" + } + ] + }, { "name": "spring.profiles.include", "providers": [