Skip to content

Comments

ORC-1368: Bump commons-csv to 1.10.0#1397

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/org.apache.commons-commons-csv-1.10.0
Closed

ORC-1368: Bump commons-csv to 1.10.0#1397
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/java/org.apache.commons-commons-csv-1.10.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps commons-csv from 1.9.0 to 1.10.0.

Changelog

Sourced from commons-csv's changelog.

                    Apache Commons CSV
                    Version 1.10.0
                    Release Notes

INTRODUCTION:

This document contains the release notes for the 1.10.0 version of Apache Commons CSV. Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.

Commons CSV requires at least Java 8.

The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.

Feature and bug fix release (Java 8)

Changes in this version include:

NEW FEATURES

o CSV-291: Make CSVRecord#values() public. Thanks to Gary Gregory. o CSV-264: Add DuplicateHeaderMode for flexibility with header strictness. #114. Thanks to Sagar Tiwari, Seth Falco, Alex Herbert, Gary Gregory. o CSV-295: Support for parallelism in CSVPrinter. Thanks to Gary Gregory. o CSV-295: Add CSVPrinter.printRecords. Thanks to Gary Gregory. o CSV-304: Add accessors for header/trailer comments #257. Thanks to Peter Hull, Bruno P. Kinoshita, Gary Gregory. o Add github/codeql-action.

FIXED BUGS

o Minor changes #172. Thanks to Arturo Bernal. o CSV-292: No Automatic-Module-Name prevents usage in JPMS projects without repacking the JAR. Thanks to Rob Vesse. o CSV-288: Fix for multi-char delimiter not working as expected #218. Thanks to Santhsoh, Angus. o CSV-269: CSVRecord.get(Enum) should use Enum.name() instead of Enum.toString(). Thanks to Auke te Winkel, Gary Gregory. o Allow org.apache.commons.csv.IOUtils.copy(Reader, Appendable, CharBuffer) to compile on Java 11 and run on Java 8. Thanks to Gary Gregory. o CSV-300: CSVRecord.toList() does not give write access to the new List. Thanks to Markus Spann, Gary Gregory. o CSVParser.getRecords() now throws UncheckedIOException instead of IOException. Thanks to Gary Gregory. o CSV-274: Add comments to iterator() and stream() #270. Thanks to Peter Hull, Bruno P. Kinoshita, Gary Gregory. o CSV-290: Fix wrong assumptions in PostgreSQL formats #265. Thanks to angusdev, Gary Gregory. o Validate input to setDelimiter(String) for empty string #266. Thanks to Mykola Faryma. o Bump CSVFormat#serialVersionUID from 1 to 2. Thanks to Dependabot. o CSVParser: Identify duplicates in null, empty and blank header names #279. Thanks to Alex Herbert.

CHANGES

o Bump actions/cache from 2.1.6 to 3.0.10 #196, #233, #243, #267, #271. Thanks to Dependabot, Gary Gregory. o Bump actions/checkout from 2.3.4 to 3.1.0 #188, #195, #220, #272. Thanks to Dependabot, Gary Gregory. o Bump actions/setup-java from 2 to 3.5.1. Thanks to Gary Gregory.

... (truncated)

