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 48915c00 Reject trailing separators in PointConverter (#423).
new 8b5cff40 Merge branch 'master' of
https://github.com/apache/commons-beanutils.git
48915c00 is described below
commit 48915c003c55da642016d09f2f8c31acf3c273ba
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Jul 21 10:37:41 2026 -0700
Reject trailing separators in PointConverter (#423).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 74c2b2f1..d849923a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,6 +49,7 @@
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Reject out-of-range color components in ColorConverter (#420).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Pass configured locale to SimpleDateFormat in DateTimeConverter
(#421).</action>
<action type="fix" dev="ggregory" due-to="Naveed Khan, Gary Gregory">Fix
ClassCastException in DoubleLocaleConverter when input is non-Double Number
(#422).</action>
+ <action type="fix" dev="ggregory" due-to="Naveed Khan, Gary
Gregory">Reject trailing separators in PointConverter (#423).</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>