This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a change to tag HDF-3.0.1.21-2-tag
in repository https://gitbox.apache.org/repos/asf/nifi.git
*** WARNING: tag HDF-3.0.1.21-2-tag was deleted! ***
was 3f4b42a642 Updated version to 3.0.1.21.
This change permanently discards the following revisions:
discard 3f4b42a642 Updated version to 3.0.1.21.
discard 79ad57c294 NIFI-4208: Fixed bug in SchemaRepositoryRecordSerde that
would return null from deserializeEdit if there was no data; the interface
documents that null cannot be returned from this method, as it is called only
when data is expected to exist. As a result, if there is no data, we should
throw EOFException instead, and the write-ahead log will handle that
appropriately.