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 76ea5c70 Suppress case variants of mapped names in 
isPropertySuppressed (#431).
76ea5c70 is described below

commit 76ea5c705c7ce910f9833aabb05da26a8c180c76
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Jul 30 07:06:08 2026 -0400

    Suppress case variants of mapped names in isPropertySuppressed (#431).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

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