Kamil Trysiński created NIFI-15072:
--------------------------------------
Summary: Incorrect property migration in
SchemaRegistryRecordSetWriter
Key: NIFI-15072
URL: https://issues.apache.org/jira/browse/NIFI-15072
Project: Apache NiFi
Issue Type: Bug
Components: Extensions
Reporter: Kamil Trysiński
One of the [recent
commits|https://github.com/apache/nifi/commit/f73153df5c42c343973d9fcb2746ee616fc872eb#diff-052359afce5a9bae9b1bb9cc7861d0eb4426a98c3e95a8453e394732821631c2]
has standardized many property names. One of the places the change was made
was th{*}e SchemaRegistryService{*} class. Unfortunately the
*SchemaRegistryRecordSetWriter* class which extends it has its own property
migration logic, which does not call migration logic from the parent class.
Because of that all writers, e.g. the {*}JsonRecordSetWriter{*}, fails
validation and cannot be started after the the service upgrade.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)