Mark Bean created NIFI-8431:
-------------------------------
Summary: Redundant validation of Dynamic Properties
Key: NIFI-8431
URL: https://issues.apache.org/jira/browse/NIFI-8431
Project: Apache NiFi
Issue Type: Bug
Components: Core Framework
Affects Versions: 1.13.2
Reporter: Mark Bean
The validate method of AbstractConfigurableComponent was modified recently.
Where it use to loop through only supported property descriptors (via
getSupportedPropertyDescriptors method call), it now loops through all
descriptors in the context (via ValidationContext.getProperties.keySet() call).
This includes dynamic properties. Therefore, the subsequent validation of
dynamic properties is redundant, and can produce duplicate validation errors.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)