mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d5664ba01a
This commit ensures that a copy is made of old attributes before replacing it with new attributes. Because new attributes can be composed of old, clearing the old would also remove entries from the new. See gh-32245