mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-25 16:29:28 +00:00
This commit introduces TestContextAnnotationUtils as a replacement for MetaAnnotationUtils, with dedicated support for honoring the new @NestedTestConfiguration annotation and related annotation search semantics. MetaAnnotationUtils has been reverted to its previous scope and is now deprecated. See gh-19930