You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jf...@apache.org on 2020/11/20 19:54:32 UTC

[nifi] branch main updated (2bf5d1a -> 932496e)

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

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


    from 2bf5d1a  NIFI-8017 NPEx at org.apache.nifi.provenance.index.lucene. IndexDirectoryManager:486
     add 932496e  NIFI-7879 Created record path function for UUID v5

No new revisions were added by this update.

Summary of changes:
 NOTICE                                             |  2 +-
 nifi-commons/nifi-expression-language/pom.xml      |  5 ++
 .../evaluation/functions/Uuid5Evaluator.java       | 50 +-------------
 nifi-commons/nifi-record-path/pom.xml              |  5 ++
 .../apache/nifi/record/path/functions/UUID5.java   | 78 ++++++++++++++++++++++
 .../nifi/record/path/paths/RecordPathCompiler.java | 11 +++
 .../apache/nifi/record/path/TestRecordPath.java    | 44 ++++++++++++
 .../{nifi-write-ahead-log => nifi-uuid5}/pom.xml   | 26 ++++----
 .../main/java/org/apache/nifi/uuid5/Uuid5Util.java | 65 ++++++++++++++++++
 nifi-commons/pom.xml                               |  1 +
 nifi-docs/src/main/asciidoc/record-path-guide.adoc | 36 ++++++++++
 11 files changed, 263 insertions(+), 60 deletions(-)
 create mode 100644 nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/functions/UUID5.java
 copy nifi-commons/{nifi-write-ahead-log => nifi-uuid5}/pom.xml (78%)
 create mode 100644 nifi-commons/nifi-uuid5/src/main/java/org/apache/nifi/uuid5/Uuid5Util.java