This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new a069c91de ORC-1901: Remove `threeten-extra` exclusion in
`enforceBytecodeVersion` rule
a069c91de is described below
commit a069c91de4d4586ab56f447bc77a7a1cdd8d0ed2
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 88d6eddd5..438198ac0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -617,9 +617,6 @@
<maxJdkVersion>${java.version}</maxJdkVersion>
<ignoredScopes>test</ignoredScopes>
<ignoredScopes>provided</ignoredScopes>
- <excludes>
- <exclude>org.threeten:threeten-extra</exclude>
- </excludes>
</enforceBytecodeVersion>
<bannedDependencies>
<excludes>