This is an automated email from the ASF dual-hosted git repository.
ijokarumawak pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git.
from 4783b12 NIFI-5254 Upgraded Groovy to version 2.5.4 Updated pom files
regarding groovy dependencies. groovy-all was changed to a pom type dependency
Added Groovy Bintray as a plugin repository in root pom Upgraded spock-core to
version 1.3-groovy-2.5 and added exclusion of groovy dependencies to force
spock to use the version from dependencyManagement Updated groovy-eclipse-batch
to use the groovy.version property to determine the version Updated
groovy-eclipse-compiler to 3.4.0 [...]
new 24e5095 NIFI-6419: Fixed AvroWriter single record with external
schema results in data loss
new e277545 NIFI-6419: Flush the buffers on close to ensure all data is
written.
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-serialization-services/pom.xml | 1 +
.../avro/WriteAvroResultWithExternalSchema.java | 1 +
.../org/apache/nifi/avro/TestWriteAvroResult.java | 69 ++++++++++++++++++++++
.../nifi/avro/TestWriteAvroResultWithSchema.java | 18 +++++-
.../avro/TestWriteAvroResultWithoutSchema.java | 15 ++++-
.../src/test/resources/avro/simple.avsc | 8 +++
6 files changed, 110 insertions(+), 2 deletions(-)
create mode 100644
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/resources/avro/simple.avsc