Commit Graph

1301 Commits

Author SHA1 Message Date
Gary Gregory 3fa020303b javancss-maven-plugin blows up, drop it. 2019-05-20 08:21:43 -04:00
Gary Gregory 024f98e039 [CSV-239] Cannot get headers in column order from CSVRecord.
Add test.
2019-05-20 08:14:35 -04:00
Gary Gregory 282f211394 [CSV-239] Cannot get headers in column order from CSVRecord.
- Redo header names as an read-only list.
2019-05-20 08:10:49 -04:00
Gary Gregory 476e883081 Remove unused import. 2019-05-19 19:50:41 -04:00
Gary Gregory ef51c1ecad [CSV-239] Cannot get headers in column order from CSVRecord.
- Redo so that the record tracks its source parser where call sites can
find metadata. This avoids adding slots to the record class itself.
2019-05-19 19:49:23 -04:00
Gary Gregory 9dcad06c00 Sort methods. 2019-05-19 18:55:22 -04:00
Gary Gregory 788f2aaa7a [CSV-239] Cannot get headers in column order from CSVRecord. 2019-05-19 10:26:27 -04:00
Gary Gregory d8d5de6476 [CSV-239] Cannot get headers in column order from CSVRecord.
Some NPE-proofing.
2019-05-19 09:32:46 -04:00
Gary Gregory 8a5efdeb7e Better method name. 2019-05-19 09:25:02 -04:00
Gary Gregory 734e7a910f Update maven-pmd-plugin from 3.11.0 to 3.12.0. 2019-04-23 16:02:26 -04:00
Gary Gregory a6ecad93bd Add OpenJDK 12 to Travis builds. 2019-04-16 09:14:09 -04:00
Gary Gregory 01e7e384ac Update tests from Apache Commmons Lang 3.8.1 to 3.9. 2019-04-14 20:26:30 -04:00
Gary Gregory 7c1a3fab64 Update Apache Commons Parent from 47 to 48. 2019-03-25 12:00:31 -04:00
Gary Gregory 766562306c Update Travis build with current JDKs. 2019-03-22 15:20:01 -04:00
Gary Gregory b281a0a986 Update tests from H2 1.4.198 to 1.4.199. 2019-03-13 12:16:13 -04:00
Gary Gregory 4e438b9f81 Update tests from H2 1.4.198 to 1.4.199. 2019-03-13 12:08:41 -04:00
Gary Gregory 8e246742a9 Bump versions. 2019-02-27 10:42:38 -05:00
Gary Gregory ae5ace1f72 Specify Java version in changes.xml. 2019-02-27 10:41:33 -05:00
Gary Gregory 480b90febb [CSV-238] Escape quotes in CLOBs.
Closes #39.
2019-02-27 10:41:04 -05:00
Gary Gregory e24dc316d4 Address compiler warnings. 2019-02-24 10:12:42 -05:00
Gary Gregory bf3f34c8b5 Address compiler warnings. 2019-02-24 10:11:29 -05:00
Gary Gregory 4e02db1272 Use try-with-resources. 2019-02-24 10:10:09 -05:00
Gary Gregory 574ed87b26 Don't throw RuntimeException. 2019-02-24 10:07:39 -05:00
Gary Gregory 5bdafc6ce5 Redundant specification of type arguments. 2019-02-24 10:06:08 -05:00
Gary Gregory 45d05b4a50 [CSV-237] Update to Java 8. 2019-02-24 10:05:21 -05:00
Gary Gregory 1305ef1029 [CSV-237] Update to Java 8. 2019-02-24 10:04:45 -05:00
Gary Gregory f69a78972f Inherit plugin version from commons-parent. 2019-02-23 09:39:33 -05:00
Gary Gregory 293fa4dec3 Update Maven PMD Plugin from 3.8 to 3.11.0. 2019-02-23 09:38:00 -05:00
Gary Gregory 8685aa5ff9 Checkstyle. 2019-02-23 09:34:31 -05:00
Gary Gregory 17be5351cb Update Maven Checktyle Plugin from 2.7 to 3.0.0. 2019-02-23 09:33:17 -05:00
Gary Gregory 887eb97d1e Next release is 1.7. 2019-02-23 09:24:36 -05:00
Gary Gregory 2d919276bf Oops, I did not mean to update to Java 7 yet. 2019-02-23 09:24:01 -05:00
Gary Gregory 4fd494d590 Update tests from H2 1.4.197 to 1.4.198. 2019-02-23 09:21:19 -05:00
Gary Gregory 483ba855f2 Unnecessary semicolon. 2019-02-23 08:20:53 -05:00
Gary Gregory bf2c2f7ad6 Update tests from H2 1.4.196 to 1.4.197. 2019-02-23 08:20:12 -05:00
Benedikt Ritter 7684694173
Add missing Apache license header 2019-02-09 17:04:14 +01:00
Thomas Vandahl 546fd69eaa Fix broken link 2018-12-10 20:24:15 +01:00
Gary Gregory 322fad25ad [CSV-234] Add support for java.sql.Clob. 2018-12-09 14:59:27 -07:00
Gary Gregory 0ab2b0818a [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".
2018-10-22 21:50:53 -06:00
Gary Gregory d2f9f83158 Add entries for [CSV-203] and [CSV-233]. 2018-10-21 15:49:15 -06:00
Gary Gregory 6e3f713652 Add entries for [CSV-203] and [CSV-233]. 2018-10-21 15:49:06 -06:00
Gary Gregory b7c38a1a69 [CSV-233] Add predefined CSVFormats for printing MongoDB CSV and TSV. 2018-10-20 20:01:42 -06:00
Gary Gregory c7a9b1707f 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.
2018-10-20 10:19:37 -06:00
Gary Gregory 6133a6031d Fix Travis-CI: Make this build like Commons Text. 2018-10-20 10:08:36 -06:00
Gary Gregory 3c5d7e07e0 [CSV-208] Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV
formats.
2018-10-20 10:07:51 -06:00
Gary Gregory 53ead3ffe8 Better Javadoc. 2018-10-20 09:49:20 -06:00
Gary Gregory 60b1c8e5c1 [CSV-208] Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV
formats.
2018-10-20 09:45:08 -06:00
Gary Gregory 3ddfb40c4f [CSV-208] Fix escape character for POSTGRESQL_TEXT and POSTGRESQL_CSV
formats. Fix Javadoc for
org.apache.commons.csv.CSVFormat.POSTGRESQL_CSV.
2018-10-20 09:41:38 -06:00
Gary Gregory 13c539a50d Update tests from Apache Commons Lang from 3.8 to 3.8.1. 2018-09-27 09:53:33 -06:00
Benedikt Ritter 70187c3171
Bump to next development version 2018-09-25 15:11:34 +02:00