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 cfeb5332 Do not resolve suppressed mapped properties in
getPropertyDescriptor (#413).
cfeb5332 is described below
commit cfeb5332992a8311fa270212c6b81dab9f3c833c
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 11 14:56:46 2026 -0400
Do not resolve suppressed mapped properties in getPropertyDescriptor
(#413).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e45c6343..5377a25d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -42,6 +42,7 @@
<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>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Do not
resolve suppressed mapped properties in getPropertyDescriptor (#413).</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>