This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new d4cb5926a [LANG-1452] RecursiveToStringStyle and 
MultilineRecursiveToStringStyle shouldn't recurse into a java.math.BigDecimal 
(#1584)
d4cb5926a is described below

commit d4cb5926ad85e592c22834f219710d31415e9f87
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 25 08:44:19 2026 -0500

    [LANG-1452] RecursiveToStringStyle and MultilineRecursiveToStringStyle
    shouldn't recurse into a java.math.BigDecimal (#1584)
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7408ebd83..53efcf0ac 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -108,6 +108,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
Dhaneesh.M">Improve branch coverage for Processor (isAarch64, isRISCV); add 
ProcessorTest #1578.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary Gregory, 
烂泥扶上墙">Fix ClassNotFoundException message in ClassUtils.getClass(String) 
#1577.</action>
     <action                   type="fix" dev="ggregory" due-to="Ivan 
Ponomarev">Fix Javadoc in DoubleRange.of(Double, Double) to reflect actual 
exception type thrown #1581.</action>
+    <action issue="LANG-1452" type="fix" dev="ggregory" due-to="Gary Gregory, 
Aleksey Novozhilov, Sara">RecursiveToStringStyle and 
MultilineRecursiveToStringStyle shouldn't recurse into a java.math.BigDecimal 
#1584.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add JavaVersion.JAVA_27.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add SystemUtils.IS_JAVA_27.</action>

Reply via email to