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 18e1076b Fix SpotBugs 4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in
CSVFormat print methods.
18e1076b is described below
commit 18e1076b47ad9988e0b5673214c18cf09c734d28
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jul 17 13:14:01 2026 -0700
Fix SpotBugs 4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print
methods.
Synchronize private CSVFormat print overload on writeLock (#624).
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index baebbc65..d0656451 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@
<action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Quote
value with leading or trailing Unicode whitespace (#621).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Exclude byte-order mark from ExtendedBufferedReader byte counting
(#622).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Skip trailing delimiter on comment lines in printComment
(#623).</action>
- <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix SpotBugs
4.10.3 USO_UNSAFE_METHOD_SYNCHRONIZATION in CSVFormat print methods.</action>
+ <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>
<!-- 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>