mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
This commit makes sure that the `ApplicationContext` is closed properly if an `ApplicationReadyListener` throws an exception. Closes gh-12549