This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.3 by this push:
new af4220c2f ORC-2112: Use `Java 25` for `Ubuntu 26.04` docker test
af4220c2f is described below
commit af4220c2f3501799706138e3d9f3d7e1dccd512a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Feb 24 21:29:42 2026 -0800
ORC-2112: Use `Java 25` for `Ubuntu 26.04` docker test
### What changes were proposed in this pull request?
This PR aims to use `Java 25` for `Ubuntu 26.04` docker test.
### Why are the changes needed?
To have `Java 25` test coverage on `Ubuntu 26.04`.
### How was this patch tested?
Pass the CIs. The image was published already.
```bash
$ docker run -it --rm apache/orc-dev:ubuntu26 java --version
openjdk 25.0.2 2026-01-20
OpenJDK Runtime Environment (build 25.0.2+10-Ubuntu-1)
OpenJDK 64-Bit Server VM (build 25.0.2+10-Ubuntu-1, mixed mode, sharing)
```
### Was this patch authored or co-authored using generative AI tooling?
Generated-by: `Gemini 3.1 Pro (High)` on `Antigravity`
Closes #2557 from dongjoon-hyun/ORC-2112.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit 93b0997a1b9009130289839045e84209fe508e07)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docker/ubuntu26/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/ubuntu26/Dockerfile b/docker/ubuntu26/Dockerfile
index 0aba06243..eed187e5a 100644
--- a/docker/ubuntu26/Dockerfile
+++ b/docker/ubuntu26/Dockerfile
@@ -22,7 +22,7 @@ LABEL org.opencontainers.image.authors="Apache ORC project
<[email protected]>"
LABEL org.opencontainers.image.licenses="Apache-2.0"
LABEL org.opencontainers.image.ref.name="Apache ORC on Ubuntu 26"
LABEL org.opencontainers.image.version=""
-ARG jdk=21
+ARG jdk=25
ARG cc=gcc
RUN apt-get update