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

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


    from 2596fde  Update version numbers for commons-csv release 1.6
     add 70187c3  Bump to next development version
     add 13c539a  Update tests from Apache Commons Lang from 3.8 to 3.8.1.
     add 3ddfb40  [CSV-208] Fix escape character for POSTGRESQL_TEXT and 
POSTGRESQL_CSV formats. Fix Javadoc for 
org.apache.commons.csv.CSVFormat.POSTGRESQL_CSV.
     add 60b1c8e  [CSV-208] Fix escape character for POSTGRESQL_TEXT and 
POSTGRESQL_CSV formats.
     add 53ead3f  Better Javadoc.
     add 3c5d7e0  [CSV-208] Fix escape character for POSTGRESQL_TEXT and 
POSTGRESQL_CSV formats.
     add 6133a60  Fix Travis-CI: Make this build like Commons Text.
     add c7a9b17  Fix Travis-CI: Make this build like Commons Text. The plugin 
checksum-maven-plugin blows up the Travis-CI build and we have our own build 
and release plugins that do the same thing.
     add b7c38a1  [CSV-233] Add predefined CSVFormats for printing MongoDB CSV 
and TSV.
     add 6e3f713  Add entries for [CSV-203] and [CSV-233].
     add d2f9f83  Add entries for [CSV-203] and [CSV-233].
     add 0ab2b08  [CSV-232] Site link "Source Repository" does not work. Get 
rid of the link in favor of the more complete 
https://commons.apache.org/proper/commons-csv/scm.html as listed under the 
section "PROJECT DOCUMENTATION -> Project Information".
     add 322fad2  [CSV-234] Add support for java.sql.Clob.
     add 546fd69  Fix broken link
     add 7684694  Add missing Apache license header
     add bf2c2f7  Update tests from H2 1.4.196 to 1.4.197.
     add 483ba85  Unnecessary semicolon.
     add 4fd494d  Update tests from H2 1.4.197 to 1.4.198.
     add 2d91927  Oops, I did not mean to update to Java 7 yet.
     add 887eb97  Next release is 1.7.
     add 17be535  Update Maven Checktyle Plugin from 2.7 to 3.0.0.
     add 8685aa5  Checkstyle.
     add 293fa4d  Update Maven PMD Plugin from 3.8 to 3.11.0.
     add f69a789  Inherit plugin version from commons-parent.
     add 1305ef1  [CSV-237] Update to Java 8.
     add 45d05b4  [CSV-237] Update to Java 8.
     add 5bdafc6  Redundant specification of type arguments.
     add 574ed87  Don't throw RuntimeException.
     add 4e02db1  Use try-with-resources.
     add bf3f34c  Address compiler warnings.
     add e24dc31  Address compiler warnings.
     add 480b90f  [CSV-238] Escape quotes in CLOBs.
     add ae5ace1  Specify Java version in changes.xml.
     add 8e24674  Bump versions.
     add 4e438b9  Update tests from H2 1.4.198 to 1.4.199.
     add b281a0a  Update tests from H2 1.4.198 to 1.4.199.
     add 7665623  Update Travis build with current JDKs.
     add 7c1a3fa  Update Apache Commons Parent from 47 to 48.
     add 01e7e38  Update tests from Apache Commmons Lang 3.8.1 to 3.9.
     add a6ecad9  Add OpenJDK 12 to Travis builds.
     add 734e7a9  Update maven-pmd-plugin from 3.11.0 to 3.12.0.
     add 8a5efde  Better method name.
     add d8d5de6  [CSV-239] Cannot get headers in column order from CSVRecord.
     add 788f2aa  [CSV-239] Cannot get headers in column order from CSVRecord.
     add 9dcad06  Sort methods.
     add ef51c1e  [CSV-239] Cannot get headers in column order from CSVRecord.
     add 476e883  Remove unused import.
     add 282f211  [CSV-239] Cannot get headers in column order from CSVRecord.
     add 024f98e  [CSV-239] Cannot get headers in column order from CSVRecord.
     add 3fa0203  javancss-maven-plugin blows up, drop it.
     add 5722332  Fix warning reported by 'mvn versions:display-plugin-updates'
     add d346048  Fix warning reported by 'mvn versions:display-plugin-updates'
     add 6fd5179  [CSV-239] Cannot get headers in column order from CSVRecord.
     add da55604  [CSV-239] Cannot get headers in column order from CSVRecord.
     add 4d2616b  [CSV-239] Cannot get headers in column order from CSVRecord.
     add 030fb8e  [CSV-239] Add CSVRecord.getHeaderNames and allow duplicate 
headers (#41)
     add 8eb36bd  - Remove unused import. - Remove trailing white spaces on all 
lines. - Use final. - Use for-each (in test). - Use try-with-resources (in 
test). - Document empty blocks.
     add 3241e0c  Be quiet on the console.
     add dca9999  Sort methods.
     add 474b7f4  [CSV-239] Add javadoc to CSVFormat (#42)
     add 6ffce53  Standardize on US spelling of "behavior".
     add 0ff2f24  Add missing Javadoc tag.
     add 89f8171  Javadoc: Add missing @since 1.7.
     add 6532c22  Camel-case name.
     add e2b55d0  Fix typo.
     add b94e5ac  Add @since 1.7.
     add 33bfaee  Prepare for release 1.7.
     add a227a1e  Update POM version numbers for Apache Commons CSV release 1.7

No new revisions were added by this update.

Summary of changes:
 .travis.yml                                        |   56 +-
 CONTRIBUTING.md                                    |    2 +-
 NOTICE.txt                                         |    2 +-
 README.md                                          |    8 +-
 RELEASE-NOTES.txt                                  |   83 +-
 pom.xml                                            | 1085 +++++++++-----------
 src/changes/changes.xml                            |  345 ++++---
 .../java/org/apache/commons/csv/CSVFormat.java     |  550 +++++++---
 .../java/org/apache/commons/csv/CSVParser.java     |  279 +++--
 .../java/org/apache/commons/csv/CSVPrinter.java    |    4 +-
 .../java/org/apache/commons/csv/CSVRecord.java     |   80 +-
 src/main/java/org/apache/commons/csv/IOUtils.java  |  139 +++
 src/site/site.xml                                  |   35 +-
 src/site/xdoc/download_csv.xml                     |   44 +-
 src/site/xdoc/index.xml                            |   31 +-
 src/site/xdoc/issue-tracking.xml                   |    2 +-
 src/site/xdoc/mail-lists.xml                       |    2 +-
 src/site/xdoc/user-guide.xml                       |   14 +-
 .../org/apache/commons/csv/CSVFileParserTest.java  |    4 +-
 .../commons/csv/CSVFormatPredefinedTest.java       |   10 +
 .../java/org/apache/commons/csv/CSVFormatTest.java |    8 +-
 .../java/org/apache/commons/csv/CSVParserTest.java |  287 ++++--
 .../org/apache/commons/csv/CSVPrinterTest.java     |  471 +++++----
 .../java/org/apache/commons/csv/CSVRecordTest.java |   43 +-
 .../java/org/apache/commons/csv/LexerTest.java     |    1 +
 .../org/apache/commons/csv/PerformanceTest.java    |    4 +
 .../apache/commons/csv/issues/JiraCsv203Test.java  |   44 +-
 .../apache/commons/csv/issues/JiraCsv213Test.java  |    3 +-
 28 files changed, 2158 insertions(+), 1478 deletions(-)
 create mode 100644 src/main/java/org/apache/commons/csv/IOUtils.java

Reply via email to