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:37:17 UTC

[logging-log4j2] branch master updated (631b313 -> 6644887)

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 631b313  Add locale resource lock on locale-based test
     new 6c6e748  Update setup-java to 2.5.0
     new 6644887  Use zulu jdk build in workflow

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:
 .github/workflows/build.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

[logging-log4j2] 02/02: Use zulu jdk build in workflow

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 6644887674813181edee20b710dc7d59df7bbbad
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jan 29 01:37:08 2022 -0600

    Use zulu jdk build in workflow
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cb805d5..5a5bbd3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
       - name: Setup JDK 11
         uses: actions/setup-java@v2.5.0
         with:
-          distribution: 'temurin'
+          distribution: 'zulu'
           java-version: 11
           java-package: jdk
           architecture: x64

[logging-log4j2] 01/02: Update setup-java to 2.5.0

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 6c6e74839adc06f122962c777f9f709db4b4962b
Author: Matt Sicker <ma...@apache.org>
AuthorDate: Sat Jan 29 01:36:35 2022 -0600

    Update setup-java to 2.5.0
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a080581..cb805d5 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -21,7 +21,7 @@ jobs:
         uses: actions/checkout@v2
 
       - name: Setup JDK 11
-        uses: actions/setup-java@v2.4.0
+        uses: actions/setup-java@v2.5.0
         with:
           distribution: 'temurin'
           java-version: 11