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 640e370e Do not initialize arbitrary classes in EnumConverter (#398).
640e370e is described below

commit 640e370e5e4f9f7c3fde548f3da892768c7a2998
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 27 14:47:32 2026 +0000

    Do not initialize arbitrary classes in EnumConverter (#398).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 79e3a271..e5e71001 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -36,6 +36,7 @@
       <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>
+      <action type="fix" dev="ggregory" due-to="Digiscrypt Technologies, Gary 
Gregory">Do not initialize arbitrary classes in EnumConverter (#398).</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