Upgrade Spring UT/IT to use JUnit 5 #21386
Labels
azure-spring
All azure-spring related issues
Client
This issue points to a problem in the data-plane of the library.
Milestone
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.
The text was updated successfully, but these errors were encountered: