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 c4713045 Make WrapDynaClass instance cache thread-safe (#418).
c4713045 is described below

commit c47130457e8e4ebbce38c1fec5fc8807383709ec
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 15 10:21:13 2026 -0400

    Make WrapDynaClass instance cache thread-safe (#418).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 833ab258..339068db 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,7 @@
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Do not 
resolve suppressed mapped properties in getPropertyDescriptor (#413).</action>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Make MethodUtils CACHE_ENABLED volatile (#414).</action>
       <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Case-fold column and bean property names with Locale.ROOT 
(#415).</action>
+      <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Make WrapDynaClass instance cache thread-safe (#418).</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