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 2506b0ca Reject trailing characters in DecimalLocaleConverter.parse
(1.X) (#400).
2506b0ca is described below
commit 2506b0cab21e913d5bec6af7b2b426d8900c2096
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 21 19:42:28 2026 +0000
Reject trailing characters in DecimalLocaleConverter.parse (1.X) (#400).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 8fcde840..df3a9bd7 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -33,6 +33,7 @@
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix typo in
exception message throws from
org.apache.commons.beanutils.PropertyUtilsBean.setMappedProperty(Object,
String, String, Object).</action>
<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>
<!-- ADD -->
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump
org.apache.commons:commons-parent from 84 to 102.</action>