17
0

Compare commits

2 Commits

4 changed files with 44 additions and 5 deletions

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Aug 12 09:14:07 UTC 2024 - Gus Kenion <gus.kenion@suse.com>
- Update to version 1.11.0:
* New Features:
+ [Javadoc] Add example to CSVFormat#setHeaderComments() #344.
Fixes CSV-308.
+ Add and use CSVFormat#setTrailingData(boolean) in
CSVFormat.EXCEL for Excel compatibility #303.
+ Add and use CSVFormat#setLenientEof(boolean) in
CSVFormat.EXCEL for Excel compatibility #303.
* Fixes:
+ Replace deprecated method in user guide, update external link
#324, #325. Fixes CSV-306.
+ Document duplicate header behavior #309.
+ Add missing docs #328.
+ [StepSecurity] CI: Harden GitHub Actions #329, #330.
+ Better error message during faulty CSV record read #347.
Fixes CSV-147.
+ Misleading error message when QuoteMode set to None #352.
Fixes CSV-310.
+ OutOfMemory for very long rows despite using column value of
type Reader. Fixes CSV-311.
+ Use try-with-resources to manage JDBC Clob in
CSVPrinter.printRecords(ResultSet).
+ JDBC Blob columns are now output as Base64 instead of
Object#toString(), which usually is InputStream#toString().
+ Support unusual Excel use cases: Add support for trailing
data after the closing quote, and EOF without a final closing
quote #303.
+ MongoDB CSV empty first column parsing fix #412.
* Update dependencies:
+ Bump commons-io:commons-io: from 2.11.0 to 2.16.1 #408, #413.
+ Bump commons-parent from 57 to 69 #410.
+ Bump h2 from 2.1.214 to 2.2.224 #333, #349, #359.
+ Bump commons-lang3 from 3.12.0 to 3.14.0.
+ Update exception message in CSVRecord#getNextRecord() #348.
+ Bump tests using com.opencsv:opencsv from 5.8 to 5.9 #373.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 9 09:12:04 UTC 2023 - Fridrich Strba <fstrba@suse.com> Sat Sep 9 09:12:04 UTC 2023 - Fridrich Strba <fstrba@suse.com>

View File

@@ -1,7 +1,7 @@
# #
# spec file for package apache-commons-csv # spec file for package apache-commons-csv
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: apache-commons-csv Name: apache-commons-csv
Version: 1.10.0 Version: 1.11.0
Release: 0 Release: 0
Summary: A library to read and write files in variations of the Comma Separated Value (CSV) format Summary: A library to read and write files in variations of the Comma Separated Value (CSV) format
License: Apache-2.0 License: Apache-2.0

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7db273c164b26d45d0c0d9c0e895fcba86262074afd96b5ae336691aa0ce4b56
size 36988710

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5ad9c51e0ed2afe76ae0bb6ee73c2588a8b0e6c6c438500dd03fbe8735e95912
size 36991850