You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/02/02 20:14:58 UTC

[commons-csv] branch release updated (c1c8b32 -> 660f7c9)

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 c1c8b32  Update POM version numbers for Apache Commons CSV release 1.8
     add c8527b3  Fixtypo in the PerformanceTest (#55)
     add d6778b7  Fix typo performance test #55.
     add d047f83  [CSV-248] CSVRecord is not Serializable.
     add 07101a9  [CSV-248] CSVRecord is not Serializable.
     add e3eca25  [CSV-248] CSVRecord is not Serializable.
     add 7c5c089  Let a null input to CSVRecord#get(Enum) fail in CSVRecord#get(String).
     add 8d6772a  [CSV-248] Test the parser and map functionality after deserialization
     add 66c34da  [CSV-248] Test CSVRecord deserialization from binary format.
     add bd17fc3  Remove trailing whitespace.
     add 12a2ff4  Document that the list of header names will not contain null names.
     add 7ff3e14  Javadoc formatting.
     add b7fea55  [CSV-248] CSVRecord is not Serializable.
     add 70092bb  Document intent to remove Serializable from CSVRecord.
     add df9da10  Prepare for 1.8-RC2.
     add afad1de  Prepare for 1.8-RC2.
     add a35797b  Prepare for 1.8-RC2.
     add 660f7c9  Merge branch 'master' into release

No new revisions were added by this update.

Summary of changes:
 RELEASE-NOTES.txt                                  |   8 +-
 pom.xml                                            |   6 +-
 src/changes/changes.xml                            |   9 ++-
 .../java/org/apache/commons/csv/CSVParser.java     |  11 +++
 .../java/org/apache/commons/csv/CSVRecord.java     |  33 ++++++++-
 src/site/xdoc/user-guide.xml                       |   2 +-
 .../java/org/apache/commons/csv/CSVBenchmark.java  |  18 ++---
 .../org/apache/commons/csv/CSVFileParserTest.java  |   6 +-
 .../java/org/apache/commons/csv/CSVFormatTest.java |  10 +--
 .../java/org/apache/commons/csv/CSVParserTest.java |  14 ++++
 .../org/apache/commons/csv/CSVPrinterTest.java     |  39 ++++++----
 .../java/org/apache/commons/csv/CSVRecordTest.java |  82 ++++++++++++++++-----
 .../apache/commons/csv/issues/JiraCsv213Test.java  |   1 -
 .../apache/commons/csv/issues/JiraCsv248Test.java  |  80 ++++++++++++++++++++
 .../apache/commons/csv/perf/PerformanceTest.java   |   5 +-
 src/test/resources/CSV-248/csvRecord.bin           | Bin 0 -> 485 bytes
 16 files changed, 262 insertions(+), 62 deletions(-)
 create mode 100644 src/test/java/org/apache/commons/csv/issues/JiraCsv248Test.java
 create mode 100644 src/test/resources/CSV-248/csvRecord.bin