Matt Gilman created NIFI-10584:
----------------------------------
Summary: Dependent Properties in Manifest
Key: NIFI-10584
URL: https://issues.apache.org/jira/browse/NIFI-10584
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Reporter: Matt Gilman
Assignee: Matt Gilman
When generating an extension manifest, the dependent values are not processed
correctly. The documentation states
{code:java}
The values for the property that satisfies the dependency, or null if the
dependency is satisfied by the presence of any value for the associated
property name {code}
Currently, a null is being converted into an empty array which basically
translates to not matching any value.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)