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 1ddb5c185a NIFI-12408 Added Pretty Print Property to AttributesToJSON
     new facb43ea89 NIFI-12522 Upgraded Netty from 4.1.101 to 4.1.104
     new ba599d29c2 NIFI-12480 Updated MapRecord's toString() method to use the 
SerializedForm of the record when available and fixed bugs around ensuring that 
the serialized form is properly set

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:
 .../nifi/record/path/functions/EscapeJson.java     |  36 +++---
 .../nifi/serialization/record/MapRecord.java       | 131 ++++++++++++++++-----
 .../nifi/serialization/record/SerializedForm.java  |  11 +-
 .../nifi/json/AbstractJsonRowRecordReader.java     |   4 +-
 .../java/org/apache/nifi/json/WriteJsonResult.java |  11 +-
 .../nifi/json/TestJsonTreeRowRecordReader.java     |   9 +-
 .../org/apache/nifi/json/TestWriteJsonResult.java  |  17 ++-
 .../nifi/yaml/TestYamlTreeRowRecordReader.java     |  10 +-
 pom.xml                                            |   2 +-
 9 files changed, 161 insertions(+), 70 deletions(-)

Reply via email to