mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 17:35:22 +00:00
Update initialization order in `SpringApplication` to ensure `setAllowBeanDefinitionOverriding` is called before initializiers. This prevents an initializer from accidentially overriding a bean. Closes gh-50264