From 090cc05e7a28b5ef244d3a0b08aab6baa32a8a78 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Jun 2019 11:56:09 +0200 Subject: [PATCH] Add missing metadata for "spring.profiles" Closes gh-16107 --- .../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 85da2586470..e63fac94992 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 @@ -701,6 +701,12 @@ "description": "Fails if ApplicationPidFileWriter is used but it cannot write the PID file.", "sourceType": "org.springframework.boot.context.ApplicationPidFileWriter" }, + { + "name": "spring.profiles", + "type": "java.util.List", + "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", + "description": "Comma-separated list of profile expressions that at least one should match for the document to be included." + }, { "name": "spring.profiles.active", "type": "java.util.List",