This is an automated email from the ASF dual-hosted git repository.
bbende pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from f694e64 NIFI-7187 adding missing version strings from accumulo bundle
pom - Removed Cat X JSON.org dep inclusion which seems to not be necessary -
Updated a ton of easier/safer looking deps - Updated tika due to CVE
new 1fe7902 NIFI-7221 Initial work
new 2feeb57 NIFI-7221 Support v2 and v3 protocol version for Hortonworks
Schema Registry - Update
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-avro-record-utils/src/main/java/org/apache/nifi/serialization/SchemaRegistryRecordSetWriter.java
- Addressing review feedback
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:
.../org/apache/nifi/schema/access/SchemaField.java | 1 +
.../serialization/record/SchemaIdentifier.java | 9 +-
.../record/StandardSchemaIdentifier.java | 40 ++++--
.../SchemaRegistryRecordSetWriter.java | 72 +++++++++--
...ortonworksAttributeSchemaReferenceStrategy.java | 63 ++++++----
.../HortonworksAttributeSchemaReferenceWriter.java | 68 ++++++++---
.../HortonworksEncodedSchemaReferenceStrategy.java | 67 ++++++++--
.../HortonworksEncodedSchemaReferenceWriter.java | 87 +++++++++----
.../schema/access/HortonworksProtocolVersions.java | 56 +++++++++
.../access/AbstractSchemaAccessStrategyTest.java | 6 +-
...ortonworksAttributeSchemaReferenceStrategy.java | 110 ++++++++++++++++-
...tHortonworksAttributeSchemaReferenceWriter.java | 111 +++++++++++++++--
...estHortonworksEncodedSchemaReferenceWriter.java | 136 ++++++++++++++++++++-
.../hortonworks/HortonworksSchemaRegistry.java | 49 +++++++-
.../org/apache/nifi/avro/AvroRecordSetWriter.java | 2 +-
.../org/apache/nifi/csv/CSVRecordSetWriter.java | 16 +--
.../org/apache/nifi/json/JsonRecordSetWriter.java | 18 +--
.../org/apache/nifi/xml/XMLRecordSetWriter.java | 2 +-
18 files changed, 778 insertions(+), 135 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-extension-utils/nifi-record-utils/nifi-standard-record-utils/src/main/java/org/apache/nifi/schema/access/HortonworksProtocolVersions.java