Merge branch '2.7.x' into 3.0.x

This commit is contained in:
Moritz Halbritter 2023-11-08 09:53:29 +01:00
commit 0a6b723098

View File

@ -45,7 +45,7 @@ import static org.mockito.Mockito.mock;
*/
class MockBeanContextCachingTests {
private final DefaultContextCache contextCache = new DefaultContextCache();
private final DefaultContextCache contextCache = new DefaultContextCache(2);
private final DefaultCacheAwareContextLoaderDelegate delegate = new DefaultCacheAwareContextLoaderDelegate(
this.contextCache);