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 163ff0eb Make MethodUtils CACHE_ENABLED volatile (#414).
163ff0eb is described below

commit 163ff0eb813feac2efb9260d27fb09fb83e73781
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 10:21:26 2026 -0400

    Make MethodUtils CACHE_ENABLED volatile (#414).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 5377a25d..8cab6767 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -43,6 +43,7 @@
       <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>
+      <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary 
Gregory">Make MethodUtils CACHE_ENABLED volatile (#414).</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