Merge branch '3.4.x'

Closes gh-44993
This commit is contained in:
Phillip Webb
2025-04-03 18:03:09 -07:00
149 changed files with 160 additions and 160 deletions

View File

@@ -29,7 +29,7 @@ import org.springframework.test.context.ApplicationContextFailureProcessor;
* @author Phillip Webb
* @author Scott Frederick
* @since 3.0.0
* @deprecated in 3.2.11 for removal in 3.6.0
* @deprecated in 3.2.11 for removal in 4.0.0
*/
@Deprecated(since = "3.2.11", forRemoval = true)
public class ConditionReportApplicationContextFailureProcessor implements ApplicationContextFailureProcessor {

View File

@@ -35,7 +35,7 @@ import static org.assertj.core.api.Assertions.assertThat;
*
* @author Phillip Webb
* @author Scott Frederick
* @deprecated since 3.2.11 for removal in 3.6.0
* @deprecated since 3.2.11 for removal in 4.0.0
*/
@ExtendWith(OutputCaptureExtension.class)
@Deprecated(since = "3.2.11", forRemoval = true)