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 c9dee4d NIFI-9859 Upgraded Apache Curator from 5.2.0 to 5.2.1
add a4087f3 NIFI-9853: Refactored StandardProcessGroupSynchronizer to
make use of… (#5919)
No new revisions were added by this update.
Summary of changes:
.../nifi/groups/DefaultComponentScheduler.java | 15 ++
.../RetainExistingStateComponentScheduler.java | 145 ++++++++++++++++++
.../apache/nifi/groups/StandardProcessGroup.java | 8 +-
.../groups/StandardProcessGroupSynchronizer.java | 84 +----------
.../nifi/groups/AbstractComponentScheduler.java | 162 +++++++++++++++++++++
.../org/apache/nifi/groups/ComponentScheduler.java | 28 ++++
.../mapping/VersionedComponentStateLookup.java | 9 +-
.../org/apache/nifi/controller/FlowController.java | 98 ++++++++++---
.../serialization/VersionedFlowSynchronizer.java | 22 ++-
9 files changed, 460 insertions(+), 111 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/groups/RetainExistingStateComponentScheduler.java