This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to branch support/nifi-1.16
in repository https://gitbox.apache.org/repos/asf/nifi.git
discard e6d67dd104 NIFI-9901 fixing version references
discard b989a620b0 NIFI-9940: Renamed StandardProcessGroupSynchronizer to
StandardVersionedComponentSynchronizer. Added synching for processors,
input/output ports, connections, etc. Added unit tests.
new ed7c3de115 NIFI-9901 fixing version references
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (e6d67dd104)
\
N -- N -- N refs/heads/support/nifi-1.16 (ed7c3de115)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../nifi/controller/StandardProcessorNode.java | 24 +-
.../service/StandardControllerServiceProvider.java | 45 +-
.../FlowSynchronizationException.java | 32 -
.../VersionedComponentSynchronizer.java | 201 ---
.../nifi/groups/DefaultComponentScheduler.java | 5 -
.../ProcessGroupSynchronizationContext.java} | 12 +-
.../nifi/groups/ProcessGroupSynchronizer.java | 25 +-
.../RetainExistingStateComponentScheduler.java | 6 -
.../apache/nifi/groups/StandardProcessGroup.java | 20 +-
.../StandardProcessGroupSynchronizer.java} | 1441 ++------------------
.../nifi/remote/StandardRemoteProcessGroup.java | 2 +-
...StandardVersionedComponentSynchronizerTest.java | 1025 --------------
.../apache/nifi/controller/ProcessScheduler.java | 16 +-
.../apache/nifi/controller/ReportingTaskNode.java | 7 -
.../service/ControllerServiceProvider.java | 10 +-
.../nifi/groups/AbstractComponentScheduler.java | 26 +-
.../org/apache/nifi/groups/ComponentScheduler.java | 6 -
...tions.java => GroupSynchronizationOptions.java} | 61 +-
.../java/org/apache/nifi/groups/ProcessGroup.java | 2 +-
.../reporting/StandardReportingTaskNode.java | 25 +-
.../scheduling/StandardProcessScheduler.java | 8 +-
.../serialization/VersionedFlowSynchronizer.java | 8 +-
.../controller/service/mock/MockProcessGroup.java | 4 +-
.../web/dao/impl/StandardControllerServiceDAO.java | 2 +-
.../reporting/StatelessReportingTaskNode.java | 20 -
.../scheduling/StatelessProcessScheduler.java | 3 +-
26 files changed, 183 insertions(+), 2853 deletions(-)
delete mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/flow/synchronization/FlowSynchronizationException.java
delete mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/flow/synchronization/VersionedComponentSynchronizer.java
rename
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/{flow/synchronization/VersionedFlowSynchronizationContext.java
=> groups/ProcessGroupSynchronizationContext.java} (93%)
copy
nifi-registry/nifi-registry-core/nifi-registry-flow-diff/src/main/java/org/apache/nifi/registry/flow/diff/ComparableDataFlow.java
=>
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/groups/ProcessGroupSynchronizer.java
(52%)
rename
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/main/java/org/apache/nifi/{flow/synchronization/StandardVersionedComponentSynchronizer.java
=> groups/StandardProcessGroupSynchronizer.java} (63%)
delete mode 100644
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-components/src/test/java/org/apache/nifi/flow/synchronization/StandardVersionedComponentSynchronizerTest.java
rename
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core-api/src/main/java/org/apache/nifi/groups/{FlowSynchronizationOptions.java
=> GroupSynchronizationOptions.java} (79%)