Commit Graph

1153 Commits

Author SHA1 Message Date
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
Gary Gregory ac46f73b25 [CSV-189] CSVParser: Add factory method accepting InputStream. 2016-07-30 10:57:13 -07:00
Gary Gregory 0d7c984c63 Ignore Eclipse files and folders. 2016-07-30 08:15:58 -07:00
Benedikt Ritter 96563ca5a7 Add maven files to .gitignore 2016-07-10 21:36:36 +02:00
Benedikt Ritter 753dda04c8 Document change of SCM location 2016-07-10 21:33:02 +02:00
Gary D. Gregory 3c7ec1feba Remove unused import.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1750735 13f79535-47bb-0310-9956-ffa450edef68
2016-06-30 00:13:53 +00:00
Gary D. Gregory 56b448111f Fix comment.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748431 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14 15:30:43 +00:00
Gary D. Gregory e2bbfcc6d3 Add convenience API CSVFormat.print(Path, Charset) (JIRA is down ATM).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748349 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14 06:00:15 +00:00
Gary D. Gregory eb5c332a72 Add convenience API CSVFormat.print(File, Charset) (JIRA is down ATM).
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748347 13f79535-47bb-0310-9956-ffa450edef68
2016-06-14 05:53:32 +00:00
Gary D. Gregory 8c4551b5e3 Next release is 1.5.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1748097 13f79535-47bb-0310-9956-ffa450edef68
2016-06-13 06:59:33 +00:00