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 6fe0ba8e Case-fold column and bean property names with Locale.ROOT
(1.X) (#417).
6fe0ba8e is described below
commit 6fe0ba8e471d3dc5bcb1a3d0c888f6a2f055bc81
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jul 13 18:33:05 2026 -0400
Case-fold column and bean property names with Locale.ROOT (1.X) (#417).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fdcd8710..59d0db6d 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -38,6 +38,7 @@
<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>
+ <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>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 102.</action>