mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-27 04:19:03 +00:00
This commit updates Spring Boot's DeferredImportSelector implementations to group imports in a consistent set. This makes sure ordering is applied consistently. Closes gh-12366