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 98808965 Reject out-of-range values in LongLocaleConverter (#406).
98808965 is described below
commit 988089658c8f69b30d2e415678f36307e1d4a298
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jul 1 23:47:23 2026 +0000
Reject out-of-range values in LongLocaleConverter (#406).
---
src/changes/changes.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e8321be9..87125aff 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -37,7 +37,8 @@
<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>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Stop
narrowing BigInteger and BigDecimal in StringLocaleConverter (#408).</action>
+ <action type="fix" dev="ggregory" due-to="Dexter.k, Gary Gregory">Reject
out-of-range values in LongLocaleConverter (#406).</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>