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 0afb15ae Fix failed conversion in DoubleLocaleConverter when input is
non-Double Number (1.X) (#424).
0afb15ae is described below
commit 0afb15ae7e211e8d3b84d89c374768bdf23f0e58
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 21 08:48:56 2026 -0700
Fix failed conversion in DoubleLocaleConverter when input is non-Double
Number (1.X) (#424).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 9ce59986..47512fda 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -40,6 +40,7 @@
<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>
+ <action dev="ggregory" type="fix" due-to="Naveed Khan, Gary Gregory">Fix
failed conversion in DoubleLocaleConverter when input is non-Double Number
(1.X) (#424).</action>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 102.</action>