Browse Source

Merge branch '3.1.x' into 3.2.x

Closes gh-39596
pull/39630/head
Moritz Halbritter 2 years ago
parent
commit
de35d2e443
  1. 12
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -30,6 +30,14 @@ @@ -30,6 +30,14 @@
"description": "Whether to enable default metrics exporters.",
"defaultValue": true
},
{
"name": "management.endpoint.configprops.show-values",
"defaultValue": "never"
},
{
"name": "management.endpoint.env.show-values",
"defaultValue": "never"
},
{
"name": "management.endpoint.health.probes.add-additional-paths",
"type": "java.lang.Boolean",
@ -61,6 +69,10 @@ @@ -61,6 +69,10 @@
"description": "Whether to validate health group membership on startup. Validation fails if a group includes or excludes a health contributor that does not exist.",
"defaultValue": true
},
{
"name": "management.endpoint.quartz.show-values",
"defaultValue": "never"
},
{
"name": "management.endpoints.enabled-by-default",
"type": "java.lang.Boolean",

Loading…
Cancel
Save