From 20d51a128b234e1c4ff34d5e9d1647bda4e5c200 Mon Sep 17 00:00:00 2001 From: Moritz Halbritter Date: Tue, 29 Nov 2022 16:21:24 +0100 Subject: [PATCH] Clarify that shutdown endpoint only works in jar packaging Closes gh-17398 --- .../src/docs/asciidoc/actuator/endpoints.adoc | 7 ++++--- .../spring-boot-docs/src/docs/asciidoc/authors.adoc | 2 +- 2 files changed, 5 insertions(+), 4 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 9606d2611b50..8c375204804e 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 @@ -76,15 +76,16 @@ The following technology-agnostic endpoints are available: | `sessions` | Allows retrieval and deletion of user sessions from a Spring Session-backed session store. - Requires a servlet-based web application that uses Spring Session. +Requires a servlet-based web application that uses Spring Session. | `shutdown` | Lets the application be gracefully shutdown. - Disabled by default. +Only works when using jar packaging. +Disabled by default. | `startup` | Shows the <> collected by the `ApplicationStartup`. - Requires the `SpringApplication` to be configured with a `BufferingApplicationStartup`. +Requires the `SpringApplication` to be configured with a `BufferingApplicationStartup`. | `threaddump` | Performs a thread dump. diff --git a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/authors.adoc b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/authors.adoc index 88a716a43846..3f3392961aec 100644 --- a/spring-boot-project/spring-boot-docs/src/docs/asciidoc/authors.adoc +++ b/spring-boot-project/spring-boot-docs/src/docs/asciidoc/authors.adoc @@ -1 +1 @@ -Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson; Marcel Overdijk; Christian Dupuis; Sébastien Deleuze; Michael Simons; Vedran Pavić; Jay Bryant; Madhura Bhave; Eddú Meléndez; Scott Frederick +Phillip Webb; Dave Syer; Josh Long; Stéphane Nicoll; Rob Winch; Andy Wilkinson; Marcel Overdijk; Christian Dupuis; Sébastien Deleuze; Michael Simons; Vedran Pavić; Jay Bryant; Madhura Bhave; Eddú Meléndez; Scott Frederick; Moritz Halbritter