You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ma...@apache.org on 2021/06/09 19:22:39 UTC

[nifi] branch main updated (d44dec7 -> 7cb3bce)

This is an automated email from the ASF dual-hosted git repository.

markap14 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git.


    from d44dec7  NIFI-8670: Fixed bug in which a Parameter Context Update would fail if an updated parameter was referenced by a Controller Service whose state was ENABLING. Created system test to verify and addressed bug that was encountered in SingleFlowFileConcurrencyIT. (#5137)
     add 7cb3bce  NIFI-8622: Reuse of GenericRecord instance eliminated from AvroReaderWithExplicitSchema to avoid issues when parsing fields of type "bytes" (#5090)

No new revisions were added by this update.

Summary of changes:
 .../nifi-record-serialization-services/pom.xml     |   2 +
 .../nifi/avro/AvroReaderWithExplicitSchema.java    |   2 +-
 .../avro/TestAvroReaderWithExplicitSchema.java     |  63 +++++++++++++++++++++
 .../resources/avro/avro_schemaless_decimal.avro    | Bin 0 -> 47 bytes
 .../resources/avro/avro_schemaless_decimal.avsc    |  22 +++++++
 5 files changed, 88 insertions(+), 1 deletion(-)
 create mode 100644 nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/resources/avro/avro_schemaless_decimal.avro
 create mode 100644 nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/test/resources/avro/avro_schemaless_decimal.avsc