You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ma...@apache.org on 2022/01/29 07:41:02 UTC

[logging-log4j2] branch master updated (6644887 -> 479769d)

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

mattsicker pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from 6644887  Use zulu jdk build in workflow
     new 2a5ffcd  Update build badges
     new 479769d  Test workflow with parallel tests disabled

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md              | 6 ++----
 log4j-api-test/pom.xml | 2 ++
 2 files changed, 4 insertions(+), 4 deletions(-)

[logging-log4j2] 01/02: Update build badges

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 2a5ffcd8acc01ab4e21d0264f307f72cd7fcd1f1
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jan 29 01:39:00 2022 -0600

    Update build badges
---
 README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index a240f19..0b66326 100644
--- a/README.md
+++ b/README.md
@@ -3,10 +3,8 @@
 Apache Log4j 2 is an upgrade to Log4j that provides significant improvements over its predecessor, Log4j 1.x,
 and provides many of the improvements available in Logback while fixing some inherent problems in Logback's architecture.
 
-[![Jenkins build (3.x)](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-builds.apache.org%2Fjob%2FLogging%2Fjob%2Flog4j%2Fjob%2Fmaster%2F&label=3.x&logo=cloudbees)](https://ci-builds.apache.org/job/Logging/job/log4j/job/master/)
-[![Jenkins build (2.x)](https://img.shields.io/jenkins/build?jobUrl=https%3A%2F%2Fci-builds.apache.org%2Fjob%2FLogging%2Fjob%2Flog4j%2Fjob%2Frelease-2.x%2F&label=2.x&logo=cloudbees)](https://ci-builds.apache.org/job/Logging/job/log4j/job/release-2.x/)
-[![GitHub build (3.x)](https://img.shields.io/github/workflow/status/apache/logging-log4j2/Maven/master?label=3.x&logo=github)](https://github.com/apache/logging-log4j2/actions?query=workflow%3AMaven+branch%3Amaster)
-[![GitHub build (2.x)](https://img.shields.io/github/workflow/status/apache/logging-log4j2/Maven/release-2.x?label=2.x&logo=github)](https://github.com/apache/logging-log4j2/actions?query=workflow%3AMaven+branch%3Arelease-2.x)
+[![GitHub build (3.x)](https://img.shields.io/github/workflow/status/apache/logging-log4j2/build/master?label=3.x&logo=github)](https://github.com/apache/logging-log4j2/actions?query=workflow%3AMaven+branch%3Amaster)
+[![GitHub build (2.x)](https://img.shields.io/github/workflow/status/apache/logging-log4j2/build/release-2.x?label=2.x&logo=github)](https://github.com/apache/logging-log4j2/actions?query=workflow%3AMaven+branch%3Arelease-2.x)
 [![Latest Maven Central release](https://img.shields.io/maven-central/v/org.apache.logging.log4j/log4j-api.svg?logo=java)](http://mvnrepository.com/artifact/org.apache.logging.log4j/log4j-api)
 
 

[logging-log4j2] 02/02: Test workflow with parallel tests disabled

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mattsicker pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 479769d15c2244269ce9e4f2b3be13cf57c21733
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jan 29 01:40:46 2022 -0600

    Test workflow with parallel tests disabled
---
 log4j-api-test/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/log4j-api-test/pom.xml b/log4j-api-test/pom.xml
index b9c53a3..d6dcb89 100644
--- a/log4j-api-test/pom.xml
+++ b/log4j-api-test/pom.xml
@@ -158,8 +158,10 @@
           <properties>
             <configurationParameters>
               <!-- LOG4J2-2921: use parallel test execution by default -->
+              <!-- TODO: testing workflow without parallelism enabled
               junit.jupiter.execution.parallel.enabled = true
               junit.jupiter.execution.parallel.mode.default = concurrent
+              -->
             </configurationParameters>
           </properties>
           <forkCount>1C</forkCount>