Merge branch '4.0.x'

Closes gh-48978
This commit is contained in:
Stéphane Nicoll
2026-01-27 08:15:43 +01:00
@@ -436,7 +436,7 @@ public class ApplicationContextAssert<C extends ApplicationContext>
* becoming the object under test.
* <p>
* Example: <pre class="code">
* assertThat(context).getFailure().containsMessage("missing bean");
* assertThat(context).getFailure().hasMessageContaining("missing bean");
* </pre>
* @return assertions on the cause of the failure
* @throws AssertionError if the application context started without a failure