mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, ApplicationContext caching support was broken if two Bean Override fields declared the same annotations but in a different order. This commit fixes that by switching to Set semantics for the annotations declared on a Bean Override field. Closes gh-33633