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 f3e2b9fe4 ORC-2132: Use Java 26 instead of 26-ea
f3e2b9fe4 is described below

commit f3e2b9fe411421e340ec7fbdb1c9afe815a081a0
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Tue Mar 17 11:31:24 2026 -0700

    ORC-2132: Use Java 26 instead of 26-ea
    
    ### What changes were proposed in this pull request?
    
    This PR replaces `26-ea` (early access) with the GA release `26` for the 
Java version used in the `build_and_test.yml` GitHub Actions workflow.
    
    ### Why are the changes needed?
    
    Java 26 has been released as GA, so we should use the stable release 
instead of the early-access version.
    
    ### How was this patch tested?
    
    Pass the GitHub Actions workflow with the updated Java version.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (claude-opus-4-6)
    
    Closes #2581 from dongjoon-hyun/ORC-2132.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit ebd9e98704c897190efc2293dd3626ed235873ea)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index 182b51293..d2ac1460f 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -88,7 +88,7 @@ jobs:
             java: 17
             cxx: clang++
           - os: ubuntu-latest
-            java: 26-ea
+            java: 26
             cxx: clang++
     env:
       MAVEN_OPTS: -Xmx2g

Reply via email to