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 c913223d Suppress class and declaringClass pseudo-properties in 
BeanMap (#412).
c913223d is described below

commit c913223dd359a95ebeccd848c74a0fdcbe919d8b
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 08:35:52 2026 -0400

    Suppress class and declaringClass pseudo-properties in BeanMap (#412).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 870c832f..e45c6343 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -41,6 +41,7 @@
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject 
out-of-range values in LongLocaleConverter (#406).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Fix 
SQL time and timestamp locale tests on java 20+ (#410).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject 
non-integer strings in integer locale converters (#411).</action>
+      <action type="fix" dev="ggregory" due-to="Dexter.k, Gary 
Gregory">Suppress class and declaringClass pseudo-properties in BeanMap 
(#412).</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