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 e8500d456a..fdf2a44eb6 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 @@ -273,12 +273,30 @@ "description": "Whether to skip search of BeanInfo classes.", "defaultValue": true }, + { + "name": "spring.config.activate.on-cloud-platform", + "type": "org.springframework.boot.cloud.CloudPlatform", + "description": "Required cloud platform for the document to be included.", + "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" + }, + { + "name": "spring.config.activate.on-profile", + "type": "java.lang.String[]", + "description": "Profile expressions that should match for the document to be included.", + "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" + }, { "name": "spring.config.additional-location", "type": "java.lang.String", "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "description": "Config file locations used in addition to the defaults." }, + { + "name": "spring.config.import", + "type": "java.util.List", + "description": "Import additional config data.", + "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" + }, { "name": "spring.config.location", "type": "java.lang.String", @@ -292,6 +310,12 @@ "description": "Config file name.", "defaultValue": "application" }, + { + "name": "spring.config.use-legacy-processing", + "type": "java.lang.Boolean", + "description": "Whether to enable configuration data processing legacy mode.", + "defaultValue": false + }, { "name": "spring.jta.atomikos.connectionfactory.borrow-connection-timeout", "type": "java.lang.Integer", @@ -843,24 +867,6 @@ "description": "Enable trace logs.", "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", "defaultValue": false - }, - { - "name": "spring.config.import", - "type": "java.util.List", - "description": "Import additional config data.", - "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" - }, - { - "name": "spring.config.activate.on-cloud-platform", - "type": "org.springframework.boot.cloud.CloudPlatform", - "description": "Required cloud platform for the document to be included.", - "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" - }, - { - "name": "spring.config.activate.on-profile", - "type": "java.lang.String[]", - "description": "Profile expressions that should match for the document to be included.", - "sourceType": "org.springframework.boot.context.config.ConfigDataProperties" } ], "hints": [