Skip to content

Commit de35d2e

Browse files
committed
Merge branch '3.1.x' into 3.2.x
Closes gh-39596
2 parents ceae967 + 03dfc3b commit de35d2e

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)