2584 Commits

Author SHA1 Message Date
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 28acf1138b64c889a520c190464ad1d16862dd41.
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
Gary Gregory
e75b90a17e Use try-with-resources 2024-09-14 09:41:39 -04:00
Gary Gregory
ae79aeaa0b Use try-with-resources 2024-09-14 09:41:02 -04:00
Gary Gregory
1667e5734d
Merge pull request #474 from apache/dependabot/github_actions/actions/setup-java-4.3.0
Bump actions/setup-java from 4.2.2 to 4.3.0
2024-09-13 08:38:58 -04:00
dependabot[bot]
5a9034e28f
Bump actions/setup-java from 4.2.2 to 4.3.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](6a0805fcef...2dfa2011c5)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-13 12:35:51 +00:00
Gary Gregory
723a5c9320 Convert cascading if-else to switch 2024-09-12 08:34:52 -04:00
Gary Gregory
af49daadc6 Convert cascading if-else to switch 2024-09-12 08:34:23 -04:00
Gary Gregory
0128cf7794
Merge pull request #472 from apache/dependabot/github_actions/actions/upload-artifact-4.4.0
Bump actions/upload-artifact from 4.3.6 to 4.4.0
2024-09-06 07:46:13 -07:00
dependabot[bot]
f4cd8dbf82
Bump actions/upload-artifact from 4.3.6 to 4.4.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.6 to 4.4.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](834a144ee9...50769540e7)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 12:20:26 +00:00
Gary Gregory
e65d31b89a Use Assertions.assertInstanceOf() 2024-09-01 18:50:30 -04:00