Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
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.
Attachments
Issue Links
- is fixed by
-
NIFI-2892 Implement AWS Kinesis Stream Get Processor
- Resolved
- links to