Commit Graph

2658 Commits

Author SHA1 Message Date
Gary Gregory 8850cb42ad
Merge pull request #403 from apache/dependabot/github_actions/actions/checkout-4.1.2
Bump actions/checkout from 4.1.1 to 4.1.2
2024-03-15 09:02:16 -04:00
dependabot[bot] 91991b4fbe
Bump actions/setup-java from 4.1.0 to 4.2.1
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.1.0 to 4.2.1.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](9704b39bf2...99b8673ff6)

---
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-03-15 12:04:24 +00:00
dependabot[bot] 8d03134550
Bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](b4ffde65f4...9bb56186c3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-15 12:04:21 +00:00
dependabot[bot] 19d5135b81
Bump github/codeql-action from 3.24.6 to 3.24.7
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.7.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8a470fddaf...3ab4101902)

---
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-03-15 12:04:17 +00:00
Gary Gregory c137e80407 A different take on PR #303
Add support for trailing text after the closing quote, and EOF without a
final closing quote, for Excel compatibility. Fix a unit test and add a
RAT exclude for the sample CSV file.
2024-03-12 19:41:43 -04:00
Gary Gregory b069c2dcf9 Use final
Remove whitespace
2024-03-12 11:14:01 -04:00
Gary Gregory f417d87322 Update commons.bc.version 2024-03-12 11:10:57 -04:00
Gary Gregory e2ad288c34 Update versions 2024-03-12 10:55:17 -04:00
Gary Gregory 3ac0ec2481 JDBC Blob columns are now output as Base64 instead of Object#toString(),
which usually is InputStream#toString()
2024-03-12 10:54:13 -04:00
Gary Gregory df3732ba22 Use try-with-resources to manage JDBC Clob in
CSVPrinter.printRecords(ResultSet)
2024-03-12 07:24:33 -04:00
Gary Gregory ab5331cfbb Whitespace 2024-03-11 17:21:28 -04:00
Gary Gregory f294311374 Whitespace 2024-03-11 17:21:28 -04:00
Gary Gregory b7ed400303 No need to store in local variable 2024-03-11 16:31:20 -04:00
Gary Gregory 7c6f28c97f Don't allocate an extra String in CSVFormat.printWithEscapes(Reader,
Appendable)

Internal refactoring
2024-03-11 16:28:42 -04:00
Gary Gregory 6f758dd01a Don't allocate an extra String in CSVFormat.printWithEscapes(Reader,
Appendable)

Internal refactoring
2024-03-11 16:28:42 -04:00
Gary Gregory ac031dc386 Better internal name
Javadoc
2024-03-11 16:05:44 -04:00
Gary Gregory 122feb5ef6 Better internal name
Javadoc
2024-03-11 16:05:44 -04:00
Gary Gregory 65d6d1101c Allocate a string look ahead buffer in
CSVFormat.printWithEscapes(CharSequence, Appendable)

