From 09daad0a166a52a98bdda9cdc564305580bebad3 Mon Sep 17 00:00:00 2001 From: luozhenyu Date: Wed, 6 Apr 2022 23:58:09 +0800 Subject: [PATCH] Add metadata for management.endpoint.health.probes.add-additional-paths See gh-30562 --- .../META-INF/additional-spring-configuration-metadata.json | 6 ++++++ 1 file changed, 6 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 76da606527..0415cd6887 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 @@ -48,6 +48,12 @@ "sun.java.command" ] }, + { + "name": "management.endpoint.health.probes.add-additional-paths", + "type": "java.lang.Boolean", + "description": "Whether to make the liveness and readiness health groups available on the main server port.", + "defaultValue": false + }, { "name": "management.endpoint.health.probes.enabled", "type": "java.lang.Boolean",