Skip to content

Commit

Permalink
Clarify that shutdown endpoint only works in jar packaging
Browse files Browse the repository at this point in the history
Closes gh-17398
  • Loading branch information
mhalbritter committed Nov 29, 2022
1 parent e23c928 commit 20d51a1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Expand Up @@ -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 <<features#features.spring-application.startup-tracking,startup steps data>> 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.
Expand Down
@@ -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

0 comments on commit 20d51a1

Please sign in to comment.