mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 12:39:03 +00:00
Update `SpringApplication` to work around `SpringFactoriesLoader` cache pollution by loading factories using a `null` class loader. See https://github.com/spring-projects/spring-framework/pull/34732 for details.