You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #34955 feature (spring-boot >=3.2.0) tomcat is not destroyed on reactive webserver application failure.
Application reports an error on startup but process is not terminated.
Minimal application to reproduce: https://github.com/boolivar/spring-webserver-test (3 dependencies and trivial TestApplication class).
Issue is not reproduced on spring-boot v3.1.12 or if servlet web application is configured.
philwebb
changed the title
Tomcat reactive is not destroyed on application failure
WebServers are not destroyed on application failure in ReactiveWebServerApplicationContext
Feb 5, 2025
With #34955 feature (spring-boot >=3.2.0) tomcat is not destroyed on reactive webserver application failure.
Application reports an error on startup but process is not terminated.
Minimal application to reproduce: https://github.com/boolivar/spring-webserver-test (3 dependencies and trivial
TestApplication
class).Issue is not reproduced on spring-boot v3.1.12 or if servlet web application is configured.
Here is the differences in context behaviors:
ReactiveWebServerApplicationContext - webserver stopped
ServletWebServerApplicationContext - webserver stopped and destroyed
The text was updated successfully, but these errors were encountered: