Github user pvillard31 commented on the issue:
https://github.com/apache/nifi/pull/2016
Hey @trixpan, regarding ``.displayName`` and ``.name``, I tend to think
that we should use both for new properties in a processor, even though it is
not the case for legacy properties.
Besides, some tests are now failing:
````
Failed tests:
TestDeleteS3Object.testGetPropertyDescriptors:144 size should be eq
expected:<20> but was:<22>
TestFetchS3Object.testGetPropertyDescriptors:181 size should be eq
expected:<14> but was:<16>
TestListS3.testGetPropertyDescriptors:197 size should be eq expected:<15>
but was:<17>
TestPutS3Object.testGetPropertyDescriptors:153 size should be eq
expected:<28> but was:<30>
````
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---