Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps org.apache.commons:commons-csv from 1.9.0 to 1.10.0.

Changelog

Sourced from org.apache.commons: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

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 2, 2023
@dependabot dependabot bot force-pushed the dependabot/gradle/org.apache.commons-commons-csv-1.10.0 branch from e2578e6 to c84309b Compare February 11, 2023 17:35
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 23, 2023

Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting @dependabot rebase.

@dependabot dependabot bot force-pushed the dependabot/gradle/org.apache.commons-commons-csv-1.10.0 branch from c84309b to 231aee3 Compare March 18, 2023 16:02
@TheLastProject
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/org.apache.commons-commons-csv-1.10.0 branch from 231aee3 to 19f406c Compare April 8, 2023 14:15
@TheLastProject
Copy link
Member

Needs at least Android 7: https://issues.apache.org/jira/browse/CSV-307

@TheLastProject TheLastProject added android: 5 minsdk: 24 Requires Android 7 and removed android: 5 labels Apr 16, 2023
@TheLastProject
Copy link
Member

Looks like this might actually be an Android Studio bug, because the unit tests work fine if I change the catch to UncheckedIOException. But Android Studio complains:
image

Going to move the CSV string to its own file to test in an Android 5 emulator to make sure.

@TheLastProject
Copy link
Member

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/org.apache.commons-commons-csv-1.10.0 branch from 19f406c to 49fe66e Compare April 16, 2023 20:23
@TheLastProject
Copy link
Member

@dependabot rebase

Bumps [org.apache.commons: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 force-pushed the dependabot/gradle/org.apache.commons-commons-csv-1.10.0 branch from 49fe66e to 3732f84 Compare April 18, 2023 16:58
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 3, 2024

Superseded by #1869.

@dependabot dependabot bot closed this May 3, 2024
@dependabot dependabot bot deleted the dependabot/gradle/org.apache.commons-commons-csv-1.10.0 branch May 3, 2024 02:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file minsdk: 24 Requires Android 7

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant