Spring Boot 2.4 [remove the Junit5's vintage engine from spring-boot-starter-test](https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.4-Release-Notes#junit-5s-vintage-engine-removed-from-spring-boot-starter-test) so if we still use Junit4 API in our test cases, these tests will not run in Maven build or IDEA, unless: - Upgrade our tests to Junit 5 (https://github.com/Azure/azure-sdk-for-java/pull/20700) - Add back Junit's vintage engine (https://github.com/Azure/azure-sdk-for-java/pull/18921) So we might need to upgrade all of our tests to JUnit 5.
Spring Boot 2.4 remove the Junit5's vintage engine from spring-boot-starter-test so if we still use Junit4 API in our test cases, these tests will not run in Maven build or IDEA, unless:
So we might need to upgrade all of our tests to JUnit 5.