[
https://issues.apache.org/jira/browse/NIFI-8431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matt Burgess updated NIFI-8431:
-------------------------------
Fix Version/s: 1.14.0
Resolution: Fixed
Status: Resolved (was: Patch Available)
> 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
> Reporter: Mark Bean
> Assignee: Mark Bean
> Priority: Major
> Fix For: 1.14.0
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> 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)