You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Jeff <js...@apache.org> on 2019/06/19 15:24:11 UTC

NiFi and Mockito 2.28.2

NiFi Developers,

Recently, NIFI-6360 [1] was resolved with PR 3533 [2] merged to master.
All NiFi components were upgraded to use Mockito version 2.28.2, including
updating those components to use mockito-core instead of mockito-all since
the mockito-all distribution was discontinued in Mockito 2.

The Mockito dependency upgrade was one of several PRs (with a few more on
the way) needed to support building NiFi on Java 11.

For those of you with PRs open that reference Mockito, please rebase onto
the current master.  If you have specific issues with the Mockito upgrade,
I'd be happy to help you resolve them.

[1] https://issues.apache.org/jira/browse/NIFI-6360
[2] https://github.com/apache/nifi/pull/3533