You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by bb...@apache.org on 2021/06/09 17:08:21 UTC

[nifi] branch main updated (69c10f5 -> d44dec7)

This is an automated email from the ASF dual-hosted git repository.

bbende pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from 69c10f5  NIFIREG-395 - Implemented the ability to import and export versioned flows through the UI. (#5107)
     add d44dec7  NIFI-8670: Fixed bug in which a Parameter Context Update would fail if an updated parameter was referenced by a Controller Service whose state was ENABLING. Created system test to verify and addressed bug that was encountered in SingleFlowFileConcurrencyIT. (#5137)

No new revisions were added by this update.

Summary of changes:
 .../service/StandardControllerServiceNode.java     |  5 +++--
 .../java/org/apache/nifi/web/api/FlowResource.java |  6 +++---
 .../apache/nifi/web/api/FlowUpdateResource.java    |  4 ++--
 .../nifi/web/api/ParameterContextResource.java     |  6 +++---
 .../util/ClusterReplicationComponentLifecycle.java | 16 +++++++++-----
 .../nifi/web/util/LocalComponentLifecycle.java     | 16 +++++++++-----
 .../apache/nifi/tests/system/NiFiClientUtil.java   |  6 +++++-
 .../org/apache/nifi/tests/system/NiFiSystemIT.java |  1 +
 .../system/parameters/ParameterContextIT.java      | 25 ++++++++++++++++++++++
 .../system/pg/SingleFlowFileConcurrencyIT.java     |  6 ++++++
 10 files changed, 70 insertions(+), 21 deletions(-)