This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 28ac70241612 [SPARK-44032][BUILD] Remove `threeten-extra` exclusion in
`enforceBytecodeVersion` rule
28ac70241612 is described below
commit 28ac702416128497e0c1056f5f0649d3f6d43cdb
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Oct 23 23:47:27 2023 -0700
[SPARK-44032][BUILD] Remove `threeten-extra` exclusion in
`enforceBytecodeVersion` rule
### What changes were proposed in this pull request?
This PR aims to remove an exclusion for `threeten-extra` dependency in
`enforceBytecodeVersion` rule.
### Why are the changes needed?
`threeteen-extra` library has no problem with Apache Spark 4.0.0 because
Spark's minimum JDK is 17.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #43504 from dongjoon-hyun/SPARK-44032.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 6 ------
1 file changed, 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 848ed252a88d..e3f3b2fe9a12 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2857,12 +2857,6 @@
<maxJdkVersion>${java.version}</maxJdkVersion>
<ignoredScopes>test</ignoredScopes>
<ignoredScopes>provided</ignoredScopes>
- <excludes>
- <!--
- TODO(SPARK-44032): Remove the exclusion of
threeten-extra when orc-core fixes the violation
- -->
- <exclude>org.threeten:threeten-extra</exclude>
- </excludes>
</enforceBytecodeVersion>
</rules>
</configuration>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]