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

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


    from ace5754  NIFI-7208: Restore default timezone in JdbcCommon
     new ccb6282  NIFI-6791 Add UUID3 and UUID5 functions to Expression Language
     new ddfc425  Bump commons-lang3 and commons-codec versions
     new 60b6327  Merge branch 'master' into NIFI-6791
     new 62c34d7  Merge pull request #4031 from jfrazee/NIFI-6791

The 5700 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:
 NOTICE                                             | 15 +++-
 nifi-commons/nifi-expression-language/README       | 11 ++-
 nifi-commons/nifi-expression-language/pom.xml      | 10 +++
 .../language/antlr/AttributeExpressionLexer.g      |  4 +-
 .../language/antlr/AttributeExpressionParser.g     |  4 +-
 .../language/compile/ExpressionCompiler.java       | 15 +++-
 ...UrlDecodeEvaluator.java => Uuid3Evaluator.java} | 29 +++++--
 .../evaluation/functions/Uuid5Evaluator.java       | 98 ++++++++++++++++++++++
 .../attribute/expression/language/TestQuery.java   | 56 +++++++++++++
 .../main/asciidoc/expression-language-guide.adoc   | 40 ++++++++-
 10 files changed, 259 insertions(+), 23 deletions(-)
 copy 
nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/evaluation/functions/{UrlDecodeEvaluator.java
 => Uuid3Evaluator.java} (64%)
 create mode 100644 
nifi-commons/nifi-expression-language/src/main/java/org/apache/nifi/attribute/expression/language/evaluation/functions/Uuid5Evaluator.java

Reply via email to