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

youling1128 pushed a commit to branch 2.9.x
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git


The following commit(s) were added to refs/heads/2.9.x by this push:
     new e59f53a29 [#5015] update jdk version (#5126)
e59f53a29 is described below

commit e59f53a2971d2a03a29dc30b82161cf97d0ef34e
Author: Alex <[email protected]>
AuthorDate: Thu Apr 16 20:16:56 2026 +0800

    [#5015] update jdk version (#5126)
---
 .github/workflows/maven.yml           | 2 +-
 .github/workflows/unit-test-jdk17.yml | 2 +-
 demo/docker-build-config/pom.xml      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index d566e7e27..3a993f008 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -36,7 +36,7 @@ jobs:
     - name: Set up jdk
       uses: actions/setup-java@v3
       with:
-        java-version: '17.0.2'
+        java-version: '17.0.8'
         distribution: 'temurin'
     - name: Set up Maven
       uses: stCarolas/[email protected]
diff --git a/.github/workflows/unit-test-jdk17.yml 
b/.github/workflows/unit-test-jdk17.yml
index ebc920c23..54efbcce0 100644
--- a/.github/workflows/unit-test-jdk17.yml
+++ b/.github/workflows/unit-test-jdk17.yml
@@ -33,7 +33,7 @@ jobs:
       - name: Set up jdk
         uses: actions/setup-java@v3
         with:
-          java-version: '17.0.2'
+          java-version: '17.0.8'
           distribution: 'temurin'
       - name: Compilation and Installation
         run: mvn -B -Dcheckstyle.skip -Dspotbugs.skip=true clean install -Pit
diff --git a/demo/docker-build-config/pom.xml b/demo/docker-build-config/pom.xml
index 0fea43d19..500c622bf 100644
--- a/demo/docker-build-config/pom.xml
+++ b/demo/docker-build-config/pom.xml
@@ -42,7 +42,7 @@
                 <name>${project.artifactId}:${project.version}</name>
                 <alias>${project.artifactId}</alias>
                 <build>
-                  <from>openjdk:17.0.2</from>
+                  <from>eclipse-temurin:17-jre-jammy</from>
                   <ports>
                     <port>7070</port>
                     <port>8080</port>

Reply via email to