mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-19 22:09:01 +00:00
Add a static cache to `SystemEnvironmentPropertyMapper` for property source name to configuration property name conversion. This update should help ease object allocations for system environment names which are unlikely to change often. Closes gh-14121