You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2020/05/18 19:12:25 UTC

[nifi] branch master updated (13418cc -> a3cc2c5)

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

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


    from 13418cc  NIFI-7437 - created separate thread for preloading predictions, refactors for performance
     add a3cc2c5  NIFI-6497: Allow FreeFormTextRecordSetWriter to access FlowFile Attributes

No new revisions were added by this update.

Summary of changes:
 .../nifi-record-serialization-services/pom.xml     |  1 +
 .../nifi/text/FreeFormTextRecordSetWriter.java     |  7 +-
 .../org/apache/nifi/text/FreeFormTextWriter.java   |  8 +-
 .../nifi/text/TestFreeFormTextRecordSetWriter.java | 93 ++++++++++++++++++++++
 .../TestFreeFormTextRecordSetWriterProcessor.java} | 59 ++++++++------
 .../src/test/resources/{xml => text}/testschema    |  0
 6 files changed, 139 insertions(+), 29 deletions(-)
 create mode 100644 nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/java/org/apache/nifi/text/TestFreeFormTextRecordSetWriter.java
 copy nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/java/org/apache/nifi/{xml/TestXMLRecordSetWriterProcessor.java => text/TestFreeFormTextRecordSetWriterProcessor.java} (64%)
 copy nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/resources/{xml => text}/testschema (100%)