Commits
  • 5b99c86 Update POM version for Apache release 1.10.0
  • ba8ba60 Merge branch 'master' into release
  • 4ee216c Prepare for release candidate
  • c69016a Sort members
  • f00b91b Add assert as sanity check
  • 347c872 Port some code from IO to NIO APIs
  • 30329ab Add new CSV file to RAT exclusion check
  • ecda215 Tests CSV-141 and PR 295
  • 1269c13 Tests CSV-141 and PR 295
  • c22ff41 Revert "Add support for trailing text after the closing quote, for Excel comp...
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [commons-csv](https://github.com/apache/commons-csv) from 1.9.0 to 1.10.0.
- [Release notes](https://github.com/apache/commons-csv/releases)
- [Changelog](https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt)
- [Commits](apache/commons-csv@rel/commons-csv-1.9.0...rel/commons-csv-1.10.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 6, 2023
@dongjoon-hyun dongjoon-hyun changed the title Bump commons-csv from 1.9.0 to 1.10.0 in /java ORC-1368: Bump commons-csv to 1.10.0 Feb 6, 2023
Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1, LGTM.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 6, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/maven/java/org.apache.commons-commons-csv-1.10.0 branch February 6, 2023 10:38
@dongjoon-hyun dongjoon-hyun added this to the 1.9.0 milestone Feb 6, 2023
cxzl25 pushed a commit to cxzl25/orc that referenced this pull request Jan 11, 2024
Bumps [commons-csv](https://github.com/apache/commons-csv) from 1.9.0 to 1.10.0.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/apache/commons-csv/blob/master/RELEASE-NOTES.txt">commons-csv's changelog</a>.</em></p>
<blockquote>
<pre><code>                    Apache Commons CSV
                    Version 1.10.0
                    Release Notes
</code></pre>
<p>INTRODUCTION:</p>
<p>This document contains the release notes for the 1.10.0 version of Apache Commons CSV.
Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.</p>
<p>Commons CSV requires at least Java 8.</p>
<p>The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.</p>
<p>Feature and bug fix release (Java 8)</p>
<p>Changes in this version include:</p>
<h1>NEW FEATURES</h1>
<p>o CSV-291:  Make CSVRecord#values() public. Thanks to Gary Gregory.
o CSV-264:  Add DuplicateHeaderMode for flexibility with header strictness. <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/114">#114</a>. Thanks to Sagar Tiwari, Seth Falco, Alex Herbert, Gary Gregory.
o CSV-295:  Support for parallelism in CSVPrinter. Thanks to Gary Gregory.
o CSV-295:  Add CSVPrinter.printRecord<a href="https://github.com/apache/commons-csv/blob/master/Stream">s</a>. Thanks to Gary Gregory.
o CSV-304:  Add accessors for header/trailer comments <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/257">#257</a>. Thanks to Peter Hull, Bruno P. Kinoshita, Gary Gregory.
o           Add github/codeql-action.</p>
<h1>FIXED BUGS</h1>
<p>o           Minor changes <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/172">#172</a>. Thanks to Arturo Bernal.
o CSV-292:  No Automatic-Module-Name prevents usage in JPMS projects without repacking the JAR. Thanks to Rob Vesse.
o CSV-288:  Fix for multi-char delimiter not working as expected <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/218">#218</a>. Thanks to Santhsoh, Angus.
o CSV-269:  CSVRecord.get(Enum) should use Enum.name() instead of Enum.toString(). Thanks to Auke te Winkel, Gary Gregory.
o           Allow org.apache.commons.csv.IOUtils.copy(Reader, Appendable, CharBuffer) to compile on Java 11 and run on Java 8. Thanks to Gary Gregory.
o CSV-300:  CSVRecord.toList() does not give write access to the new List. Thanks to Markus Spann, Gary Gregory.
o           CSVParser.getRecords() now throws UncheckedIOException instead of IOException. Thanks to Gary Gregory.
o CSV-274:  Add comments to iterator() and stream() <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/270">#270</a>. Thanks to Peter Hull, Bruno P. Kinoshita, Gary Gregory.
o CSV-290:  Fix wrong assumptions in PostgreSQL formats <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/265">#265</a>. Thanks to angusdev, Gary Gregory.
o           Validate input to setDelimiter(String) for empty string <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/266">#266</a>. Thanks to Mykola Faryma.
o           Bump CSVFormat#serialVersionUID from 1 to 2. Thanks to Dependabot.
o           CSVParser: Identify duplicates in null, empty and blank header names <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/279">#279</a>. Thanks to Alex Herbert.</p>
<h1>CHANGES</h1>
<p>o           Bump actions/cache from 2.1.6 to 3.0.10 <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/196">#196</a>, <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/233">#233</a>, <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/243">#243</a>, <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/267">#267</a>, <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/271">#271</a>. Thanks to Dependabot, Gary Gregory.
o           Bump actions/checkout from 2.3.4 to 3.1.0 <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/188">#188</a>, <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/195">#195</a>, <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/220">#220</a>, <a href="https://github-redirect.dependabot.com/apache/commons-csv/issues/272">#272</a>. Thanks to Dependabot, Gary Gregory.
o           Bump actions/setup-java from 2 to 3.5.1. Thanks to Gary Gregory.</p>
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/apache/commons-csv/commit/5b99c860986a87f9da664bf47a3a7c0026673123"><code>5b99c86</code></a> Update POM version for Apache release 1.10.0</li>
<li><a href="https://github.com/apache/commons-csv/commit/ba8ba605a07ff4986d3b58b9ca699d46daa4b6f3"><code>ba8ba60</code></a> Merge branch 'master' into release</li>
<li><a href="https://github.com/apache/commons-csv/commit/4ee216cd1731c29fc194b3da9fdf3a7923aee0f6"><code>4ee216c</code></a> Prepare for release candidate</li>
<li><a href="https://github.com/apache/commons-csv/commit/c69016a2a6706da224c8a1d935f8837d593739fd"><code>c69016a</code></a> Sort members</li>
<li><a href="https://github.com/apache/commons-csv/commit/f00b91b58937104bf1b17799f9660d26ffdff65f"><code>f00b91b</code></a> Add assert as sanity check</li>
<li><a href="https://github.com/apache/commons-csv/commit/347c8723c0d8fb655cd867443ec83566f4ceeb8d"><code>347c872</code></a> Port some code from IO to NIO APIs</li>
<li><a href="https://github.com/apache/commons-csv/commit/30329abb627b827bf33c1d81a3bdc7cf2c18a084"><code>30329ab</code></a> Add new CSV file to RAT exclusion check</li>
<li><a href="https://github.com/apache/commons-csv/commit/ecda2154de5964786cd6f01ba6b72e3dcb1ef1c9"><code>ecda215</code></a> Tests CSV-141 and PR 295</li>
<li><a href="https://github.com/apache/commons-csv/commit/1269c133ff4637ed658fb8ab5d78a8671ecfed4a"><code>1269c13</code></a> Tests CSV-141 and PR 295</li>
<li><a href="https://github.com/apache/commons-csv/commit/c22ff413ac477a0e43c723ec4e265e211f028de0"><code>c22ff41</code></a> Revert &quot;Add support for trailing text after the closing quote, for Excel comp...</li>
<li>Additional commits viewable in <a href="https://github.com/apache/commons-csv/compare/rel/commons-csv-1.9.0...rel/commons-csv-1.10.0">compare view</a></li>
</ul>
</details>
<br />

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.apache.commons:commons-csv&package-manager=maven&previous-version=1.9.0&new-version=1.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `dependabot rebase` will rebase this PR
- `dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `dependabot merge` will merge this PR after your CI passes on it
- `dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `dependabot cancel merge` will cancel a previously requested merge and block automerging
- `dependabot reopen` will reopen this PR if it is closed
- `dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

</details>

Closes apache#1397 from dependabot[bot]/dependabot/maven/java/org.apache.commons-commons-csv-1.10.0.

Authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

BUILD dependencies Pull requests that update a dependency file JAVA

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant