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 d93c4940 CSVParser.parse(*) methods with a null Charset maps to Charset.defaultCharset() new 60b70de5 Javadoc new 77a19dc6 Javadoc new 5674be4c Javadoc new 5d4a5ac8 Javadoc new 42ded1cf Fix possible NullPointerException in Token.toString() new 054dc914 Remove unused private method new 61878d77 Add missing test cases for CSVFormat.CSVFormat(char|String) new da62d922 Raise the bar for code coverage checks new 42f9de51 Prepare for the next release candidate The 9 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: CONTRIBUTING.md | 6 +-- README.md | 6 +-- RELEASE-NOTES.txt | 61 ++++++++++++++++++++++ pom.xml | 4 +- src/changes/changes.xml | 1 + .../java/org/apache/commons/csv/CSVFormat.java | 14 ++--- .../java/org/apache/commons/csv/CSVParser.java | 18 +++---- .../java/org/apache/commons/csv/CSVRecord.java | 6 +-- src/main/java/org/apache/commons/csv/Token.java | 14 ++--- src/site/xdoc/download_csv.xml | 36 +++++++------ src/site/xdoc/issue-tracking.xml | 14 ++--- src/site/xdoc/mail-lists.xml | 14 ++--- .../java/org/apache/commons/csv/CSVFormatTest.java | 20 +++++++ .../java/org/apache/commons/csv/TokenTest.java | 50 ++++++++++++++++++ 14 files changed, 197 insertions(+), 67 deletions(-) create mode 100644 src/test/java/org/apache/commons/csv/TokenTest.java