Skip to content

Commit 2fdf2c8

Browse files
committed
Document all fixed issues
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/csv/trunk@1592380 13f79535-47bb-0310-9956-ffa450edef68
1 parent ce4e727 commit 2fdf2c8

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

src/changes/changes.xml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,39 @@ The <action> type attribute can be add,update,fix,remove.
4040
<body>
4141

4242
<release version="1.0" date="TBD" description="First release">
43+
<action issue="CSV-112" type="fix" dev="britter">HeaderMap is inconsistent when it is parsed from an input with duplicate columns names</action>
44+
<action issue="CSV-111" type="fix" dev="ggregory">CSVRecord.toMap() fails if row length shorter than header length</action>
45+
<action issue="CSV-106" type="fix" dev="ggregory">CSVFormat.format allways append null</action>
46+
<action issue="CSV-105" type="add" dev="ggregory">Add Map conversion API to CSVRecord</action>
47+
<action issue="CSV-100" type="fix" dev="ggregory">CSVParser: getHeaderMap throws NPE</action>
48+
<action issue="CSV-42" type="update" dev="ebourg" due-to="Bob Smith">Lots of possible changes</action>
49+
<action issue="CSV-78" type="update" dev="sebb">Use Character instead of char for char fields except delimiter</action>
50+
<action issue="CSV-99" type="update" dev="britter">Revert Builder implementation in CSVFormat</action>
51+
<action issue="CSV-53" type="fix" dev="britter">CSVRecord does not verify that the length of the header mapping matches the number of values</action>
52+
<action issue="CSV-93" type="update" dev="ggregory">Allow the handling of NULL values</action>
53+
<action issue="CSV-68" type="update" dev="ggregory">Use the Builder pattern for CSVFormat</action>
54+
<action issue="CSV-84" type="update" dev="sebb">Clarify comment handling</action>
55+
<action issue="CSV-25" type="update" dev="ebourg">CSVParser.nextValue() seems pointless</action>
56+
<action issue="CSV-97" type="update" dev="ggregory">Allow the String value for null to be customized for the CSV printer</action>
57+
<action issue="CSV-88" type="update" dev="ggregory">Not possible to create a CSVFormat from scratch</action>
58+
<action issue="CSV-52" type="add" dev="ggregory">Keep track of record number</action>
59+
<action issue="CSV-94" type="update" dev="sebb">Lexer should only use char fields</action>
60+
<action issue="CSV-92" type="add" dev="ggregory">Need a way to extract parsed headers, e.g. for use in formatting output</action>
61+
<action issue="CSV-65" type="add" dev="ebourg">Header support</action>
62+
<action issue="CSV-54" type="fix" dev="sebb">Confusing semantic of the ignore leading/trailing spaces parameters</action>
63+
<action issue="CSV-71" type="update" dev="sebb">Add convenience methods to CSVLexer</action>
64+
<action issue="CSV-59" type="update" dev="ebourg">Is CharBuffer really needed, now that StringBuilder is available?</action>
65+
<action issue="CSV-55" type="update" dev="britter">Replace while(true)-loop in CSVParser.getRecord with do-while-loop</action>
66+
<action issue="CSV-34" type="fix" dev="sebb">CSVFormat describes itself as immutable, but it is not - in particular it is not thread-safe</action>
67+
<action issue="CSV-36" type="fix" dev="yonik">Endless loops in CSV parser</action>
68+
<action issue="CSV-13" type="fix" dev="ebourg">NullPointerException in CSVPrinter.print()/println()</action>
69+
<action issue="CSV-45" type="update" dev="yonik">CSVPrinter overhaul</action>
70+
<action issue="CSV-23" type="fix" dev="ebourg">Excel strategy uses wrong separator</action>
71+
<action issue="CSV-49" type="update" dev="ebourg" due-to="Bob Smith">CSVStrategy has modifiable public static variables</action>
72+
<action issue="CSV-48" type="add" dev="ebourg">Predefined format for MYSQL</action>
73+
<action issue="CSV-46" type="update" dev="ebourg">Reduce visibility of methods in internal classes</action>
74+
<action issue="CSV-26" type="update" dev="jacopoc">ExtendedBufferedReader does too much</action>
75+
<action issue="CSV-27" type="update" dev="ebourg">Decide whether to keep the csv.writer subpackage</action>
4376
</release>
4477

4578
</body>

0 commit comments

Comments
 (0)