From 03302667d98b60a585e5e38d297eabb76f38f4e8 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 8 Sep 2015 12:54:33 +0200 Subject: [PATCH] Fix meta-data Closes gh-3922 --- .../META-INF/additional-spring-configuration-metadata.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 6ace93c9257..e9ceb95e0d0 100644 --- a/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -87,14 +87,14 @@ { "name": "spring.config.name", "type": "java.lang.String", - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", + "sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor", "description": "Config file name.", "defaultValue": "application" }, { "name": "spring.config.location", "type": "java.lang.String", - "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", + "sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor", "description": "Config file locations." }, { @@ -125,11 +125,13 @@ { "name": "spring.profiles.active", "type": "java.lang.String", + "sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor", "description": "Comma-separated list of active profiles. Can be overridden by a command line switch." }, { "name": "spring.profiles.include", "type": "java.lang.String", + "sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor", "description": "Unconditionally activate the specified comma separated profiles." } ],"hints": [