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

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


    from 3ae0eedee6 NIFI-12124: This closes #7791. Added a new 
RenameRecordField processor. In testing, also noticed that the Descendant 
Wildcard operator (//*) and Descendant Field Path Operator (//name, for 
instance) did not properly account for array of records or map elements, so 
addressed those concerns.
     new 0a47157640 NIFI-12122 Fixed persistence of Parameter Context 
descriptions
     new b2e3898e17 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