From e2b29dc9cbd576c4e2b7602bad9bb2e6d0d57473 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Fri, 16 Feb 2024 09:24:32 +0100 Subject: [PATCH] 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 4b874c7de73..7dfd03e8103 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"