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 26055be1 Preserve magnitude in BigInteger and BigDecimal locale
converters (#401).
new c3fe9cbc Merge branch 'master' of
https://github.com/apache/commons-beanutils.git
26055be1 is described below
commit 26055be1adaab775fe0ebe126bfe09c0b06c2733
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 21 21:20:32 2026 +0000
Preserve magnitude in BigInteger and BigDecimal locale converters
(#401).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7f513afd..79e3a271 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -35,6 +35,7 @@
<action type="fix" dev="ggregory" due-to="Gary Gregory">Fix malformed
Javadoc comments.</action>
<action type="fix" dev="sebb">Static fields should be final or protected
by synch.</action>
<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>
<!-- 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>