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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 65b8722b8 HashCodeBuilder.append(Object) StackOverflowError on 
mutually-referential objects (#1650).
65b8722b8 is described below

commit 65b8722b8ef45f0dea1815768dc398301f457232
Author: Gary Gregory <[email protected]>
AuthorDate: Sun May 17 17:23:31 2026 +0000

    HashCodeBuilder.append(Object) StackOverflowError on
    mutually-referential objects (#1650).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index d178f6165..9381740f4 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -150,6 +150,7 @@ java.lang.NullPointerException: Cannot invoke
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary 
Gregory">ToStringStyle.appendDetail(StringBuffer,String,Collection) bypass 
cycle registry. #1648.</action>
     <action                   type="fix" dev="ggregory" due-to="Gary 
Gregory">ToStringStyle.appendDetail(StringBuffer,String,Map) bypass cycle 
registry. #1648.</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">WordUtils.wrap() zero-width wrapOn regex match 
causes infinite loop (#1649).WordUtils.wrap() zero-width wrapOn regex match 
causes infinite loop (#1649).</action>
+    <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">HashCodeBuilder.append(Object) StackOverflowError on 
mutually-referential objects (#1650).</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