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 5d7557c4502d6298772a72f204a601c7a851c5c3 Author: Gary Gregory <[email protected]> AuthorDate: Sat Aug 22 16:42:19 2026 -0400 Clear descriptor caches when bean introspectors change (#435). --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 74a2ccae..953cd6ad 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -56,6 +56,7 @@ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Reject negative index values in DefaultResolver.getIndex (#432).</action> <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Floor pre-epoch Timestamp seconds in DateTimeConverter.convertToType (#433).</action> <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Record element type of first element in LazyDynaList.transform (#434).</action> + <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Clear descriptor caches when bean introspectors change (#435).</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>
