mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 01:39:02 +00:00
When a Maven build is configured to ensure reproducibility, any libraries added to `BOOT-INF/lib` in a jar archive or to `WEB-INF/lib` in a war archive by the Spring Boot plugin repackaging should be sorted by name to ensure a stable and predictable order. Fixes gh-27436