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 235096e4 Case-fold column and bean property names with Locale.ROOT
(#415).
235096e4 is described below
commit 235096e4bb200c350049605fe5fa560a6949928c
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 10:38:09 2026 -0400
Case-fold column and bean property names with Locale.ROOT (#415).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8cab6767..833ab258 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,6 +44,7 @@
<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>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Case-fold column and bean property names with Locale.ROOT
(#415).</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>