This is an automated email from the ASF dual-hosted git repository.

vy pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 9f5cfdf780 Revert "Improve JTL test parallelization."
9f5cfdf780 is described below

commit 9f5cfdf780434ebc93ca12d9a173f764e841dc20
Author: Volkan Yazıcı <[email protected]>
AuthorDate: Mon May 9 21:49:07 2022 +0200

    Revert "Improve JTL test parallelization."
    
    This reverts commit 83e0e6516fa5a3818db37acb4a2495efafc63a08.
---
 log4j-layout-template-json/pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/log4j-layout-template-json/pom.xml 
b/log4j-layout-template-json/pom.xml
index b7f2a19573..0ed5373765 100644
--- a/log4j-layout-template-json/pom.xml
+++ b/log4j-layout-template-json/pom.xml
@@ -191,8 +191,6 @@
                indeed handles everything in UTF-8 without implicitly
                relying on the system defaults. -->
           <argLine>-Dfile.encoding=US-ASCII</argLine>
-          <forkCount>8C</forkCount>
-          <reuseForks>true</reuseForks>
           <systemPropertyVariables>
             <!-- Enable JUnit 5 parallel execution. -->
             
<junit.jupiter.execution.parallel.enabled>true</junit.jupiter.execution.parallel.enabled>

Reply via email to