Peter Turcsanyi created NIFI-12933:
--------------------------------------
Summary: Rearrange properties on GCP processors
Key: NIFI-12933
URL: https://issues.apache.org/jira/browse/NIFI-12933
Project: Apache NiFi
Issue Type: Improvement
Reporter: Peter Turcsanyi
Assignee: Peter Turcsanyi
Parent classes of the GCP processors define some common properties and they are
added to the processors via
{{{}descriptors.addAll(super.getSupportedPropertyDescriptors()){}}}.
This practice leads to weird property ordering in most cases and it is not
worth using it. E.g. "Number of retries" precedes "Bucket" and "Key" properties
in PutGCSObject.
Get rid of {{super.getSupportedPropertyDescriptors()}} and reorder the
properties in a more reasonable way.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)