This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


    from 9dcc633f Merge pull request #501 from 
apache/dependabot/github_actions/actions/dependency-review-action-4.4.0
     new e991e6d5 Add and use CSVParser.Builder and builder()
     new e85f4455 Deprecate CSVParser constructors

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/changes/changes.xml                            |   1 +
 .../java/org/apache/commons/csv/CSVFormat.java     |   9 ++
 .../java/org/apache/commons/csv/CSVParser.java     |  77 +++++++++++++-
 .../org/apache/commons/csv/CSVFileParserTest.java  |   8 +-
 .../java/org/apache/commons/csv/CSVParserTest.java | 111 +++++++++++++++++----
 .../org/apache/commons/csv/PerformanceTest.java    |   2 +-
 .../apache/commons/csv/issues/JiraCsv149Test.java  |   4 +-
 .../apache/commons/csv/issues/JiraCsv150Test.java  |   4 +-
 .../apache/commons/csv/issues/JiraCsv206Test.java  |   8 +-
 .../apache/commons/csv/issues/JiraCsv249Test.java  |   8 +-
 .../apache/commons/csv/issues/JiraCsv290Test.java  |   6 +-
 .../apache/commons/csv/issues/JiraCsv294Test.java  |   8 +-
 12 files changed, 199 insertions(+), 47 deletions(-)

Reply via email to