Skip to content

Commit 090cc05

Browse files
committed
Add missing metadata for "spring.profiles"
Closes gh-16107
1 parent 8beb6c1 commit 090cc05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -701,6 +701,12 @@
701701
"description": "Fails if ApplicationPidFileWriter is used but it cannot write the PID file.",
702702
"sourceType": "org.springframework.boot.context.ApplicationPidFileWriter"
703703
},
704+
{
705+
"name": "spring.profiles",
706+
"type": "java.util.List<java.lang.String>",
707+
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
708+
"description": "Comma-separated list of profile expressions that at least one should match for the document to be included."
709+
},
704710
{
705711
"name": "spring.profiles.active",
706712
"type": "java.util.List<java.lang.String>",

0 commit comments

Comments
 (0)