This is an automated email from the ASF dual-hosted git repository.
dongjoon-hyun 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 fc1cc2ed5869 [SPARK-57668][BUILD] Upgrade `netty-tcnative` to
2.0.79.Final
fc1cc2ed5869 is described below
commit fc1cc2ed5869a0fd157a02444945590d26b9ba28
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 24 14:47:57 2026 -0700
[SPARK-57668][BUILD] Upgrade `netty-tcnative` to 2.0.79.Final
### What changes were proposed in this pull request?
This PR aims to upgrade `netty-tcnative` to 2.0.79.Final.
### Why are the changes needed?
To bring the latest bug fixes. `netty-tcnative` 2.0.79.Final fixes BoringSSL
compatibility issues (incompatible weak symbol declarations and stale
`SSL_CREDENTIAL` support checks for older BoringSSL) and clears the
certificate
chain in `setKeyMaterial`.
- https://github.com/netty/netty-tcnative/milestone/116 (2026-06-12)
- netty/netty-tcnative#987
- netty/netty-tcnative#986
- netty/netty-tcnative#980
### 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?
Generated-by: Claude Opus 4.8
Closes #56748 from dongjoon-hyun/SPARK-57668.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
dev/deps/spark-deps-hadoop-3-hive-2.3 | 12 ++++++------
pom.xml | 2 +-
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dev/deps/spark-deps-hadoop-3-hive-2.3
b/dev/deps/spark-deps-hadoop-3-hive-2.3
index fdfe82e1a9b1..d5f4a0e78055 100644
--- a/dev/deps/spark-deps-hadoop-3-hive-2.3
+++ b/dev/deps/spark-deps-hadoop-3-hive-2.3
@@ -210,12 +210,12 @@
netty-handler-proxy/4.2.15.Final//netty-handler-proxy-4.2.15.Final.jar
netty-handler/4.2.15.Final//netty-handler-4.2.15.Final.jar
netty-resolver-dns/4.2.15.Final//netty-resolver-dns-4.2.15.Final.jar
netty-resolver/4.2.15.Final//netty-resolver-4.2.15.Final.jar
-netty-tcnative-boringssl-static/2.0.78.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.78.Final-linux-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.78.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.78.Final-linux-x86_64.jar
-netty-tcnative-boringssl-static/2.0.78.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.78.Final-osx-aarch_64.jar
-netty-tcnative-boringssl-static/2.0.78.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.78.Final-osx-x86_64.jar
-netty-tcnative-boringssl-static/2.0.78.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.78.Final-windows-x86_64.jar
-netty-tcnative-classes/2.0.78.Final//netty-tcnative-classes-2.0.78.Final.jar
+netty-tcnative-boringssl-static/2.0.79.Final/linux-aarch_64/netty-tcnative-boringssl-static-2.0.79.Final-linux-aarch_64.jar
+netty-tcnative-boringssl-static/2.0.79.Final/linux-x86_64/netty-tcnative-boringssl-static-2.0.79.Final-linux-x86_64.jar
+netty-tcnative-boringssl-static/2.0.79.Final/osx-aarch_64/netty-tcnative-boringssl-static-2.0.79.Final-osx-aarch_64.jar
+netty-tcnative-boringssl-static/2.0.79.Final/osx-x86_64/netty-tcnative-boringssl-static-2.0.79.Final-osx-x86_64.jar
+netty-tcnative-boringssl-static/2.0.79.Final/windows-x86_64/netty-tcnative-boringssl-static-2.0.79.Final-windows-x86_64.jar
+netty-tcnative-classes/2.0.79.Final//netty-tcnative-classes-2.0.79.Final.jar
netty-transport-classes-epoll/4.2.15.Final//netty-transport-classes-epoll-4.2.15.Final.jar
netty-transport-classes-kqueue/4.2.15.Final//netty-transport-classes-kqueue-4.2.15.Final.jar
netty-transport-native-epoll/4.2.15.Final/linux-aarch_64/netty-transport-native-epoll-4.2.15.Final-linux-aarch_64.jar
diff --git a/pom.xml b/pom.xml
index f195b8b59a89..07c0eb79acfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@
-->
<datasketches.version>6.2.0</datasketches.version>
<netty.version>4.2.15.Final</netty.version>
- <netty-tcnative.version>2.0.78.Final</netty-tcnative.version>
+ <netty-tcnative.version>2.0.79.Final</netty-tcnative.version>
<icu4j.version>78.3</icu4j.version>
<junit.version>6.0.3</junit.version>
<jline.version>2.14.6</jline.version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]