Russole opened a new pull request, #22579: URL: https://github.com/apache/kafka/pull/22579
Remove the unnecessary Hamcrest test runtime dependency from the `tools` module. The `tools` tests do not directly use Hamcrest. However, they reuse Streams integration test utilities via test outputs, and `IntegrationTestUtils` still used Hamcrest assertions. This made `tools:test` depend on Hamcrest indirectly at runtime. This patch replaces those Hamcrest assertions with equivalent JUnit assertions, allowing the `tools` module to drop its explicit Hamcrest test runtime dependency. ### Testing ```bash ./gradlew --no-daemon :tools:test -- 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]
