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 778661a7e109 [SPARK-55255][BUILD] Upgrade `objenesis` to 3.5
778661a7e109 is described below
commit 778661a7e109e678388ad55e36495f25acdb723f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jan 28 22:20:20 2026 +0900
[SPARK-55255][BUILD] Upgrade `objenesis` to 3.5
### What changes were proposed in this pull request?
This PR aims to upgrade `objenesis` to 3.5.
### Why are the changes needed?
This is the first version which is tested with `Java 25`.
-
https://github.com/easymock/objenesis/commit/215ad4bfc2688a472a915bda4b904c711d15c9ad
Here is the full release note.
- https://github.com/easymock/objenesis/releases/tag/3.5
### 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 #54032 from dongjoon-hyun/SPARK-55255.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 2 +-
pom.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index c7c0b5898ab7..62ffefedc279 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -235,7 +235,7 @@
netty-transport-native-kqueue/4.2.9.Final/osx-aarch_64/netty-transport-native-kq
netty-transport-native-kqueue/4.2.9.Final/osx-x86_64/netty-transport-native-kqueue-4.2.9.Final-osx-x86_64.jar
netty-transport-native-unix-common/4.2.9.Final//netty-transport-native-unix-common-4.2.9.Final.jar
netty-transport/4.2.9.Final//netty-transport-4.2.9.Final.jar
-objenesis/3.4//objenesis-3.4.jar
+objenesis/3.5//objenesis-3.5.jar
okhttp/3.12.12//okhttp-3.12.12.jar
okio/1.17.6//okio-1.17.6.jar
opencsv/2.3//opencsv-2.3.jar
diff --git a/pom.xml b/pom.xml
index aaa985094e7e..2d6e597f58a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -528,12 +528,12 @@
</dependency>
<!--
SPARK-51806: Kryo 4.0.x depends on objenesis 2.5.1, while Spark
currently
- depends on objenesis 3.4. Here, it is uniformly defined as version 3.4.
+ depends on objenesis 3.5. Here, it is uniformly defined as version 3.5.
-->
<dependency>
<groupId>org.objenesis</groupId>
<artifactId>objenesis</artifactId>
- <version>3.4</version>
+ <version>3.5</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]