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-beanutils.git
The following commit(s) were added to refs/heads/master by this push:
new eb266bcf Split ArrayConverter list elements on whitespace, quotes and
the delimiter only (#427).
eb266bcf is described below
commit eb266bcf5cf5c92164447d549dc6297c94ebf7ec
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 29 11:01:42 2026 -0400
Split ArrayConverter list elements on whitespace, quotes and the
delimiter only (#427).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 02736a01..f1ca00bf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -51,6 +51,7 @@
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
ClassCastException in DoubleLocaleConverter when input is non-Double Number
(#422).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Reject trailing separators in PointConverter (#423).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Resolve column name in ResultSetIterator.set (#426).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Split ArrayConverter list elements on whitespace, quotes and the
delimiter only (#427).</action>
<!-- ADD -->
<action type="add" dev="ggregory" due-to="Gary Gregory">Use varargs for
org.apache.commons.beanutils2.MethodUtils.getAccessibleMethod(Class, String,
Class...), and remove last argument variants using Class[] and Class.</action>
<action type="add" dev="ggregory" due-to="SethFalco, Melloware, Gary
Gregory">Add Instant converter and improve enum converter #49.</action>