This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to branch support/nifi-1.16
in repository https://gitbox.apache.org/repos/asf/nifi.git
from bec94ef4d8 NIFI-7253 Upgraded Jackson to 2.13.2 using jackson-bom
new e6151762ce NIFI-9882 Updated HtmlDocumentationWriter to avoid writing
null characters
new b977529540 NIFI-9881 Refactored the JSON services to use Jackson 2
new ba4db79196 NIFI-8677 Added endpoint suffix for Azure EventHub
Processors
new 340cefc3c9 NIFI-9886 Upgrade MongoDB driver to version 4.5.0
new 436bf943d9 NIFI-9887 Set minimum Java build version to 1.8.0-251
The 5 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:
README.md | 2 +-
.../azure/eventhub/ConsumeAzureEventHub.java | 29 +++++++++++++-------
.../azure/eventhub/GetAzureEventHub.java | 20 ++++++--------
.../azure/eventhub/PutAzureEventHub.java | 20 +++++++++-----
.../azure/eventhub/utils/AzureEventHubUtils.java | 31 +++++++++++++++++++---
.../azure/eventhub/PutAzureEventHubTest.java | 5 +++-
.../azure/eventhub/TestConsumeAzureEventHub.java | 31 ++++++++++------------
.../html/HtmlDocumentationWriter.java | 22 ++++++++-------
.../html/HtmlDocumentationWriterTest.java | 28 ++++++++++---------
nifi-nar-bundles/nifi-mongodb-bundle/pom.xml | 2 +-
.../nifi/json/AbstractJsonRowRecordReader.java | 26 +++++++++---------
.../java/org/apache/nifi/json/JsonPathReader.java | 4 +--
.../apache/nifi/json/JsonPathRowRecordReader.java | 2 +-
.../org/apache/nifi/json/JsonRecordSource.java | 10 +++----
.../org/apache/nifi/json/JsonSchemaInference.java | 12 ++++-----
.../java/org/apache/nifi/json/JsonTreeReader.java | 2 +-
.../apache/nifi/json/JsonTreeRowRecordReader.java | 10 +++----
.../java/org/apache/nifi/json/WriteJsonResult.java | 10 +++----
.../json/TestInferJsonSchemaAccessStrategy.java | 2 +-
pom.xml | 4 +++
20 files changed, 160 insertions(+), 112 deletions(-)