Commit Graph

1301 Commits

Author SHA1 Message Date
Benedikt Ritter 2596fdeebc
Update version numbers for commons-csv release 1.6 2018-09-19 13:45:44 +02:00
Benedikt Ritter 11b557ee48
Update NOTICE.txt 2018-09-19 11:54:57 +02:00
Benedikt Ritter 544400be18
Regenerate GitHub documentation 2018-09-19 11:52:48 +02:00
Benedikt Ritter b3bb9776ae
Add release date 2018-09-19 11:27:08 +02:00
Benedikt Ritter a6458f1587
Add RELEASE-NOTES for release 1.6 2018-09-19 11:26:20 +02:00
Benedikt Ritter 61820130cd
Generate download page for release 1.6 2018-09-19 11:16:55 +02:00
Benedikt Ritter 2596582d61
Update website for commons-csv 1.6 release 2018-09-19 11:03:14 +02:00
Benedikt Ritter 6c87f1fe41
Fix link to release archive 2018-09-19 10:59:14 +02:00
Benedikt Ritter 79adf78d23
Adopt commons-jcs way of generating SHA-512 checksums 2018-09-19 10:51:35 +02:00
Benedikt Ritter af261c8fbf
Add temporary fix for COMMONSSITE-125 2018-09-19 10:38:30 +02:00
Benedikt Ritter 62515c52ec
Update to latest commons-parent 2018-09-19 10:32:55 +02:00
Benedikt Ritter 4e1802db96
Remove empty paragraph from JavaDoc 2018-08-31 10:51:00 +02:00
Benedikt Ritter 71459b6d30
CSV-231: Add more documentation to CSVPrinter 2018-08-31 10:29:12 +02:00
Benedikt Ritter e5b2413ca7
CR and LF are already statically imported 2018-08-21 22:08:33 +02:00
Benedikt Ritter 7694e8f999
Remove duplicated code by calling printRecords(Iterable) 2018-08-21 22:05:47 +02:00
Benedikt Ritter 676a580c35
Call flush instead of duplicating the logic 2018-08-21 22:02:02 +02:00
Gary Gregory 47dbc8fd1e Update tests from Apache Commons Lang 3.7 to 3.8. 2018-08-21 09:07:58 -06:00
Benedikt Ritter 768f656c43
Method in package private class does not need to be public 2018-08-21 09:22:08 +02:00
Benedikt Ritter 3d4a7e6716
Add missing predefined formats to class documentation 2018-08-20 08:47:20 +02:00
Benedikt Ritter 39e8ee6f9f
Fix checkstyle errors 2018-08-20 08:40:30 +02:00
Gary Gregory ea13687e66 The the patrol. 2018-06-16 15:44:55 -06:00
Gary Gregory 98d4407938 Normalize caps. 2018-06-05 09:06:13 -06:00
Gary Gregory 05e2f7763a Remove trailing white spaces on all lines. 2018-05-19 09:08:25 -06:00
Gary Gregory f5a1968bb1 [CSV-225] Parse method should avoid creating a redundant BufferedReader. 2018-05-19 09:03:56 -06:00
Gary Gregory 865872e0f1 [CSV-225] Parse method should avoid creating a redundant BufferedReader. 2018-05-19 09:03:29 -06:00
David Warshaw f368f64fa7 [CSV-224] Some Multi Iterator Parsing Peek Sequences Incorrectly Consume
Elements.
2018-05-18 14:24:50 -06:00
Gary Gregory 33f662b219 Fix compiler warning. 2018-05-18 13:47:37 -06:00
Gary Gregory 5c0d27c0e2 Remove trailing whitespace. 2018-05-18 13:39:49 -06:00
Gary Gregory c00f4d426e Typo: 'JavaDoc' -> 'Javadoc'. 2018-05-15 12:21:56 -06:00
Gary Gregory 00583b2ad9 Update release for 1.6 to this year. 2018-04-03 17:37:27 -06:00
Gary Gregory a9daab6992 [CSV-209] Create CSVFormat.ORACLE preset. Also: Fix and complete
documentation for other formats.
2018-04-03 17:37:03 -06:00
Gary Gregory 83cd8088a6 [CSV-223] Inconsistency between Javadoc of CSVFormat DEFAULT EXCEL.
Apply modified patch from Samuel Martin. Closes #26.
2018-04-03 13:45:05 -06:00
Gary Gregory eede739d18 Slightly better Javadoc. 2018-01-09 10:31:48 -07:00
pascalschumacher f3f48be1d0 Update to commons-parent version 43 2018-01-07 11:42:26 +01:00
Gary Gregory 3a2034434c [CSV-220] Add API
org.apache.commons.csv.CSVFormat.withSystemRecordSeparator().
2017-12-11 11:50:31 -07:00
Gary Gregory 34262e8c5e Sort methods. 2017-12-11 11:49:36 -07:00
Gary Gregory 4f58df6d4a Sort methods. 2017-12-11 11:42:09 -07:00
Gary Gregory 8b3de71fd9 [CSV-219] The behavior of quote char using is not similar as Excel does
when the first string contains CJK char(s).
[CSV-172] Don't quote cells just because they have UTF-8 encoded
characters.
2017-12-11 11:16:01 -07:00
ggregory e76c4d809c Update tests from Apache Commons Lang 3.6 to 3.7. 2017-12-10 16:27:09 -07:00
Gary Gregory c6cd6ce8ee Remove trailing white spaces on all lines. 2017-11-01 16:05:40 -06:00
Bruno P. Kinoshita 0051a83dcd Fix Javadocs typos 2017-10-22 00:13:22 +13:00
Gary Gregory 1521cc285d Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/commons-csv.git 2017-10-20 17:27:45 -06:00
Gary Gregory 0e39fe3bed Update tests from Apache Commons IO 2.5 to 2.6. 2017-10-20 10:04:51 -06:00
Pascal Schumacher d20e5abaa3 travis: add java 9 to build (closes #23)
pom.xml: add java 9 profile and override jacoco version to make build pass
2017-10-12 22:41:08 +02:00
Gary Gregory 27cdc55728 findbugs-maven-plugin 3.0.4 -> 3.0.5. 2017-10-09 13:56:34 -06:00
Gary Gregory 0c216e783c Use final. 2017-10-09 13:43:02 -06:00
Gary Gregory b4a084ed48 [CSV-217] Add autoFlush option for CsvPrinter. Use current version of
Mockito.
2017-10-09 13:26:57 -06:00
Gary Gregory 5ca0f91ff6 Next version will be 1.6 due to new auto-flush feature just added. 2017-10-09 13:25:13 -06:00
Gary Gregory 3c0a73b30f [CSV-217] Add autoFlush option for CsvPrinter. Remove println() in test. 2017-10-09 13:24:47 -06:00
Gary Gregory 9c20341469 Next version will be 1.6 due to new auto-flush feature just added. 2017-10-09 13:23:46 -06:00