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 35d5418e Reject trailing characters in DecimalLocaleConverter.parse 
(#399).
35d5418e is described below

commit 35d5418e2f54750fd41cde9113f1e8550b700ed3
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jun 21 18:36:22 2026 +0000

    Reject trailing characters in DecimalLocaleConverter.parse (#399).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index c31f865e..7f513afd 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -34,6 +34,7 @@
       <action type="fix" dev="ggregory" due-to="Basil Crow, Piotr P. Karwasz, 
Gary Gregory">Simplify FluentPropertyBeanIntrospector#propertyName 
(#363).</action>
       <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>
       <!-- 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