mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +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