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

exceptionfactory pushed a change to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from 4d00f8e156 NIFI-12228: This closes #7882. Fixed issue with FlowFile 
Concucrrency that can occasionally bring in more data than it should.
     new 387c22b22c NIFI-12122 Fixed persistence of Parameter Context 
descriptions
     new 19153a7609 NIFI-12160 Kafka Connect: Check for NAR unpacking before 
starting

The 2 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:
 .../kafka/connect/WorkingDirectoryUtilsTest.java   | 222 +++++++++++++++++++++
 .../kafka/connect/StatelessKafkaConnectorUtil.java |  10 +-
 .../nifi/kafka/connect/WorkingDirectoryUtils.java  | 100 ++++++++++
 .../nifi/controller/flow/AbstractFlowManager.java  |   5 +-
 .../StandardVersionedComponentSynchronizer.java    |   6 +-
 ...StandardVersionedComponentSynchronizerTest.java |  10 +-
 .../apache/nifi/controller/flow/FlowManager.java   |   5 +-
 .../serialization/VersionedFlowSynchronizer.java   |   4 +-
 .../apache/nifi/controller/TestFlowController.java |  30 ++-
 .../conf/parameter-context-flow-description.json   |  60 ++++++
 .../web/dao/impl/StandardParameterContextDAO.java  |   2 +-
 11 files changed, 436 insertions(+), 18 deletions(-)
 create mode 100644 
nifi-external/nifi-kafka-connect/nifi-kafka-connector-tests/src/test/java/org/apache/nifi/kafka/connect/WorkingDirectoryUtilsTest.java
 create mode 100644 
nifi-external/nifi-kafka-connect/nifi-kafka-connector/src/main/java/org/apache/nifi/kafka/connect/WorkingDirectoryUtils.java
 create mode 100644 
nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-framework-core/src/test/resources/conf/parameter-context-flow-description.json

Reply via email to