@ -1847,8 +1847,7 @@ constructor takes precedence over both `@TestConstructor` and the default mode.
@@ -1847,8 +1847,7 @@ constructor takes precedence over both `@TestConstructor` and the default mode.
The default _test constructor autowire mode_ can be changed by setting the
`spring.test.constructor.autowire.mode` JVM system property to `all`. Alternatively, the
The <<testcontext-framework>> honors `@NestedTestConfiguration` semantics for the
@ -4569,8 +4567,7 @@ maximum size is reached, a least recently used (LRU) eviction policy is used to
@@ -4569,8 +4567,7 @@ maximum size is reached, a least recently used (LRU) eviction policy is used to
close stale contexts. You can configure the maximum size from the command line or a build
script by setting a JVM system property named `spring.test.context.cache.maxSize`. As an
alternative, you can set the same property via the