This repository was archived by the owner on Jun 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55
66INTRODUCTION:
77
8- This document contains the release notes for the 1.8-SNAPSHOT version of Apache Commons CSV.
8+ This document contains the release notes for the 1.8 version of Apache Commons CSV.
99Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
1010
11- Commons CSV requires at least Java 6 .
11+ Commons CSV requires at least Java 8 .
1212
13- The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
14-
15- Feature and bug fix release (Java 8).
1613This release fixes serialization compatibility of CSVRecord with versions 1.0 to 1.6. New fields added since
17141.7 are not serialized. Support for Serializable is scheduled to be removed in version 2.0.
1815
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ INTRODUCTION:
2525This document contains the release notes for the ${version} version of Apache Commons CSV.
2626Commons CSV reads and writes files in variations of the Comma Separated Value (CSV) format.
2727
28- Commons CSV requires at least Java 6 .
28+ Commons CSV requires at least Java 8 .
2929
3030$introduction.replaceAll("(?<!\015)\012", "
3131").replaceAll("(?m)^ +","")
You can’t perform that action at this time.
0 commit comments