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 bdbe849c Make MethodUtils CACHE_METHODS volatile (1.X) (#416).
new e2b5e147 Merge branch '1.X' of
https://github.com/apache/commons-beanutils.git into 1.X
bdbe849c is described below
commit bdbe849c7b246955c6f2d728c797931602d967b7
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 18:31:25 2026 -0400
Make MethodUtils CACHE_METHODS volatile (1.X) (#416).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cb73d9b9..fdcd8710 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,6 +37,7 @@
<action dev="ggregory" type="fix" due-to="Dexter.k, Gary
Gregory">Preserve magnitude in BigInteger and BigDecimal locale converters
(#403).</action>
<action dev="ggregory" type="fix" due-to="Dexter.k, Gary Gregory">Reject
out-of-range long and float values in NumberConverter (1.X) (#405).</action>
<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>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 102.</action>