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

garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new dcb69504 Handle null name in CSVRecord accessors under 
ignoreHeaderCase (#628).
dcb69504 is described below

commit dcb69504de79971ae7cca3debb8fdb53520bcb80
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 23 07:37:11 2026 -0400

    Handle null name in CSVRecord accessors under ignoreHeaderCase (#628).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5fd16ae7..d59f1c0f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -70,6 +70,7 @@
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed Khan">Fix 
SpotBugs 4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods 
(#624).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed 
Khan">Count rows produced instead of getRow() in printRecords(ResultSet) 
(#627).</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory, saleem 
malik">Fill the lookahead buffer on short reads from a chunked source 
(#625).</action>
+      <action type="fix" dev="ggregory" due-to="Gary Gregory, Naveed 
Khan">Handle null name in CSVRecord accessors under ignoreHeaderCase 
(#628).</action>
       <!-- ADD -->
       <action type="add" dev="ggregory" due-to="Gary Gregory, Indy, Sylvia van 
Os" issue="CSV-307">Add an "Android Compatibility" section to the web 
site.</action>
       <action type="add" dev="ggregory" due-to="Ruiqi Dong, Gary Gregory" 
issue="CSV-325">Add CSVParser.Builder.setByteOffset(long) (#604).</action>

Reply via email to