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 d235f1e99 LANG-1834 Fix Fraction reduction for Integer.MIN_VALUE
(#1794).
d235f1e99 is described below
commit d235f1e997523d7a3d9d1c63e9a1853c2ab728fd
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Sep 18 13:10:38 2026 -0700
LANG-1834 Fix Fraction reduction for Integer.MIN_VALUE (#1794).
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 22a98d042..0b732f9e8 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -285,6 +285,7 @@ java.lang.NullPointerException: Cannot invoke
<action type="fix" dev="ggregory" due-to="Jeff Lenamon,
Gary Gregory">Fraction.add and subtract return the reduced form when an operand
is zero (#1787).</action>
<action type="fix" dev="ggregory" due-to="alhuda, Gary
Gregory">Return null for out-of-range offset in FastTimeZone.getGmtTimeZone
(#1788).</action>
<action type="fix" dev="ggregory" due-to="gaurav kumar
pandey, Gary Gregory">Fix TypeUtils.toString() recursion and bound handling on
recursive generic types (#1789).</action>
+ <action type="fix" dev="ggregory" due-to="尹茂椿萱,
makarandhinge, Gary Gregory" issue="LANG-1834">Fix Fraction reduction for
Integer.MIN_VALUE (#1794).</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>