mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
293a9c0ee3
This commit revises the resolveExplicitTestContextBootstrapper() algorithm in BootstrapUtils to allow a local @BootstrapWith annotation to override a meta-annotation within the same composed annotation. Closes gh-35938