mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
The list of class names generated by annotation processors should be sorted before being written to `AutoConfiguration.imports` and `ManagementContextConfiguration.imports` files to make the build more deterministic. See gh-31228