[
https://issues.apache.org/jira/browse/NIFI-14200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17922169#comment-17922169
]
ASF subversion and git services commented on NIFI-14200:
--------------------------------------------------------
Commit 24140462e545d55f84c92001ccc04c29b30cfe22 in nifi's branch
refs/heads/main from dan-s1
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=24140462e5 ]
NIFI-14200 Replaced deprecated commons-csv constructs with Collection methods
(#9670)
Signed-off-by: David Handermann <[email protected]>
> Replace the use of deprecated org.apache.commons:commons-csv:1.13.0
> constructs with suggested replacements
> ----------------------------------------------------------------------------------------------------------
>
> Key: NIFI-14200
> URL: https://issues.apache.org/jira/browse/NIFI-14200
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Daniel Stieglitz
> Assignee: Daniel Stieglitz
> Priority: Minor
> Time Spent: 10m
> Remaining Estimate: 0h
>
> With the bump of version of org.apache.commons:commons-csv from 1.12.0 to
> 1.13.0 in NIFI-14187 there are two notable constructs used in the NIFI code
> base which commons-csv had deprecated. They are:
> * Â CSVFormat.Builder build method
> * Â CSVParser 2 argument constructor (java.io.Reader,
> org.apache.commons.csv.CSVFormat)
> This ticket aims to replace the use of those commons-csv deprecated
> constructs with their suggested replacements (found in the javadoc).
--
This message was sent by Atlassian Jira
(v8.20.10#820010)