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
commit 72b2dcacd601854342f0414c226948e2a24a939d Author: Gary Gregory <[email protected]> AuthorDate: Thu Jul 23 14:30:14 2026 -0400 Resolve column name in ResultSetIterator.set (#426). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index dacaac52..02736a01 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -50,6 +50,7 @@ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Pass configured locale to SimpleDateFormat in DateTimeConverter (#421).</action> <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> <!-- 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>
