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

vy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-parent.git

commit 321af9e27d892eb6cfeaa7f97301adb50a718a21
Author: Volkan Yazıcı <vol...@yazi.ci>
AuthorDate: Wed May 15 14:52:05 2024 +0200

    Change the JDK distribution used in CI from Temurin to Zulu (#169)
---
 .github/workflows/build-reusable.yaml            | 2 +-
 .github/workflows/codeql-analysis-reusable.yaml  | 2 +-
 .github/workflows/deploy-release-reusable.yaml   | 2 +-
 .github/workflows/deploy-site-reusable.yaml      | 2 +-
 .github/workflows/deploy-snapshot-reusable.yaml  | 2 +-
 .github/workflows/merge-dependabot-reusable.yaml | 2 +-
 src/changelog/.11.x.x/zulu.xml                   | 8 ++++++++
 7 files changed, 14 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/build-reusable.yaml 
b/.github/workflows/build-reusable.yaml
index 3aacf00..0962006 100644
--- a/.github/workflows/build-reusable.yaml
+++ b/.github/workflows/build-reusable.yaml
@@ -51,7 +51,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9   # 
3.7.0
         with:
-          distribution: temurin
+          distribution: zulu
           java-version: ${{ inputs.java-version }}
           cache: maven
 
diff --git a/.github/workflows/codeql-analysis-reusable.yaml 
b/.github/workflows/codeql-analysis-reusable.yaml
index 6822845..04a8433 100644
--- a/.github/workflows/codeql-analysis-reusable.yaml
+++ b/.github/workflows/codeql-analysis-reusable.yaml
@@ -50,7 +50,7 @@ jobs:
       - name: Setup JDK
         uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9   # 
4.2.1
         with:
-          distribution: temurin
+          distribution: zulu
           java-version: ${{ inputs.java-version }}
           cache: maven
 
diff --git a/.github/workflows/deploy-release-reusable.yaml 
b/.github/workflows/deploy-release-reusable.yaml
index 07142c0..8699da0 100644
--- a/.github/workflows/deploy-release-reusable.yaml
+++ b/.github/workflows/deploy-release-reusable.yaml
@@ -56,7 +56,7 @@ jobs:
       - name: Set up Java & GPG
         uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9   # 
3.7.0
         with:
-          distribution: temurin
+          distribution: zulu
           java-version: ${{ inputs.java-version }}
           cache: maven
           server-id: apache.releases.https
diff --git a/.github/workflows/deploy-site-reusable.yaml 
b/.github/workflows/deploy-site-reusable.yaml
index db3fe13..1269cd7 100644
--- a/.github/workflows/deploy-site-reusable.yaml
+++ b/.github/workflows/deploy-site-reusable.yaml
@@ -59,7 +59,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9   # 
3.7.0
         with:
-          distribution: temurin
+          distribution: zulu
           java-version: ${{ inputs.java-version }}
           cache: maven
           gpg-private-key: ${{ secrets.GPG_SECRET_KEY }}
diff --git a/.github/workflows/deploy-snapshot-reusable.yaml 
b/.github/workflows/deploy-snapshot-reusable.yaml
index 9c0adae..32b6115 100644
--- a/.github/workflows/deploy-snapshot-reusable.yaml
+++ b/.github/workflows/deploy-snapshot-reusable.yaml
@@ -43,7 +43,7 @@ jobs:
       - name: Set up Java
         uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9   # 
3.7.0
         with:
-          distribution: temurin
+          distribution: zulu
           java-version: ${{ inputs.java-version }}
           cache: maven
           server-id: apache.snapshots.https
diff --git a/.github/workflows/merge-dependabot-reusable.yaml 
b/.github/workflows/merge-dependabot-reusable.yaml
index 729487c..668417e 100644
--- a/.github/workflows/merge-dependabot-reusable.yaml
+++ b/.github/workflows/merge-dependabot-reusable.yaml
@@ -70,7 +70,7 @@ jobs:
       - name: Set up Java & GPG
         uses: actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9   # 
4.2.1
         with:
-          distribution: temurin
+          distribution: zulu
           java-version: ${{ inputs.java-version }}
           cache: maven
           server-id: apache.releases.https
diff --git a/src/changelog/.11.x.x/zulu.xml b/src/changelog/.11.x.x/zulu.xml
new file mode 100644
index 0000000..f1aeff7
--- /dev/null
+++ b/src/changelog/.11.x.x/zulu.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+       xmlns="https://logging.apache.org/xml/ns";
+       xsi:schemaLocation="https://logging.apache.org/xml/ns 
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd";
+       type="changed">
+  <issue id="169" link="https://github.com/apache/logging-parent/pull/169"/>
+  <description format="asciidoc">Change the JDK distribution used in CI from 
Temurin to Zulu</description>
+</entry>

Reply via email to