This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag CFM-1.0.1.4-1-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag CFM-1.0.1.4-1-tag was deleted! ***
was 5f53694226 HOTFIX-2996 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
This change permanently discards the following revisions:
discard 5f53694226 HOTFIX-2996 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
discard 502b4e428a HOTFIX-2996 NIFI-7221 Initial work
discard 5482fc41b9 HOTFIX-2996 NIFI-6318: Support EL in CSV formatting
properties
discard 28e99fb279 HOTFIX-2996 NIFI-6360 Updated Mockito to 2.28.2, PowerMock
to 2.0.2 Fixed test failures in nifi-couchbase-processors, BinaryDocument
matcher replaced with ByteArrayDocument Fixed test failures in
nifi-riemann-processors, anyInt() matcher replaced with anyLong() matcher,
calling method passes a long, not int Removed unnecessary method mocks from
nifi-toolkit-tls tests, TlsCertificateAuthorityServiceHandlerTest and
TlsCertificateSigningRequestPerformerTest, since those w [...]
discard 07eea347ae HOTFIX-2831: Contains the following changes: * NIFI-7079
security fix * NIFI-6085 - need for sec fix * NIFI-6280 - need for sec fix *
additional changes which needed for successful build
discard 75419da455 NIFI-7023 This closes #3991. Removed SLF4J and Log4J
transitive dependencies from Zookeeper so tests log correctly. Changed template
handling. Added unit tests.