From 7ade54d3040f90800ca80a271b8b63894845bdda Mon Sep 17 00:00:00 2001 From: lukasdooo Date: Thu, 15 Feb 2024 20:46:21 +0100 Subject: [PATCH 1/2] Document default value for show-value configuration properties See gh-39589 --- .../additional-spring-configuration-metadata.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index c13d14622e4b..4b874c7de734 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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", @@ -95,6 +103,10 @@ "health" ] }, + { + "name": "management.endpoint.quartz.show-values", + "defaultValue": "never" + }, { "name": "management.ganglia.metrics.export.addressing-mode", "defaultValue": "multicast" From e2b29dc9cbd576c4e2b7602bad9bb2e6d0d57473 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 16 Feb 2024 09:24:32 +0100 Subject: [PATCH 2/2] Polish "Document default value for show-value configuration properties" See gh-39589 --- .../additional-spring-configuration-metadata.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 4b874c7de734..7dfd03e8103a 100644 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -69,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", @@ -103,10 +107,6 @@ "health" ] }, - { - "name": "management.endpoint.quartz.show-values", - "defaultValue": "never" - }, { "name": "management.ganglia.metrics.export.addressing-mode", "defaultValue": "multicast"