You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2023/02/06 10:38:42 UTC

[orc] branch main updated: ORC-1368: Bump commons-csv to 1.10.0

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new d43a820e2 ORC-1368: Bump commons-csv to 1.10.0
d43a820e2 is described below

commit d43a820e2500570a28776b28e80a111483080295
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Feb 6 02:38:35 2023 -0800

    ORC-1368: Bump commons-csv to 1.10.0
    
    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" [...]
    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 #1397 from dependabot[bot]/dependabot/maven/java/org.apache.commons-commons-csv-1.10.0.
    
    Authored-by: dependabot[bot] <49...@users.noreply.github.com>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/bench/pom.xml | 2 +-
 java/pom.xml       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/java/bench/pom.xml b/java/bench/pom.xml
index c5ed23f58..96beff9e2 100644
--- a/java/bench/pom.xml
+++ b/java/bench/pom.xml
@@ -107,7 +107,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
-        <version>1.9.0</version>
+        <version>1.10.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>
diff --git a/java/pom.xml b/java/pom.xml
index a4fa87460..c7de318b7 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -151,7 +151,7 @@
       <dependency>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-csv</artifactId>
-        <version>1.9.0</version>
+        <version>1.10.0</version>
       </dependency>
       <dependency>
         <groupId>org.apache.hadoop</groupId>