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 62841003b Fraction.readObject() does not re-assert denominator != 0 
(#1688).
62841003b is described below

commit 62841003b601f443ac5b67eddc823916b99e9089
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Jun 3 13:45:48 2026 -0400

    Fraction.readObject() does not re-assert denominator != 0 (#1688).
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index be706c286..dbdf5543e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -175,6 +175,7 @@ java.lang.NullPointerException: Cannot invoke
     <action issue="LANG-1801" type="fix" dev="ggregory" due-to="Zhongxin Yan, 
Gary Gregory">RandomStringUtils.random() does not strictly validate start and 
end (#1682).</action>
     <action                   type="fix" dev="ggregory" due-to="alhuda, Gary 
Gregory">Fix CharSequenceUtils.lastIndexOf for supplementary code points 
#1684.</action>
     <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">Range.readObject() does not re-assert the 
comparator/ordering invariant (#1686).</action>
+    <action                   type="fix" dev="ggregory" due-to="Omkhar 
Arasaratnam, Gary Gregory">Fraction.readObject() does not re-assert denominator 
!= 0 (#1688).</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