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

dongjoon pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 7d2b9b504 ORC-1901: Remove `threeten-extra` exclusion in 
`enforceBytecodeVersion` rule
7d2b9b504 is described below

commit 7d2b9b504648f071148438d22ae184957d48f7b6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 23 13:21:14 2025 -0700

    ORC-1901: Remove `threeten-extra` exclusion in `enforceBytecodeVersion` rule
    
    ### What changes were proposed in this pull request?
    
    This PR aims to remove `threeten-extra` exclusion in 
`enforceBytecodeVersion` rule.
    
    ### Why are the changes needed?
    
    The previous exclusion rule was added at ORC 1.9.0 with Java 1.8. It's not 
required for Java 17 since ORC 2.0.
    - #1536
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2234 from dongjoon-hyun/ORC-1901.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 1d33d2aa0ef82aa080d7c9e1b5ac6b814c859f21)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 java/pom.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index 6f1b3ed4d..ba1593f25 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -630,9 +630,6 @@
                   <maxJdkVersion>${java.version}</maxJdkVersion>
                   <ignoredScopes>test</ignoredScopes>
                   <ignoredScopes>provided</ignoredScopes>
-                  <excludes>
-                    <exclude>org.threeten:threeten-extra</exclude>
-                  </excludes>
                 </enforceBytecodeVersion>
                 <bannedDependencies>
                   <excludes>

Reply via email to