mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Use new ConcurrentLruCache#clear() method in TestContextAnnotationUtils
This commit is contained in:
+1
@@ -386,6 +386,7 @@ public abstract class TestContextAnnotationUtils {
|
||||
}
|
||||
|
||||
static void clearCaches() {
|
||||
cachedEnclosingConfigurationModes.clear();
|
||||
defaultEnclosingConfigurationMode = null;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user