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

derrickaw pushed a commit to branch 20260611_upgradeExponsionJarToJava17
in repository https://gitbox.apache.org/repos/asf/beam.git

commit a35337c98ae03080424c070bd7b8f797bd78bf88
Author: Derrick Williams <[email protected]>
AuthorDate: Thu Jun 11 21:14:05 2026 +0000

    add container and workflow change
---
 .github/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml | 2 +-
 sdks/java/expansion-service/container/Dockerfile                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml 
b/.github/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml
index 959f36234d7..1dfab40f552 100644
--- a/.github/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml
+++ b/.github/workflows/beam_PreCommit_Xlang_Generated_Transforms.yml
@@ -102,7 +102,7 @@ jobs:
       - name: Setup environment
         uses: ./.github/actions/setup-environment-action
         with:
-          java-version: default
+          java-version: '17'
           python-version: ${{ matrix.python_version }}
       - name: Set PY_VER_CLEAN
         id: set_py_ver_clean
diff --git a/sdks/java/expansion-service/container/Dockerfile 
b/sdks/java/expansion-service/container/Dockerfile
index 968f5cd2ac2..513dd6b75b8 100644
--- a/sdks/java/expansion-service/container/Dockerfile
+++ b/sdks/java/expansion-service/container/Dockerfile
@@ -16,7 +16,7 @@
 # limitations under the License.
 ###############################################################################
 
-FROM eclipse-temurin:11
+FROM eclipse-temurin:17
 LABEL Author "Apache Beam <[email protected]>"
 ARG TARGETOS
 ARG TARGETARCH

Reply via email to