From d2bdcddb5f3fe9db1fd678a01373846c0d438aef Mon Sep 17 00:00:00 2001 From: weixsun Date: Wed, 19 May 2021 12:37:13 +0800 Subject: [PATCH] Fix outdated defaults for Info endpoint See gh-26591 --- .../src/docs/asciidoc/actuator/endpoints.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc index 53ee7ea1ad..8b0c34bc24 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/actuator/endpoints.adoc @@ -198,7 +198,7 @@ The following table shows the default exposure for the built-in endpoints: | `info` | Yes -| Yes +| No | `integrationgraph` | Yes @@ -273,7 +273,7 @@ To change which endpoints are exposed, use the following technology-specific `in | | configprop:management.endpoints.web.exposure.include[] -| `info, health` +| `health` |=== The `include` property lists the IDs of the endpoints that are exposed.