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 7e6d0412 Reject negative index values in DefaultResolver.getIndex 
(#432).
7e6d0412 is described below

commit 7e6d0412657670eadfc535d24ea3f877f8739561
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 4 07:29:33 2026 -0400

    Reject negative index values in DefaultResolver.getIndex (#432).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index b18fc810..c7cd6966 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -53,6 +53,7 @@
       <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>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Suppress case variants of mapped names in isPropertySuppressed 
(#431).</action>
+      <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Reject negative index values in DefaultResolver.getIndex 
(#432).</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>

Reply via email to