[
https://issues.apache.org/jira/browse/NIFI-6281?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16839613#comment-16839613
]
ASF subversion and git services commented on NIFI-6281:
-------------------------------------------------------
Commit 595835f6ee4fa024799827f89d9b55dfabcced23 in nifi's branch
refs/heads/master from Alan Jackoway
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=595835f ]
NIFI-6281 Rename ISO8061_INSTANT_VALIDATOR to ISO8601_INSTANT_VALIDATOR
ISO8061_INSTANT_VALIDATOR was misnamed - the correct standard is ISO 8601.
Also updated the error messages to have spaces in them, which is how the ISO
site
displays them.
This closes #3465
Signed-off-by: Mike Thomsen <[email protected]>
> 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
> Priority: Minor
> Time Spent: 50m
> Remaining Estimate: 0h
>
> 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)