LiamClarkeNZ opened a new pull request #11817: URL: https://github.com/apache/kafka/pull/11817
(Sub task of KAFKA-7438) Replace all usages of Powermock and Easymock in connect.runtime.WorkerTest with Mockito. One bit of Powermock functionality could not be replicated with Mockito - which was verifying constructor arguments passed to a new instance of WorkerSourceTask within the worker, but this was not critical to test functionality. The test has been removed from the list tests that had to be excluded when Gradle is running under Java 16+ due to Powermock, and successful execution was verified with Java 17.0.1 Temurin. -- 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: jira-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org