GitHub user ewencp opened a pull request: https://github.com/apache/kafka/pull/4243
MINOR: Update Powermock to fix PushHttpMetricsReporterTest failures Fixes test failures where old versions of Powermock don't handle nested classes accessing parent field members when using mockStatic. ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including upgrade notes) You can merge this pull request into a Git repository by running: $ git pull https://github.com/ewencp/kafka powermock-update Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/4243.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #4243 ---- commit 7bb08997d9bd387875df6e18244ab48ac4e5f4d5 Author: Ewen Cheslack-Postava <m...@ewencp.org> Date: 2017-11-21T19:01:56Z MINOR: Update Powermock to fix PushHttpMetricsReporterTest failures ---- ---