[
https://issues.apache.org/jira/browse/NIFI-13565?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
David Handermann updated NIFI-13565:
------------------------------------
Summary: Record Date Time Properties should mention DateTimeFormatter
instead of SimpleDateFormat (was: Record Date Time Properties should reference
DateTimeFormatter instead of SimpleDateFormat)
> Record Date Time Properties should mention DateTimeFormatter instead of
> SimpleDateFormat
> ----------------------------------------------------------------------------------------
>
> Key: NIFI-13565
> URL: https://issues.apache.org/jira/browse/NIFI-13565
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Fix For: 2.0.0-M5
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Currently the wording for DATE_FORMAT, TIME_FORMAT and TIMESTAMP_FORMAT in
> {code:java}
> org.apache.nifi.serialization.DateTimeUtils
> {code}
> reference Simple Date Format when in fact the underlying logic uses
> {code:java}
> java.time.format.DateTimeFormatter
> {code}
> and not
> {code:java}
> java.text.SimpleDataFormat
> {code}
> and as seen in NIFI-13557 there are subtitles between these two classes.
> The wording in DATE_FORMAT and TIME_FORMAT should be reworded to indicate
> these use DateTimeFormatter formats.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)