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 2694f2877 ThreadUtilsTest#testThreadGroups will test failed when using 
Junit5 parallel test #1051
2694f2877 is described below

commit 2694f28774c263ee964dc21c7e9eb6c93957302a
Author: Gary Gregory <garydgreg...@users.noreply.github.com>
AuthorDate: Thu Apr 13 20:08:54 2023 -0400

    ThreadUtilsTest#testThreadGroups will test failed when using Junit5 
parallel test #1051
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a94d53885..4bbf5adbb 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -111,6 +111,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="fix" dev="ggregory" due-to="Arturo 
Bernal">Use Objects.requireNonNull() directly #1022.</action>
     <action issue="LANG-1694" type="fix" dev="ggregory" 
due-to="SeasonPan">MethodUtils.getMatchingMethod() fails with "Found multiple 
candidates" #1033.</action>
     <action issue="LANG-1643" type="fix" dev="ggregory" 
due-to="laurentschoelens">Construct ArrayList with better default size 
#1041.</action>
+    <action                   type="fix" dev="ggregory" 
due-to="remeio">ThreadUtilsTest#testThreadGroups will test failed when using 
Junit5 parallel test #1051.</action>
     <!-- ADD -->
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add GitHub coverage.yml.</action>
     <action                   type="add" dev="ggregory" due-to="Gary 
Gregory">Add EnumUtils.getEnumSystemProperty(...).</action>

Reply via email to