mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
All `FailureAnalyzer` implementations should use constructor injection for `BeanFactory` and `Environment` instead of implementing `BeanFactoryAware` or `EnvironmentAware` interfaces. Fixes gh-30585