mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
410f204168
This commit introduces support for consistent ordering of Properties created by CollectionFactory.createStringAdaptingProperties(). Specifically, the created Properties instance sorts properties alphanumerically based on their keys. Closes gh-23081