From d2346813482c671ae5b95a5bbfde5637408e90d1 Mon Sep 17 00:00:00 2001 From: izeye Date: Wed, 29 Dec 2021 19:57:53 +0900 Subject: [PATCH] Fix default value for management.info.env.enabled in metadata See gh-29187 --- .../META-INF/additional-spring-configuration-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 05e054d821a..cf5e58d7c48 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 @@ -261,7 +261,7 @@ "name": "management.info.env.enabled", "type": "java.lang.Boolean", "description": "Whether to enable environment info.", - "defaultValue": true + "defaultValue": false }, { "name": "management.info.git.enabled",