Commit Graph

2623 Commits

Author SHA1 Message Date
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
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
Gary Gregory 55a885ec2d Javadoc 2024-08-30 22:48:24 -04:00
Gary Gregory 1b9e42335a
Merge pull request #471 from apache/dependabot/github_actions/github/codeql-action-3.26.6
Bump github/codeql-action from 3.26.4 to 3.26.6
2024-08-30 08:51:33 -04:00
dependabot[bot] 4532f84cd9
Bump github/codeql-action from 3.26.4 to 3.26.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.4 to 3.26.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](f0f3afee80...4dd16135b6)

---
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-08-30 12:45:40 +00:00
Gary Gregory a96f092942
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #470 2024-08-29 17:49:03 -04:00
Gary Gregory b758e55543
Merge pull request #470 from apache/dependabot/maven/org.apache.commons-commons-lang3-3.17.0
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
2024-08-29 17:48:37 -04:00
dependabot[bot] ca836a5261
Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0
Bumps org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-08-29 21:41:25 +00:00
Gary Gregory 9d2849883f
Bump org.apache.commons:commons-parent from 73 to 74 #468 2024-08-29 08:04:44 -04:00
Gary Gregory 3fa84f1939
Merge pull request #468 from apache/dependabot/maven/org.apache.commons-commons-parent-74
Bump org.apache.commons:commons-parent from 73 to 74
2024-08-29 08:04:18 -04:00
dependabot[bot] 323006ab31
Bump org.apache.commons:commons-parent from 73 to 74
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 73 to 74.
- [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-08-29 11:59:17 +00:00
Gary Gregory c3844a2a7e
Merge pull request #467 from apache/dependabot/github_actions/github/codeql-action-3.26.4
Bump github/codeql-action from 3.26.2 to 3.26.4
2024-08-23 09:11:25 -04:00
dependabot[bot] 467201e13b
Bump github/codeql-action from 3.26.2 to 3.26.4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.26.2 to 3.26.4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](429e197704...f0f3afee80)

---
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-08-23 12:00:55 +00:00