Gary Gregory
|
09cf3739df
|
Fluent formatting.
|
2017-03-27 12:13:09 -07:00 |
Gary Gregory
|
977824491d
|
[CSV-203]
withNullString value is printed without quotes when QuoteMode.ALL is
specified; add QuoteMode.ALL_NON_NULL. PR #17.
|
2017-03-27 12:03:53 -07:00 |
Gary Gregory
|
a7757849d3
|
Javadoc fix.
|
2017-02-01 11:18:57 -08:00 |
Gary Gregory
|
b1e5d93a2f
|
Update commons-parent from 41 to 42.
|
2017-01-03 23:55:29 -08:00 |
Gary Gregory
|
f96adf26c1
|
[CSV-205]
Add convenience API CSVFormat#printer() to print to System.out.
|
2016-12-22 21:36:33 -08:00 |
Gary Gregory
|
9afec3ed39
|
Rename test package org.apache.commons.csv.bugs to
org.apache.commons.csv.issues.
|
2016-12-01 13:27:40 -08:00 |
Gary Gregory
|
18ed616214
|
Fix compiler warnings.
|
2016-12-01 13:27:06 -08:00 |
Gary Gregory
|
0ec08e400b
|
Add JiraCsv198Test.
|
2016-12-01 13:25:02 -08:00 |
Gary Gregory
|
92b4376bbb
|
Go back to parent POM 41. Next will be preparing a RC for parent POM 42.
|
2016-11-25 22:20:18 -08:00 |
Gary Gregory
|
17902b8409
|
Edit (format nit) to kick off new Travis build to pick up new parent POM
snapshot.
|
2016-11-25 22:15:38 -08:00 |
Gary Gregory
|
639b014ba6
|
Edit (format nit) to kick off new Travis build to pick up new parent POM
snapshot.
|
2016-11-25 22:07:56 -08:00 |
Gary Gregory
|
359e9cd697
|
Actually do use the profile because the snapshot parent should not
activate bothz
|
2016-11-25 21:59:19 -08:00 |
Gary Gregory
|
b5c82400d7
|
Profile kicks in automatically on Travis.
|
2016-11-25 21:50:31 -08:00 |
Gary Gregory
|
fa07e5ee6f
|
Add -B -V to Maven invocation.
|
2016-11-25 21:34:29 -08:00 |
Gary Gregory
|
360998e624
|
Trying to get Travis CI to pass coverage Jacoco reports to Coveralls.
Will reset parent POM to 41 next.
|
2016-11-25 21:29:37 -08:00 |
Gary Gregory
|
20c6f33210
|
Set parent POM back to 41.
|
2016-11-25 21:23:36 -08:00 |
Gary Gregory
|
dee5125be7
|
Update version in Maven coordinates.
|
2016-11-25 21:21:41 -08:00 |
Gary Gregory
|
64c800319d
|
Coveralls badge fix.
|
2016-11-25 21:20:51 -08:00 |
Gary Gregory
|
6dffab166a
|
See if Travis can pick up parent POM SNAPSHOT to validate the parent
profile.
|
2016-11-25 21:16:19 -08:00 |
Gary Gregory
|
013dd9d507
|
GroupId is duplicate of parent groupId.
|
2016-11-25 21:12:53 -08:00 |
Gary Gregory
|
74d1140f6f
|
Use Jacoco instead per config file.
|
2016-11-25 21:11:57 -08:00 |
Gary Gregory
|
3a8b73577e
|
commons-parent 40 -> 41.
|
2016-11-25 21:07:07 -08:00 |
Gary Gregory
|
acea0dae68
|
Add badges.
|
2016-11-18 20:34:41 -08:00 |
Gary Gregory
|
fbc11c2e3a
|
Add starter TravisCI configuration.
Will pick up Travis profile from new parent module when released.
|
2016-11-16 15:54:31 -08:00 |
Gary Gregory
|
1c7a9910be
|
[CSV-201] Do not use RuntimeException in CSVParser.iterator().new
Iterator() {...}.getNextRecord(). Use an IllegalStateException instead
(KISS for now, no need for a custom exception)
|
2016-10-25 13:59:32 -07:00 |
Gary Gregory
|
b2a50d4a3a
|
Remove unused import.
|
2016-08-23 14:42:26 -07:00 |
Gary Gregory
|
b5de127552
|
Remove unused import.
|
2016-08-23 14:42:06 -07:00 |
Gary Gregory
|
f7328ef02c
|
org.apache.commons.csv.CSVFormat.print(Path, Charset) should use NIO and
not convert the Path to a File.
|
2016-08-23 14:40:49 -07:00 |
Gary Gregory
|
5e9d2240ad
|
CSVParser.parse(Path, Charset, CSVFormat) should use NIO and not convert
the Path to a File.
|
2016-08-23 14:38:25 -07:00 |
Gary Gregory
|
95bc1807be
|
[CSV-194] Fix outdated comments about FileReader in CSVParser #13.
Update changes.xml.
|
2016-08-23 14:35:33 -07:00 |
Gary Gregory
|
6e64bec175
|
Fix Javadoc for org.apache.commons.csv.CSVParser.parse(File, Charset,
CSVFormat). GitHub PR #13.
|
2016-08-23 14:30:03 -07:00 |
Gary Gregory
|
f05b653d08
|
Fix Javadoc for org.apache.commons.csv.CSVParser.parse(Path, Charset,
CSVFormat). GitHub PR #13.
|
2016-08-23 14:29:37 -07:00 |
Gary Gregory
|
5f14d16a66
|
[CSV-193] Fix incorrect method name 'withFirstRowAsHeader' in user
guide.</action>
|
2016-08-11 15:30:39 -07:00 |
Gary Gregory
|
fa437cb924
|
Add testRfc4180QuoteSingleChar().
|
2016-07-31 00:29:29 -07:00 |
Gary Gregory
|
190390bf5d
|
[CSV-171] Negative numeric values in the first column are always quoted
in minimal mode.
|
2016-07-31 00:21:35 -07:00 |
Gary Gregory
|
1023690dc2
|
Break up testEscapeBackslash() method into individual tests.
|
2016-07-30 23:42:51 -07:00 |
Gary Gregory
|
d067c3ffe6
|
Remove extra blank line.
|
2016-07-30 23:37:32 -07:00 |
Gary Gregory
|
0c3bf8266d
|
Add testPrintOnePositiveInteger().
|
2016-07-30 16:36:49 -07:00 |
Gary Gregory
|
47d11b853f
|
Sort method.
|
2016-07-30 16:33:47 -07:00 |
Gary Gregory
|
a9b0be192d
|
Javadocs.
|
2016-07-30 16:26:10 -07:00 |
Gary Gregory
|
a318a437a2
|
[CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat).
Adjust API to be Charset-based instead of String (charset name), just
like it says in the Jira title.
|
2016-07-30 16:25:48 -07:00 |
Gary Gregory
|
86ef75f808
|
[CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat).
Adjust API to be Charset-based instead of String (charset name), just
like it says in the Jira title.
|
2016-07-30 16:24:12 -07:00 |
Gary Gregory
|
6780f0d96c
|
Remove unused import.
|
2016-07-30 11:23:32 -07:00 |
Gary Gregory
|
bb316857d3
|
Javadocs.
|
2016-07-30 11:23:02 -07:00 |
Gary Gregory
|
59e1f7941f
|
Add @SuppressWarnings.
|
2016-07-30 11:19:23 -07:00 |
Gary Gregory
|
9b37b1eb1f
|
[CSV-192] Add convenience API CSVParser.parse(Path, Charset, CSVFormat)
|
2016-07-30 11:16:31 -07:00 |
Gary Gregory
|
81f24008c6
|
Add missing JIRA IDs.
|
2016-07-30 11:08:34 -07:00 |
Gary Gregory
|
d6278c817a
|
Sort static methods.
|
2016-07-30 11:02:55 -07:00 |
Gary Gregory
|
67e7c55095
|
Javadocs.
|
2016-07-30 11:00:53 -07:00 |
Gary Gregory
|
b0b36b2267
|
Javadocs.
|
2016-07-30 10:59:34 -07:00 |