Gary Gregory
|
57ab1981ea
|
Normalize first word of Javadocs
- "getFoo" methods "Gets foo"
- "isFoo" methods "Tests foo"
|
2022-10-15 09:42:41 -04:00 |
Gary Gregory
|
c04fc6c022
|
Javadoc: Add missing since tag
|
2022-10-15 09:41:01 -04:00 |
Gary Gregory
|
c4cf4078d0
|
Validate input to setDelimiter(String) for empty string #266.
|
2022-10-15 09:40:04 -04:00 |
Gary Gregory
|
23c39b158e
|
Merge pull request #266 from mykolaf/delimcheck
Validate input to setDelimiter(String) for empty string
|
2022-10-15 09:39:04 -04:00 |
Gary Gregory
|
550309e327
|
CSV-290 - Fix the wrong assumptions in PostgreSQL formats #265
|
2022-10-15 09:36:24 -04:00 |
Gary Gregory
|
41a063d2cf
|
Merge pull request #265 from angusdev/CSV-290
CSV-290 - Fix the wrong assumptions in PostgreSQL formats
|
2022-10-15 09:34:12 -04:00 |
Gary Gregory
|
85330590d7
|
Bump spotbugs-maven-plugin from 4.7.2.0 to 4.7.2.1 #275
|
2022-10-14 09:00:09 -04:00 |
Gary Gregory
|
76b4637c68
|
Bump actions/cache from 3.0.9 to 3.0.10 #271
|
2022-10-07 10:56:27 -04:00 |
Gary Gregory
|
a61afc1618
|
[CSV-274] Add comments to iterator() and stream() #270
|
2022-10-07 10:50:26 -04:00 |
Gary Gregory
|
d46919da26
|
Merge pull request #270 from pedro-w/csv-274-documentation
[CSV-274] Add comments to iterator() and stream()
|
2022-10-07 10:49:28 -04:00 |
Gary Gregory
|
221f5c418b
|
Bump actions/checkout from 3.0.2 to 3.1.0 #272
|
2022-10-07 10:47:53 -04:00 |
Gary Gregory
|
a2a7537ffc
|
Bump commons.pmd-impl.version from 6.49.0 to 6.50.0 #273
|
2022-10-07 10:47:19 -04:00 |
Peter Hull
|
5fbd353856
|
Update text as requested in review
|
2022-10-06 13:09:02 +01:00 |
Gary Gregory
|
af42c835b5
|
Use Java 8 API
|
2022-10-05 20:45:59 -04:00 |
Peter Hull
|
389cf0047a
|
Add comments to iterator() and stream()
|
2022-10-05 20:56:09 +01:00 |
Gary Gregory
|
f36e0f590b
|
Bump actions/setup-java from 3 to 3.5.1
|
2022-10-01 14:36:48 -04:00 |
Gary Gregory
|
6e5517300d
|
Bump actions/cache from 3.0.8 to 3.0.9 #267
|
2022-09-30 09:42:24 -04:00 |
Mykola Faryma
|
1da75703a4
|
Check setDelimiter() for empty string
Signed-off-by: Mykola Faryma <m.faryma@partner.samsung.com>
|
2022-09-27 13:10:43 +03:00 |
Angus
|
1ad309fade
|
Add test for tab characters (ASCII 9) in values
|
2022-09-26 22:22:51 +01:00 |
Angus
|
b7a9d4084e
|
CSV-290 - Fix the wrong assumptions in PostgreSQL formats
CSVFormat.POSTGRESQL_CSV - special characters are not escaped.
CSVFormat.POSTGRESQL_TEXT - values are not quoted.
|
2022-09-25 22:48:54 +01:00 |
Gary Gregory
|
6a925abba3
|
Coalesce entries
|
2022-09-25 09:57:34 -04:00 |
Gary Gregory
|
50e831063c
|
Bump japicmp-maven-plugin from 0.15.7 to 0.16.0
|
2022-09-24 11:31:48 -04:00 |
dependabot[bot]
|
df01ca2faa
|
Bump commons-parent from 53 to 54
Bumps [commons-parent](https://github.com/apache/commons-parent) from 53 to 54.
- [Release notes](https://github.com/apache/commons-parent/releases)
- [Changelog](https://github.com/apache/commons-parent/blob/master/RELEASE-NOTES.txt)
- [Commits](https://github.com/apache/commons-parent/commits)
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-parent
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-24 01:02:25 +12:00 |
dependabot[bot]
|
21e094d4f7
|
Bump junit-jupiter from 5.9.0 to 5.9.1
Bumps [junit-jupiter](https://github.com/junit-team/junit5) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](https://github.com/junit-team/junit5/compare/r5.9.0...r5.9.1)
---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-09-24 00:26:23 +12:00 |
Gary Gregory
|
b5b3cca98b
|
Move package-private method.
|
2022-09-12 12:50:16 -07:00 |
Gary Gregory
|
d48bc1e6cf
|
Remove redundant comments
Close HTML tags
|
2022-09-12 12:38:04 -07:00 |
Gary Gregory
|
5d7690d1fe
|
Remove redundant comments
|
2022-09-12 12:37:06 -07:00 |
Gary Gregory
|
9a5f617ab9
|
Make package private class final
Allow no instances of some internal classes
|
2022-09-12 12:36:55 -07:00 |
Gary Gregory
|
379d17c983
|
Use forEach()
|
2022-09-12 11:18:55 -07:00 |
Gary Gregory
|
9644caf979
|
Use API instead of system property
Use final
|
2022-09-12 11:07:44 -07:00 |
Gary Gregory
|
dd2aa771c9
|
Fix some compiler warnings
|
2022-09-12 11:00:59 -07:00 |
Gary Gregory
|
7e648a6e86
|
CSVParser.getRecords() now throws UncheckedIOException instead of
IOException
|
2022-09-12 10:53:09 -07:00 |
Gary Gregory
|
9797255331
|
Sort members
|
2022-09-12 09:53:28 -07:00 |
Gary Gregory
|
0dff1d5582
|
[CSV-304] Accessors for header/trailer comments #257
|
2022-09-12 09:45:28 -07:00 |
Gary Gregory
|
2e851bc960
|
Merge pull request #257 from pedro-w/csv-304-header-comments
[CSV-304] Accessors for header/trailer comments
|
2022-09-12 09:43:21 -07:00 |
Gary Gregory
|
ee7b3a7d34
|
Fix formatting
|
2022-09-12 09:38:15 -07:00 |
Gary Gregory
|
f926a300a1
|
Fix formatting
|
2022-09-12 09:36:27 -07:00 |
Gary Gregory
|
882884f28a
|
Fix formatting
|
2022-09-12 09:34:15 -07:00 |
Gary Gregory
|
d6342202ae
|
Bump com.github.spotbugs:spotbugs from 4.7.1 to 4.7.2
|
2022-09-12 09:31:11 -07:00 |
Gary Gregory
|
066c7dc696
|
Merge entries
|
2022-09-09 07:18:10 -07:00 |
Gary Gregory
|
fb3205e878
|
Bump opencsv from 5.6 to 5.7.0 #260
|
2022-09-09 07:15:45 -07:00 |
Gary Gregory
|
4c05cd1e54
|
Bump maven-pmd-plugin from 3.18.0 to 3.19.0 #258
|
2022-09-09 07:12:17 -07:00 |
Gary Gregory
|
42483ac8f1
|
Bump mockito-core from 4.7.0 to 4.8.0 #259
|
2022-09-09 07:10:39 -07:00 |
Gary Gregory
|
ac1500a7e3
|
Bump spotbugs-maven-plugin from 4.7.1.1 to 4.7.2.0 #261
|
2022-09-09 07:09:23 -07:00 |
Peter Hull
|
9c702bd405
|
Guard against NPE in createHeaders
Also, formatting and whitespace changes
as requested in code review.
|
2022-09-08 21:54:29 +01:00 |
Gary Gregory
|
6797536378
|
Add a test for broken input.
|
2022-09-07 09:17:42 -07:00 |
Peter Hull
|
82ca0355d4
|
Add @since annotation to javadoc
Also reworded some documentation text to read better
|
2022-09-07 08:58:29 +01:00 |
Peter Hull
|
0414d1e4b7
|
Split tests into separate methods
As requested in code review
|
2022-09-06 19:23:45 +01:00 |
Gary Gregory
|
caa9e348ab
|
Bump actions/checkout from 3 to 3.0.2.
|
2022-09-06 09:23:37 -07:00 |
Peter Hull
|
31a546adab
|
[CSV-304] Accessors for header/trailer comments
Add accessors for header comments (before the header row)
and trailer comments (after the last record)
Also add javadoc and tests
|
2022-09-06 15:27:49 +01:00 |