Alan Jackoway created NIFI-6281:
-----------------------------------
Summary: ISO8061_INSTANT_VALIDATOR should be ISO8601
Key: NIFI-6281
URL: https://issues.apache.org/jira/browse/NIFI-6281
Project: Apache NiFi
Issue Type: Bug
Reporter: Alan Jackoway
In StandardValidators, there is a validator called
[ISO8061_INSTANT_VALIDATOR|https://github.com/apache/nifi/blob/master/nifi-commons/nifi-utils/src/main/java/org/apache/nifi/processor/util/StandardValidators.java#L276]
I'm fairly certain this should be
[ISO8601|https://www.iso.org/iso-8601-date-and-time-format.html] which is about
date formats, not [ISO8061|https://www.iso.org/standard/68518.html] which is
about ski bindings.
I imagine changing this would be disruptive, but we can leave the old name
pointing to the new one. I'll put up a PR shortly.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)