Skip to content

Commit 8cc8a1a

Browse files
committed
Add missing additional configuration metadata and fix type of defaultValue
Signed-off-by: Yanming Zhou <[email protected]>
1 parent 7e1cbf8 commit 8cc8a1a

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

Diff for: spring-cloud-commons/src/main/resources/META-INF/additional-spring-configuration-metadata.json

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,25 @@
11
{
22
"properties": [
33
{
4-
"defaultValue": "true",
4+
"defaultValue": true,
55
"name": "spring.cloud.refresh.enabled",
66
"description": "Enables autoconfiguration for the refresh scope and associated features.",
77
"type": "java.lang.Boolean"
88
},
9+
{
10+
"defaultValue": true,
11+
"name": "spring.cloud.refresh.on-restart.enabled",
12+
"description": "Triggers scope refreshing on application context restart.",
13+
"type": "java.lang.Boolean"
14+
},
915
{
1016
"defaultValue": true,
1117
"name": "spring.cloud.httpclientfactories.apache.enabled",
1218
"description": "Enables creation of Apache Http Client factory beans.",
1319
"type": "java.lang.Boolean"
1420
},
1521
{
16-
"defaultValue": "true",
22+
"defaultValue": true,
1723
"name": "spring.cloud.httpclientfactories.ok.enabled",
1824
"description": "Enables creation of OK Http Client factory beans.",
1925
"type": "java.lang.Boolean"

0 commit comments

Comments
 (0)