As opposed to one for each character read.
2024-03-11 16:04:00 -04:00
Gary Gregory 7e43e94b4c Whitespace 2024-03-11 15:43:22 -04:00
Gary Gregory 50e56c64b6 Internal refactoring for escape character 2024-03-11 14:08:27 -04:00
Gary Gregory 98f46ac661 Internal refactoring for delimiter 2024-03-11 13:52:30 -04:00
Gary Gregory fca97cd9ce [CSV-311] OutOfMemory for very long rows despite using column value of
type Reader
2024-03-11 10:23:29 -04:00
Gary Gregory 699b858c4c Call append once
Better comments
2024-03-11 10:15:09 -04:00
Gary Gregory 5e5e28c551 Internal refactoring
Reduce whitepace
2024-03-11 09:29:41 -04:00
Gary Gregory 1eb95dc4d9 Whitespace 2024-03-11 08:55:04 -04:00
Gary Gregory fc2f1b5aca Whitespace 2024-03-11 08:55:02 -04:00
Gary Gregory 094d0e7d1f
Update changes.xml 2024-03-07 09:11:30 -05:00
Gary Gregory 969f5dd3f6
Bump org.apache.commons:commons-parent from 66 to 67 #401 2024-03-05 21:28:03 -05:00
Gary Gregory b8fe0c4b56
Merge pull request #401 from apache/dependabot/maven/org.apache.commons-commons-parent-67
Bump org.apache.commons:commons-parent from 66 to 67
2024-03-05 21:27:31 -05:00
dependabot[bot] fd69eb52ef
Bump org.apache.commons:commons-parent from 66 to 67
Bumps [org.apache.commons:commons-parent](https://github.com/apache/commons-parent) from 66 to 67.
- [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-03-06 02:13:41 +00:00
Gary Gregory ca37af92e6 Remove duplicate from Checkstyle config 2024-03-05 10:53:37 -05:00
Gary Gregory 44be7bfb27
Merge pull request #397 from apache/dependabot/github_actions/actions/cache-4.0.1
Bump actions/cache from 4.0.0 to 4.0.1
2024-03-01 08:29:50 -05:00
Gary Gregory 9c13806da1
Merge pull request #398 from apache/dependabot/github_actions/codecov/codecov-action-4.1.0
Bump codecov/codecov-action from 4.0.1 to 4.1.0
2024-03-01 08:29:40 -05:00
Gary Gregory 173c254760
Merge pull request #399 from apache/dependabot/github_actions/github/codeql-action-3.24.6
Bump github/codeql-action from 3.24.5 to 3.24.6
2024-03-01 08:29:30 -05:00
Gary Gregory d4c9bbfbed
Merge pull request #400 from apache/dependabot/github_actions/actions/setup-java-4.1.0
Bump actions/setup-java from 4.0.0 to 4.1.0
2024-03-01 08:29:19 -05:00
dependabot[bot] 77603edb04
Bump actions/setup-java from 4.0.0 to 4.1.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](387ac29b30...9704b39bf2)

---
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-03-01 12:54:43 +00:00
dependabot[bot] 9a52744733
Bump github/codeql-action from 3.24.5 to 3.24.6
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.5 to 3.24.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](47b3d888fe...8a470fddaf)

---
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-03-01 12:54:39 +00:00
dependabot[bot] 49f8ac1e0f
Bump codecov/codecov-action from 4.0.1 to 4.1.0
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4.0.1 to 4.1.0.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
- [Commits](e0b68c6749...54bcd8715e)

---
updated-dependencies:
- dependency-name: codecov/codecov-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 12:54:33 +00:00
dependabot[bot] 55b881728c
Bump actions/cache from 4.0.0 to 4.0.1
Bumps [actions/cache](https://github.com/actions/cache) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](13aacd865c...ab5e6d0c87)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-01 12:54:29 +00:00
Gary Gregory 60eca64c01
Merge pull request #395 from apache/dependabot/github_actions/github/codeql-action-3.24.5
Bump github/codeql-action from 3.24.3 to 3.24.5
2024-02-23 08:44:15 -08:00
dependabot[bot] d3d3146047
Bump github/codeql-action from 3.24.3 to 3.24.5
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.3 to 3.24.5.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](379614612a...47b3d888fe)

---
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-02-23 12:33:38 +00:00
Gary Gregory e054944272
Merge pull request #394 from apache/dependabot/github_actions/github/codeql-action-3.24.3
Bump github/codeql-action from 3.24.0 to 3.24.3
2024-02-16 07:35:09 -05:00
dependabot[bot] e4eb5b9d13
Bump github/codeql-action from 3.24.0 to 3.24.3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.0 to 3.24.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](e8893c57a1...379614612a)

---
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-02-16 12:03:15 +00:00
Gary Gregory c620c3f4b3
Merge pull request #393 from apache/dependabot/github_actions/github/codeql-action-3.24.0
Bump github/codeql-action from 3.23.2 to 3.24.0
2024-02-09 07:30:52 -05:00
Gary Gregory 25f3a07ea8
Merge pull request #392 from apache/dependabot/github_actions/actions/upload-artifact-4.3.1
Bump actions/upload-artifact from 4.3.0 to 4.3.1
2024-02-09 07:30:41 -05:00
dependabot[bot] 8626e3d60e
Bump github/codeql-action from 3.23.2 to 3.24.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.2 to 3.24.0.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b7bf0a3ed3...e8893c57a1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 12:27:45 +00:00
dependabot[bot] a67bd38c1e
Bump actions/upload-artifact from 4.3.0 to 4.3.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](26f96dfa69...5d5d22a312)

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

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-09 12:27:40 +00:00
Gary Gregory be4c486f8e Add the tests that pass from
https://github.com/apache/commons-csv/pull/14
2024-02-03 13:24:17 -05:00
Gary Gregory 998e4642d4 Use final 2024-02-03 13:05:30 -05:00
Gary Gregory 6729c8530a Sort imports 2024-02-03 13:04:45 -05:00