Remove mentions of JUnit 4

This commit removes all mentions of JUnit 4 from the Javadoc and
reference documentation. It also harmonizes to simply refers to JUnit.

Closes gh-47228
This commit is contained in:
Stéphane Nicoll
2025-09-19 15:29:11 +02:00
parent 8d000e008f
commit 3b98af30f5
26 changed files with 11 additions and 63 deletions
@@ -28,9 +28,9 @@ import org.junit.jupiter.api.extension.ExtensionContext;
import org.springframework.test.util.ReflectionTestUtils;
/**
* JUnit 5 {@link Extension} for tests that interact with Spring Boot's {@link Handler}
* for {@code jar:} URLs. Ensures that the handler is registered prior to test execution
* and cleans up the handler's root file cache afterwards.
* JUnit {@link Extension} for tests that interact with Spring Boot's {@link Handler} for
* {@code jar:} URLs. Ensures that the handler is registered prior to test execution and
* cleans up the handler's root file cache afterwards.
*
* @author Andy Wilkinson
*/