From commits-return-44746-archive-asf-public=cust-asf.ponee.io@nifi.apache.org Wed Jun 9 17:08:23 2021 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 55EEB18063F for ; Wed, 9 Jun 2021 19:08:23 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 8612B3F5BA for ; Wed, 9 Jun 2021 17:08:22 +0000 (UTC) Received: (qmail 70065 invoked by uid 500); 9 Jun 2021 17:08:22 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 70056 invoked by uid 99); 9 Jun 2021 17:08:22 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 09 Jun 2021 17:08:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 32C2F81A86; Wed, 9 Jun 2021 17:08:22 +0000 (UTC) Date: Wed, 09 Jun 2021 17:08:21 +0000 To: "commits@nifi.apache.org" Subject: [nifi] branch main updated (69c10f5 -> d44dec7) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <162325850119.17423.7509944315873810691@gitbox.apache.org> From: bbende@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: nifi X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Oldrev: 69c10f5a69811d21de5bfff634ab85202e5738ae X-Git-Newrev: d44dec7345bea5671b6858927dc71f8318c592d4 X-Git-NotificationType: ref_changed X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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(-)