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 c9dfff1c0 Fixed two non-deterministic tests in EnumUtilsTest.java #1131
c9dfff1c0 is described below
commit c9dfff1c08f6fbe63c1795172f9221678eb89398
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Nov 21 21:10:00 2023 -0500
Fixed two non-deterministic tests in EnumUtilsTest.java #1131
---
src/changes/changes.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fa3cf1a78..76f5491a6 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -47,6 +47,7 @@ The <action> type attribute can be add,update,fix,remove.
<body>
<release version="3.14.1" date="202Y-MM-DD" description="New features and
bug fixes (Java 8 or above).">
<action type="fix" dev="ggregory" due-to="Miklós Karakó,
Gary Gregory">Improve Javadoc in ExceptionUtils #1136.</action>
+ <action type="fix" dev="ggregory" due-to="Saiharshith
Karuneegar Ramesh, Gary Gregory">Fixed two non-deterministic tests in
EnumUtilsTest.java #1131.</action>
</release>
<release version="3.14.0" date="2023-11-18" description="New features and
bug fixes (Java 8 or above).">
<!-- FIX -->