spring-framework/spring-test
Sam Brannen c7ca5c81c3 Avoid repeated attempts to load failing ApplicationContext in the TCF
This commit introduces initial support for a new "context failure
threshold" feature in the Spring TestContext Framework (TCF).

Specifically, DefaultCacheAwareContextLoaderDelegate now tracks how
many times a failure occurs when attempting to load an
ApplicationContext and preemptively throws an IllegalStateException for
subsequent attempts to load the same context if the configured failure
threshold has been exceeded.

See gh-14182
2023-06-09 17:40:28 +02:00
..
src Avoid repeated attempts to load failing ApplicationContext in the TCF 2023-06-09 17:40:28 +02:00
.springBeans
spring-test.gradle Merge branch '6.0.x' 2023-06-09 11:52:20 +02:00