GitHub user skavulya opened a pull request: https://github.com/apache/flink/pull/1882
[FLINK-2544] Add Java 8 version for building PowerMock tests to docs Java 8 update 11 introduced a stricter bytecode verifier that leads to failures in unit tests that use the PowerMock runner. The tests run correctly in Java 8u51 or above. This PR updates the README with a note about the Java versions needed to run unit tests that use the PowerMock runner. You can merge this pull request into a Git repository by running: $ git pull https://github.com/skavulya/flink update-readme Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/1882.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 #1882 ---- commit 574e25a59dde5c1f85ce2fbac574b5a6f252d734 Author: spkavuly <soila.p.kavu...@intel.com> Date: 2016-04-13T19:02:57Z [FLINK-2544] Add Java 8 version for building PowerMock tests to docs Java 8 update 11 introduced a stricter bytecode verifier that leads to failures in unit tests that use the PowerMock runner. The tests run correctly in Java 8u51 or above. ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---