This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch 1.X
in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/1.X by this push:
new 31ee3297 Make WrapDynaClass instance cache thread-safe (1.X) (#419).
31ee3297 is described below
commit 31ee32976661142c14df7f8543fe9e122553accd
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 15 17:12:31 2026 -0400
Make WrapDynaClass instance cache thread-safe (1.X) (#419).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 59d0db6d..9ce59986 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -39,6 +39,7 @@
<action dev="ggregory" type="fix" due-to="Dexter.k, Gary Gregory">Reject
out-of-range values in LongLocaleConverter (1.X) (#407).</action>
<action dev="ggregory" type="fix" due-to="Naveed Khan, Gary
Gregory">Make MethodUtils CACHE_METHODS volatile (1.X) (#416).</action>
<action dev="ggregory" type="fix" due-to="Naveed Khan, Gary
Gregory">Case-fold column and bean property names with Locale.ROOT (1.X)
(#417).</action>
+ <action dev="ggregory" type="fix" due-to="Naveed Khan, Gary
Gregory">Make WrapDynaClass instance cache thread-safe (1.X) (#419).</action>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 102.</action>