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 a3e7513 Bump jmh-core from 1.5.2 to 1.32 (#152) new a0fcf9a Use Stream.of() and rename new method to be like Collection#stream() instead of toStream(). new d1601d3 Organize imports, simpler arrays, simpler if/else. new 3c16933 Sort members. new ee9b09e Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv.git new 02efd16 # WARNING: head commit changed in the meantime The 5 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: pom.xml | 38 +++++++----- src/changes/changes.xml | 12 ++-- .../java/org/apache/commons/csv/CSVFormat.java | 22 +++---- .../java/org/apache/commons/csv/CSVParser.java | 14 +++++ .../java/org/apache/commons/csv/CSVRecord.java | 22 +++---- .../java/org/apache/commons/csv/Constants.java | 2 +- src/site/resources/checkstyle/checkstyle.xml | 2 +- src/site/resources/pmd/pmd-ruleset.xml | 6 +- .../org/apache/commons/csv/CSVFileParserTest.java | 5 +- .../java/org/apache/commons/csv/CSVFormatTest.java | 11 ++-- .../java/org/apache/commons/csv/CSVParserTest.java | 69 +++++++++++++--------- .../org/apache/commons/csv/CSVPrinterTest.java | 2 +- .../java/org/apache/commons/csv/CSVRecordTest.java | 4 +- .../java/org/apache/commons/csv/LexerTest.java | 3 +- .../org/apache/commons/csv/TokenMatchersTest.java | 2 +- .../apache/commons/csv/issues/JiraCsv211Test.java | 12 ++-- .../apache/commons/csv/issues/JiraCsv248Test.java | 6 +- 17 files changed, 131 insertions(+), 101 deletions(-)