mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-22 09:09:01 +00:00
Update `AutoConfigureAnnotationProcessor` to ensure that the generated properties file is fully repeatable. Properties are now sorted and written out directly to ensure that the timestamp comment is not present. Closes gh-19370