Commit Graph

2593 Commits

Author SHA1 Message Date
Gary Gregory 67f0d6b304 Prepare for the next release candidate 2024-09-21 02:00:29 +00:00
Gary Gregory 89eacd90ef Prepare for the next release candidate 2024-09-21 01:54:53 +00:00
Gary Gregory f4e3269626 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv 2024-09-21 01:51:51 +00:00
Gary Gregory 342547b911 Prepare for the next release candidate 2024-09-21 01:51:02 +00:00
Gary Gregory 113147f1e7 Add dependency-review.yml to GitHub CI 2024-09-20 19:58:24 -04:00
Gary Gregory 86ce50b807
Merge pull request #478 from apache/dependabot/github_actions/github/codeql-action-3.26.8
Bump github/codeql-action from 3.26.6 to 3.26.8
2024-09-20 09:21:55 -04:00
dependabot[bot] 5b2c26eedf
Bump github/codeql-action from 3.26.6 to 3.26.8
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.6 to 3.26.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](4dd16135b6...294a9d9291)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-20 12:15:02 +00:00
Gary Gregory 4f4b9cf251 Sort members 2024-09-19 16:04:47 -04:00
Gary Gregory 6a11b896aa Enable Checkstyle for test sources and fix issues 2024-09-19 16:04:28 -04:00
Gary Gregory fce94ea666 Fix header for Checkstyle 2024-09-19 15:18:08 -04:00
Gary Gregory 47424530a5 Sort imports 2024-09-19 15:12:10 -04:00
Gary Gregory 57dbc9f7bc Remove unused import 2024-09-19 15:09:12 -04:00
Gary Gregory decbfb3ea2 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv.git 2024-09-19 15:03:44 -04:00
Gary Gregory dae9b1fa1b Javadoc: Fix format nit in code example 2024-09-19 15:03:31 -04:00
Gary Gregory e9d466ecc5 Remove trailing whitespace
Use final
2024-09-18 18:12:35 -04:00
Gary Gregory 9f4bf36ecc Improve parser performance by up to 20%, YMMV 2024-09-18 18:11:20 -04:00
Gary Gregory da934d0e8a Fix Javadoc warnings on Java 23
warning: no main description
2024-09-18 18:08:32 -04:00
Gary Gregory 7a4a899bd3 Pick up commons.javadoc.java.link from parent POM 2024-09-18 18:04:22 -04:00
Gary Gregory 925f5cc67e Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-csv 2024-09-18 17:59:54 -04:00
Gary Gregory 588aa4a6be Fix Javadoc warnings on Java 23
warning: no main description
2024-09-18 17:57:32 -04:00
Gary Gregory 3480e2c655
Remove Java 22
Replace Java 23-ea with 23
2024-09-18 17:52:50 -04:00
Gary Gregory 2f9de5814f
Bump org.apache.commons:commons-parent from 74 to 75 #475 2024-09-18 17:52:03 -04:00
Gary Gregory 0d6113cea3
Merge pull request #475 from apache/dependabot/maven/org.apache.commons-commons-parent-75
Bump org.apache.commons:commons-parent from 74 to 75
2024-09-18 17:51:24 -04:00
Gary Gregory c2ab705cdf
Bump commons-io:commons-io from 2.16.1 to 2.17.0 #476 2024-09-18 17:50:52 -04:00
Gary Gregory a279047463
Merge pull request #476 from apache/dependabot/maven/commons-io-commons-io-2.17.0
Bump commons-io:commons-io from 2.16.1 to 2.17.0
2024-09-18 17:50:01 -04:00
dependabot[bot] f490357eb6
Bump commons-io:commons-io from 2.16.1 to 2.17.0
Bumps commons-io:commons-io from 2.16.1 to 2.17.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-18 21:47:02 +00:00
dependabot[bot] 6b3dfef58a
Bump org.apache.commons:commons-parent from 74 to 75
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 74 to 75.
- [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>
2024-09-18 21:46:54 +00:00
Gary Gregory 560a699978 Javadoc 2024-09-15 09:58:45 -04:00
Gary Gregory e5fa9c9dfc Use the same internal name as LineNumberReader 2024-09-15 09:25:56 -04:00
Gary Gregory 5c73cdca47 Add test assertions 2024-09-15 09:25:07 -04:00
Gary Gregory 8cbb558027 Better internal API 2024-09-14 20:45:33 -04:00
Gary Gregory 14d31b0244 Rename internal methods 2024-09-14 19:09:02 -04:00
Gary Gregory ca1ed20288 [CSV-150] Escaping is not disableable 2024-09-14 15:20:36 -04:00
Gary Gregory 0546fb5653 Revert "CSVFormat does not support explicit " as escape char"
This reverts commit 28acf1138b.
2024-09-14 12:35:14 -04:00
Gary Gregory 4d07845a95 [CSV-150] Escaping is not disableable 2024-09-14 12:31:55 -04:00
Gary Gregory a6814bad5c [CSV-270] Throw a different Expeciton type on malformed CSV input 2024-09-14 12:30:53 -04:00
Gary Gregory 28acf1138b CSVFormat does not support explicit " as escape char 2024-09-14 12:30:15 -04:00
Gary Gregory afbeaed866 [CSV-150] Add disabled test JiraCsv150Test
See also https://github.com/apache/commons-csv/pull/68
2024-09-14 12:10:43 -04:00
Gary Gregory be3f01ab32 The next version will be 1.12.0 2024-09-14 11:49:30 -04:00
Gary Gregory 3ac600f2f5 [CSV-270] Throw a different Expeciton type on malformed CSV input 2024-09-14 11:47:50 -04:00
Gary Gregory bea69cd60e Javadoc: Use {@code ...} in pre tags 2024-09-14 11:47:16 -04:00
Gary Gregory 28441e6a85 Add CSVException that extends IOException thrown on invalid input
instead of IOException
2024-09-14 11:43:26 -04:00
Gary Gregory 761a33730c [CSV-294] CSVFormat does not support explicit " as escape char 2024-09-14 10:38:29 -04:00
Gary Gregory 42696e1974 Update issue types 2024-09-14 10:36:49 -04:00
Gary Gregory b6442ce599 Add JiraCsv294Test 2024-09-14 10:34:52 -04:00
Gary Gregory fcb83747a2 Rename internal method 2024-09-14 09:50:23 -04:00
Gary Gregory 3d1b085a07 Whitespace 2024-09-14 09:49:45 -04:00
Gary Gregory 97bbb985be Remove @SuppressWarnings("boxing") 2024-09-14 09:49:22 -04:00
Gary Gregory 33129ba467 Use try-with-resources 2024-09-14 09:44:01 -04:00
Gary Gregory de158f9817 Use try-with-resources 2024-09-14 09:43:33 -04:00