This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to branch support/nifi-1.13
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from e54ef97 NIFI-6518: If processor is scheduled to run on Primary Node
Only, and 'this' node is not primary node, yield for the bored yield duration.
new 4d64a71 NIFI-7969: ValidateRecord enhanced with Force Types From
Schema property
new c80eb74 NIFI-8291: Support escaping unicode characters for fields
that previously allowed escaping only of \t, \n\, \r
new c2b0d2f NIFI-8280: Remove Lumberjack NAR from assembly
new 9fcbef6 NIFI-8284: Removed diff merge leftover from the assembly
NOTICE file (#4865)
new 03243fd NIFI-8285 Prevent HBase client services to throw NPE in
non-kerberized environment. (#4868)
new 2865c85 NIFI-8267 - Fix for HWX Schema Registry to use integers
(#4850)
The 6 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-assembly/NOTICE | 1 -
nifi-assembly/pom.xml | 6 -
.../java/org/apache/nifi/hadoop/SecurityUtil.java | 16 +-
.../main/java/org/apache/nifi/csv/CSVUtils.java | 15 +-
.../java/org/apache/nifi/csv/CSVValidators.java | 2 +-
.../nifi/processors/standard/ValidateRecord.java | 25 ++-
.../additionalDetails.html | 190 +++++++++++++++++++++
.../hortonworks/HortonworksSchemaRegistry.java | 6 +-
8 files changed, 232 insertions(+), 29 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors/src/main/resources/docs/org.apache.nifi.processors.standard.ValidateRecord/additionalDetails.html