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 efaed842 Preserve magnitude in BigInteger and BigDecimal locale
converters (#403)
efaed842 is described below
commit efaed842936cabf72fc17a3e4baf3ddfe56e1153
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Jun 22 13:40:22 2026 +0000
Preserve magnitude in BigInteger and BigDecimal locale converters (#403)
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index df3a9bd7..09b355e0 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,7 @@
<action dev="ggregory" type="fix" due-to="Basil Crow, Piotr P. Karwasz,
Gary Gregory">Simplify FluentPropertyBeanIntrospector#propertyName
(#363).</action>
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix malformed
Javadoc comments.</action>
<action dev="ggregory" type="fix" due-to="Dexter.k, Gary Gregory">Reject
trailing characters in DecimalLocaleConverter.parse (1.X) (#400).</action>
+ <action dev="ggregory" type="fix" due-to="Dexter.k, Gary
Gregory">Preserve magnitude in BigInteger and BigDecimal locale converters
(#403).</action>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 102.</action>