nifi/nifi-nar-bundles/nifi-standard-bundle/nifi-standard-processors
Alessandro D'Armiento 1d22e8a86d
NIFI-6490 MergeRecord supports Variable Registry for MIN_RECORDS and MAX_RECORDS
Unified unit tests

Added custom validation cases for MIN_RECORDS and MAX_RECORDS enforcing they are greater than zero.
While MIN_RECORDS > 0 can fail individually, MAX_RECORDS > 0 validator cannot fail without having also at least another validation step (either the MIN_RECORDS > 0 or the MAX_RECORDS > MIN_RECORDS) to fail, since MIN_RECORDS is a required property with default value 1

This closes #3607.

Signed-off-by: Koji Kawamura <ijokarumawak@apache.org>
2019-07-31 16:36:42 +09:00
..
src NIFI-6490 MergeRecord supports Variable Registry for MIN_RECORDS and MAX_RECORDS 2019-07-31 16:36:42 +09:00
pom.xml NIFI-5254 Upgraded Groovy to version 2.5.4 2019-07-11 14:17:35 -04:00