mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 10:59:03 +00:00
Prior to this commit, if ReactiveWebServerApplicationContext failed to refresh, only WebServer.stop() was called. This commit additionally invokes WebServer.destroy(), aligning the behavior with ServletWebServerApplicationContext when a refresh failure occurs. See gh-44134 Signed-off-by: Dmytro Nosan <dimanosan@gmail.com>