showuon commented on a change in pull request #10794: URL: https://github.com/apache/kafka/pull/10794#discussion_r645321936
########## File path: build.gradle ########## @@ -829,6 +829,7 @@ project(':core') { testImplementation(libs.jfreechart) { exclude group: 'junit', module: 'junit' } + testImplementation libs.mockitoInline // supports mocking static methods, final classes, etc. Review comment: Yes, I need this to mock a stack method. This library only added in test, not in production, and also used in other tests, I think it should be fine. Any concern about this? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org