Merge branch '2.4.x'

Closes gh-24832
pull/24837/head
Stephane Nicoll 4 years ago
commit 9f40b9de7b

@ -273,12 +273,30 @@
"description": "Whether to skip search of BeanInfo classes.", "description": "Whether to skip search of BeanInfo classes.",
"defaultValue": true "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", "name": "spring.config.additional-location",
"type": "java.lang.String", "type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener", "sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Config file locations used in addition to the defaults." "description": "Config file locations used in addition to the defaults."
}, },
{
"name": "spring.config.import",
"type": "java.util.List<java.lang.String>",
"description": "Import additional config data.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
},
{ {
"name": "spring.config.location", "name": "spring.config.location",
"type": "java.lang.String", "type": "java.lang.String",
@ -292,6 +310,12 @@
"description": "Config file name.", "description": "Config file name.",
"defaultValue": "application" "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", "name": "spring.jta.atomikos.connectionfactory.borrow-connection-timeout",
"type": "java.lang.Integer", "type": "java.lang.Integer",
@ -843,24 +867,6 @@
"description": "Enable trace logs.", "description": "Enable trace logs.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener", "sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": false "defaultValue": false
},
{
"name": "spring.config.import",
"type": "java.util.List<java.lang.String>",
"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": [ "hints": [

Loading…
Cancel
Save