Skip to content

Commit 0e7bdb3

Browse files
committed
Remove note about graceful shutdown requiring Tomcat 9.0.33
Since the note was added, we've upgraded to and now require Tomcat 10.1 so it no longer applies. Closes gh-42373
1 parent 41bcda8 commit 0e7bdb3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spring-boot-project/spring-boot-docs/src/docs/asciidoc/web/graceful-shutdown.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ TIP: To learn about more the specific method used with your web server, see the
1313
Jetty, Reactor Netty, and Tomcat will stop accepting new requests at the network layer.
1414
Undertow will accept new connections but respond immediately with a service unavailable (503) response.
1515

16-
NOTE: Graceful shutdown with Tomcat requires Tomcat 9.0.33 or later.
17-
1816
To enable graceful shutdown, configure the configprop:server.shutdown[] property, as shown in the following example:
1917

2018
[source,yaml,indent=0,subs="verbatim",configprops,configblocks]

0 commit comments

Comments
 (0)