Skip to content

Commit e2b29dc

Browse files
committed
Polish "Document default value for show-value configuration properties"
See gh-39589
1 parent 7ade54d commit e2b29dc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@
6969
"description": "Whether to validate health group membership on startup. Validation fails if a group includes or excludes a health contributor that does not exist.",
7070
"defaultValue": true
7171
},
72+
{
73+
"name": "management.endpoint.quartz.show-values",
74+
"defaultValue": "never"
75+
},
7276
{
7377
"name": "management.endpoints.enabled-by-default",
7478
"type": "java.lang.Boolean",
@@ -103,10 +107,6 @@
103107
"health"
104108
]
105109
},
106-
{
107-
"name": "management.endpoint.quartz.show-values",
108-
"defaultValue": "never"
109-
},
110110
{
111111
"name": "management.ganglia.metrics.export.addressing-mode",
112112
"defaultValue": "multicast"

0 commit comments

Comments
 (0)