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 2016/05/23 05:37:45 UTC

svn commit: r13733 - in /dev/commons/csv: CSV_1_4_RC1/ csv-1.3-RC1/

Author: ggregory
Date: Mon May 23 05:37:45 2016
New Revision: 13733

Log:
Apache Commons CSV 1.4 RC1.

Added:
    dev/commons/csv/CSV_1_4_RC1/
    dev/commons/csv/CSV_1_4_RC1/RELEASE-NOTES.txt
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz   (with props)
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.asc
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.md5
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.sha1
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip   (with props)
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.asc
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.md5
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.sha1
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz   (with props)
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.asc
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.md5
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.sha1
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip   (with props)
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.asc
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.md5
    dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.sha1
Removed:
    dev/commons/csv/csv-1.3-RC1/

Added: dev/commons/csv/CSV_1_4_RC1/RELEASE-NOTES.txt
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/RELEASE-NOTES.txt (added)
+++ dev/commons/csv/CSV_1_4_RC1/RELEASE-NOTES.txt Mon May 23 05:37:45 2016
@@ -0,0 +1,274 @@
+                        Apache Commons CSV
+                            Version 1.4
+                           Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.4 version of Apache Commons CSV.
+Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
+
+CSV requires at least Java 6.
+
+The Apache Commons CSV library provides a simple interface for reading and writing
+CSV files of various types.
+
+Feature and bug fix release
+
+Changes in this version include:
+
+NEW FEATURES
+==============
+
+o CSV-182:  Allow some printing operations directly from CSVFormat. Thanks to Gary Gregory.
+
+
+CHANGES
+=========
+
+o CSV-181:  Make CSVPrinter.print(Object) GC-free. Thanks to Gary Gregory.
+
+
+Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
+
+For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
+
+http://commons.apache.org/proper/commons-csv/
+
+Have fun!
+-Apache Commons CSV team
+
+------------------------------------------------------------------------------
+
+                        Apache Commons CSV
+                           Version 1.3
+                          Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.3 version of Apache Commons CSV.
+Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
+
+CSV requires at least Java 6.
+
+The Apache Commons CSV library provides a simple interface for reading and writing
+CSV files of various types.
+
+Feature and bug fix release.
+
+Changes in this version include:
+
+NEW FEATURES
+==============
+
+o CSV-179:  Add shortcut method for using first record as header to CSVFormat.
+o CSV-180:  Add withHeader(Class? extends Enum>) to CSVFormat.
+o CSV-159:  Add IgnoreCase option for accessing header names. Thanks to Yamil Medina.
+o CSV-169:  The null string should be case-sensitive when reading records. Thanks to Gary Gregory.
+o CSV-175:  Support for ignoring trailing delimiter. Thanks to Gary Gregory, Chris Jones.
+o CSV-177:  Support trimming leading and trailing blanks. Thanks to Gary Gregory.
+o CSV-178:  Create default formats for Informix UNLOAD and UNLOAD CSV. Thanks to Gary Gregory.
+
+FIXED BUGS
+============
+
+o CSV-168:  CSVFormat.nullString should not be escaped. Thanks to Gary Gregory, cornel creanga.
+o CSV-170:  CSVFormat.MYSQL nullString should be "\N". Thanks to Gary Gregory, cornel creanga.
+o CSV-161:  Fix Javadoc to say CSVFormat with() methods return a new CSVFormat. Thanks to Gary Gregory, Kristof Meixner, Emmanuel Bourg.
+
+CHANGES
+============
+
+o CSV-167:  Comment line hides next record; update Javadoc to make behaviour clear. Thanks to Rene.
+o CSV-153:  CSVPrinter doesn't skip creation of header record if skipHeaderRecord is set to true. Thanks to Wren.
+
+
+Have fun!
+-Apache Commons CSV team
+
+------------------------------------------------------------------------------
+
+                        Apache Commons CSV
+                           Version 1.2
+                          Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.2 version of Apache Commons CSV.
+Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
+
+CSV requires at least Java 6.
+
+The Apache Commons CSV library provides a simple interface for reading and writing
+CSV files of various types.
+
+Feature and bug fix release
+
+Changes in this version include:
+
+NEW FEATURES
+==============
+
+o CSV-157:  Add enum CSVFormat.Predefined that contains the default CSVFormat values.
+
+FIXED BUGS
+============
+
+o CSV-145:  CSVFormat.with* methods clear the header comments. Thanks to Frank Ulbricht.
+o CSV-156:  Incorrect Javadoc on QuoteMode.NONE. Thanks to Jason Steenstra-Pickens.
+
+
+Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
+
+For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
+
+http://commons.apache.org/proper/commons-csv/
+
+Have fun!
+-Apache Commons CSV team
+
+------------------------------------------------------------------------------
+
+                        Apache Commons CSV
+                           Version 1.1
+                          Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.1 version of Apache Commons CSV.
+Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
+
+CSV requires at least Java 6.
+
+The Apache Commons CSV library provides a simple interface for reading and writing
+CSV files of various types.
+
+This is our second release.
+
+Changes in this version include:
+
+New features:
+o [CSV-129] Add CSVFormat#with 0-arg methods matching boolean arg methods. 
+o [CSV-131] Save positions of records to enable random access. Thanks to Holger Stratmann. 
+o [CSV-139] CSVPrinter.printRecord(ResultSet) with metadata. 
+
+Fixed Bugs:
+o [CSV-140] QuoteMode.NON_NUMERIC doesn't work with CSVPrinter.printRecords(ResultSet). Thanks to Damjan Jovanovic. 
+o [CSV-130] CSVFormat#withHeader doesn't work well with #printComment, add withHeaderComments(String...). Thanks to Sergei Lebedev. 
+o [CSV-128] CSVFormat.EXCEL should ignore empty header names. 
+o [CSV-132] Incorrect Javadoc referencing org.apache.commons.csv.CSVFormat withQuote(). Thanks to Sascha Szott. 
+
+Changes:
+o [CSV-124] Improve toString() implementation of CSVRecord. Thanks to Kalyan. 
+o [CSV-134] Unified parameter validation. Thanks to wu wen. 
+
+Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
+
+For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
+
+http://commons.apache.org/proper/commons-csv/
+
+Have fun!
+-Apache Commons CSV team
+
+-------------------------------------------------------------------------------
+
+                        Apache Commons CSV
+                           Version 1.0
+                          Release Notes
+
+
+INTRODUCTION:
+
+This document contains the release notes for the 1.0 version of Apache Commons CSV.
+Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
+
+CSV requires at least Java 6.0.
+
+The Apache Commons CSV library provides a simple interface for reading and writing
+CSV files of various types.
+
+First release
+
+Changes in this version include:
+
+NEW FEATURES
+============
+
+o CSV-121:  IllegalArgumentException thrown when the header contains duplicate names when the column names are empty.
+            Thanks to Sebastian Hardt.
+o CSV-120:  CSVFormat#withHeader doesn't work with CSVPrinter Thanks to Sergei Lebedev.
+o CSV-119:  CSVFormat is missing a print(...) method Thanks to Sergei Lebedev.
+o CSV-105:  Add Map conversion API to CSVRecord
+o CSV-52:   Keep track of record number
+o CSV-92:   Need a way to extract parsed headers, e.g. for use in formatting
+            output
+o CSV-65:   Header support
+o CSV-48:   Predefined format for MYSQL
+
+FIXED BUGS
+==========
+
+o CSV-125:  No longer works with Java 6
+o CSV-122:  NullPointerException when empty header string and and null string of "".
+            Thanks to Mike Lewis.
+o CSV-118:  CSVRecord.toMap() throws NPE on formats with no
+            headers. Thanks to Enrique Lara.
+o CSV-113:  Check whether ISE/IAE are being used appropriately
+o CSV-114:  CSVFormat constructor should reject a header array with duplicate
+            entries
+o CSV-112:  HeaderMap is inconsistent when it is parsed from an input with
+            duplicate columns names
+o CSV-111:  CSVRecord.toMap() fails if row length shorter than header length
+o CSV-106:  CSVFormat.format allways append null
+o CSV-100:  CSVParser: getHeaderMap throws NPE
+o CSV-53:   CSVRecord does not verify that the length of the header mapping
+            matches the number of values
+o CSV-54:   Confusing semantic of the ignore leading/trailing spaces parameters
+o CSV-34:   CSVFormat describes itself as immutable, but it is not - in
+            particular it is not thread-safe
+o CSV-36:   Endless loops in CSV parser
+o CSV-13:   NullPointerException in CSVPrinter.print()/println()
+o CSV-23:   Excel strategy uses wrong separator
+
+CHANGES
+=======
+
+o CSV-117:  Validate format parameters in constructor
+o CSV-42:   Lots of possible changes Thanks to Bob Smith.
+o CSV-78:   Use Character instead of char for char fields except delimiter
+o CSV-99:   Revert Builder implementation in CSVFormat
+o CSV-93:   Allow the handling of NULL values
+o CSV-68:   Use the Builder pattern for CSVFormat
+o CSV-84:   Clarify comment handling
+o CSV-25:   CSVParser.nextValue() seems pointless
+o CSV-97:   Allow the String value for null to be customized for the CSV
+            printer
+o CSV-88:   Not possible to create a CSVFormat from scratch
+o CSV-94:   Lexer should only use char fields
+o CSV-71:   Add convenience methods to CSVLexer
+o CSV-59:   Is CharBuffer really needed, now that StringBuilder is available?
+o CSV-55:   Replace while(true)-loop in CSVParser.getRecord with do-while-loop
+o CSV-45:   CSVPrinter overhaul
+o CSV-49:   CSVStrategy has modifiable public static variables Thanks to Bob Smith.
+o CSV-46:   Reduce visibility of methods in internal classes
+o CSV-26:   ExtendedBufferedReader does too much
+o CSV-27:   Decide whether to keep the csv.writer subpackage
+
+
+Historical list of changes: http://commons.apache.org/proper/commons-csv/changes-report.html
+
+For complete information on Apache Commons CSV, including instructions on how to submit bug reports,
+patches, or suggestions for improvement, see the Apache Apache Commons CSV website:
+
+http://commons.apache.org/proper/commons-csv/
+
+Have fun!
+-Apache Commons CSV team
+

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.asc
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.asc (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.asc Mon May 23 05:37:45 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJXQoRrAAoJEIb9x+KhEmLL1VsH/0OqKqZNizm41i/OHqaOWIj2
+JGni5E7/4d2sT+KocyBzgXl+G1kfniC+Af1rHH7cmMRiRaZkgoE+twnV3dbmiXd2
+cvovTbGrZZuz/LUSc/LJ8CNavxrMDn6mHFMxh8mGwtEikpzE/DCP2jkZAk4Z9wNc
+pFcRQG9zq6Bv30dEIDmefLW+xffAcRMueqmkgb9109FBRK5MEV8M4nWmaaQx5DpK
+5ez1GJ2MCVIe7oNbj7Jc8/cbg5rJC0258W1nzwzpiNXKh9P3k350rhSG59ioQBqD
+N3QmO7o2lu4yHqVEFRpwkhw577cnhRyzPSernjtHzfZxzeRoXiIlGQ75dbP5mRA=
+=Fsy7
+-----END PGP SIGNATURE-----

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.md5
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.md5 (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.md5 Mon May 23 05:37:45 2016
@@ -0,0 +1 @@
+5bd3b8d02b8e55e2766f99510cd1e3d4
\ No newline at end of file

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.sha1
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.sha1 (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.tar.gz.sha1 Mon May 23 05:37:45 2016
@@ -0,0 +1 @@
+19806d3a6b2f8c6569f50b294da1d3f3a5be4429
\ No newline at end of file

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.asc
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.asc (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.asc Mon May 23 05:37:45 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJXQoRrAAoJEIb9x+KhEmLLCpYH/3m/aRAdZFkuMpj6WIUN6ClF
+5rw3ekLwTPDs7Wua0yCNircglPVSbiCQmatG3KHzjJb4s4G1oGtH5MSvxJQkvM2N
+F5UD4QcAbmnsR9j6ygsCnQKiVkS9hMAZDF847FJ6JCqwXVJPNwwcE5oWz/4diUej
+so/j1yFI4nRvJxwLY7t2/QfeZFzyPaY0CPX6u35znFNqY8nOW8qyRDoQ2wvuMCAZ
+3QdoAxxcGyc+NxVi59oTd9AJnLWDMoS5lFtLLK7h+WNXl1iLm2OENBTyDD0KPQkX
+e7yV8ZZMkRdG1246qTtGC9HBhvxM95GcgpQA/vDkYqnoXuUD9dDTeqqmegaAXPo=
+=h5Kb
+-----END PGP SIGNATURE-----

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.md5
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.md5 (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.md5 Mon May 23 05:37:45 2016
@@ -0,0 +1 @@
+ec0e71c6a29abf592e355b06fc82401c
\ No newline at end of file

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.sha1
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.sha1 (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-bin.zip.sha1 Mon May 23 05:37:45 2016
@@ -0,0 +1 @@
+f551f471081c75a4cb6710b9981a3e0c858debd3
\ No newline at end of file

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.asc
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.asc (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.asc Mon May 23 05:37:45 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJXQoRtAAoJEIb9x+KhEmLLJOcH+wcnWgAP7Zb9dXFK5VaTOHFc
+6Fx5Ww4ulaU1zFQFkhxQdeK2jvYQr0qSn7y2rYKs5P7+QQmuUrl7VdXbZkPQQAKQ
+EjminM9o3fQ7FlC9q0ZTl99I3yOw7s3efKLhyCTXYmi1gih8C9fm/o9qdCdx8GNH
++z7lqBq+EqK6nNCdMqgVlJ0DcESVUTG07tf5lBtnfS9CNYu9yIfmwiGBanBRJLjO
+p2wI3tM5XMlVMfOqWH8UCxZp3jrVeUiH4f5pg8lrqHhGlStfiuuxwx34+vYaNUQs
+UHLvxVGr6rRMixkguhc1z244/Lcna/LfxEmHMBGyBXb1gBz4jjtTVM5xxAEis6M=
+=uQna
+-----END PGP SIGNATURE-----

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.md5
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.md5 (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.md5 Mon May 23 05:37:45 2016
@@ -0,0 +1 @@
+9ec184bc43f0a8cb85bcc0f2abd03c22
\ No newline at end of file

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.sha1
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.sha1 (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.tar.gz.sha1 Mon May 23 05:37:45 2016
@@ -0,0 +1 @@
+08151857d96af4c95ddbd5131f40e56b05eb088f
\ No newline at end of file

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip
==============================================================================
Binary file - no diff available.

Propchange: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.asc
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.asc (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.asc Mon May 23 05:37:45 2016
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAABCAAGBQJXQoRwAAoJEIb9x+KhEmLLylcH/2E0Av8tpjDTIi7aB+fHnlAX
+t1+BRI2yyC34YJJ1qijHsF+mI3FULzmI4yA6vh2/l31SUq1OmSbL9/FLN7Zw5nmH
+t9dlY1eeXsLYmGeC1iESpWigwRdTdmPkprdWXlPq0QWVtqJW7Uzxt56YqNtcDgIO
+SunnWiiNX40L36Zd6laUSG26nlcNQNbQ/jV4ybmFrmdtqjuflTrhlGiXzhO/JEkl
+cSYDhMLBLuw0GAfNIn+C8WKvuTO6tP4gMBb57zd/bbFTW6WgO5+xlhLnvUmEmgXU
+YYhyXR0whbZ/ShTiiBN9CxKesOZAKMik/HZnqS7sC396q7dkiATqRUK+hOrcWXA=
+=6Ig0
+-----END PGP SIGNATURE-----

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.md5
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.md5 (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.md5 Mon May 23 05:37:45 2016
@@ -0,0 +1 @@
+a23644e40fcf9a528b0274c7e0633264
\ No newline at end of file

Added: dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.sha1
==============================================================================
--- dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.sha1 (added)
+++ dev/commons/csv/CSV_1_4_RC1/commons-csv-1.4-src.zip.sha1 Mon May 23 05:37:45 2016
@@ -0,0 +1 @@
+c379ec116117e0a9bbd66f7bb3279cfe1e9697ef
\ No newline at end of file