Closed
Conversation
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>
Contributor
Author
|
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 If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
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 "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 /> [](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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps commons-csv from 1.9.0 to 1.10.0.
Changelog
Sourced from commons-csv's changelog.
... (truncated)
Commits
5b99c86Update POM version for Apache release 1.10.0ba8ba60Merge branch 'master' into release4ee216cPrepare for release candidatec69016aSort membersf00b91bAdd assert as sanity check347c872Port some code from IO to NIO APIs30329abAdd new CSV file to RAT exclusion checkecda215Tests CSV-141 and PR 2951269c13Tests CSV-141 and PR 295c22ff41Revert "Add support for trailing text after the closing quote, for Excel comp...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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)