Skip to content

Commit 03dfc3b

Browse files
committed
Merge pull request #39589 from lukasdo
* pr/39589: Polish "Document default value for show-value configuration properties" Document default value for show-value configuration properties Closes gh-39589
2 parents 8b2a7e8 + e2b29dc commit 03dfc3b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

+12
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,14 @@
3030
"description": "Whether to enable default metrics exporters.",
3131
"defaultValue": true
3232
},
33+
{
34+
"name": "management.endpoint.configprops.show-values",
35+
"defaultValue": "never"
36+
},
37+
{
38+
"name": "management.endpoint.env.show-values",
39+
"defaultValue": "never"
40+
},
3341
{
3442
"name": "management.endpoint.health.probes.add-additional-paths",
3543
"type": "java.lang.Boolean",
@@ -61,6 +69,10 @@
6169
"description": "Whether to validate health group membership on startup. Validation fails if a group includes or excludes a health contributor that does not exist.",
6270
"defaultValue": true
6371
},
72+
{
73+
"name": "management.endpoint.quartz.show-values",
74+
"defaultValue": "never"
75+
},
6476
{
6577
"name": "management.endpoints.enabled-by-default",
6678
"type": "java.lang.Boolean",

0 commit comments

Comments
 (0)