This is an automated email from the ASF dual-hosted git repository.
markap14 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 80eb570 NIFI-7894 - ConsumeMQTT - allow EL on Client ID property with
shared subscription
add 8b2712e NIFI-7436 Ability to walk Record FieldValue to root
No new revisions were added by this update.
Summary of changes:
.../path/util/FieldValueLogicalPathBuilder.java | 128 +++++++++++++++++++++
...{RecordPathUtils.java => FieldValueWalker.java} | 36 +++---
.../nifi/record/path/util/AbstractWalkerTest.java | 101 ++++++++++++++++
.../util/TestFieldValueLogicalPathBuilder.java | 94 +++++++++++++++
.../record/path/util/TestFieldValueWalker.java | 51 ++++++++
5 files changed, 392 insertions(+), 18 deletions(-)
create mode 100644
nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/util/FieldValueLogicalPathBuilder.java
copy
nifi-commons/nifi-record-path/src/main/java/org/apache/nifi/record/path/util/{RecordPathUtils.java
=> FieldValueWalker.java} (51%)
create mode 100644
nifi-commons/nifi-record-path/src/test/java/org/apache/nifi/record/path/util/AbstractWalkerTest.java
create mode 100644
nifi-commons/nifi-record-path/src/test/java/org/apache/nifi/record/path/util/TestFieldValueLogicalPathBuilder.java
create mode 100644
nifi-commons/nifi-record-path/src/test/java/org/apache/nifi/record/path/util/TestFieldValueWalker.java