mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 17:59:03 +00:00
Refine the property source cache key fix so that a copy of the key is only taken when the values change. This allows us to retain the previous performance optimization of not creating unnecessary string arrays. Closes gh-13344