slachiewicz opened a new pull request, #771: URL: https://github.com/apache/maven-indexer/pull/771
Hamcrest matchers are replaced with the equivalent org.junit.jupiter.api.Assertions calls (assertEquals, assertNull, assertNotNull, assertTrue, assertArrayEquals), and the hamcrest test dependency is removed from every module's POM and the root dependencyManagement. The hamcrest-core/hamcrest-library exclusions on junit and jmock are left in place. Verified: mvn verify -DskipITs → BUILD SUCCESS, 299 tests (225 indexer-core, 7 indexer-cli, 16 indexer-reader, 7 search-backend-indexer, 14 search-backend-smo, 30 search-backend-remoterepository), same totals as baseline. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
