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 5684fb11 Stop narrowing BigInteger and BigDecimal in 
StringLocaleConverter (#408)
5684fb11 is described below

commit 5684fb116bd217ac033a9bd8c2aea0d2f8ef69d8
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 1 23:44:47 2026 +0000

    Stop narrowing BigInteger and BigDecimal in StringLocaleConverter (#408)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e5e71001..e8321be9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,6 +37,7 @@
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject 
trailing characters in DecimalLocaleConverter.parse (#399).</action>
       <action type="fix" dev="ggregory" due-to="Dexter.k, Gary 
Gregory">Preserve magnitude in BigInteger and BigDecimal locale converters 
(#401).</action>
       <action type="fix" dev="ggregory" due-to="Digiscrypt Technologies, Gary 
Gregory">Do not initialize arbitrary classes in EnumConverter (#398).</action>
+      <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Stop 
narrowing BigInteger and BigDecimal in StringLocaleConverter (#408)</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