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

dongjoon-hyun pushed a commit to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-4.1 by this push:
     new 7d721dfe43d3 [SPARK-57689][BUILD] Replace 
`kubernetes-httpclient-okhttp` with `kubernetes-httpclient-vertx` in 
`LICENSE-binary`
7d721dfe43d3 is described below

commit 7d721dfe43d309a2f1d65023a299eda928eaa531
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 24 23:51:11 2026 -0700

    [SPARK-57689][BUILD] Replace `kubernetes-httpclient-okhttp` with 
`kubernetes-httpclient-vertx` in `LICENSE-binary`
    
    ### What changes were proposed in this pull request?
    
    This PR updates `LICENSE-binary` to replace 
`io.fabric8:kubernetes-httpclient-okhttp`
    with `io.fabric8:kubernetes-httpclient-vertx`:
    
    ```
    -io.fabric8:kubernetes-httpclient-okhttp
    +io.fabric8:kubernetes-httpclient-vertx
    ```
    
    ### Why are the changes needed?
    
    After the fabric8 `kubernetes-client` 7.x upgrade (SPARK-50493) switched 
the HTTP
    backend from OkHttp to Vert.x, the distribution bundles 
`kubernetes-httpclient-vertx`
    instead of `kubernetes-httpclient-okhttp`. This keeps `LICENSE-binary` 
consistent
    with the actual bundled jars. Both are Apache License 2.0.
    
    - https://github.com/apache/spark/pull/49159
    
    
https://github.com/apache/spark/blob/e6fcb8440915e6e0f4f4945b486bfb2c568f9562/dev/deps/spark-deps-hadoop-3-hive-2.3#L160
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Manual review.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    Generated-by: Claude Code (Claude Opus 4.8)
    
    Closes #56765 from dongjoon-hyun/SPARK-57689.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 5d2a111509aa0ba5585bf68eb32f768ea5188c18)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 LICENSE-binary | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index c09d5d6df535..7aeccceb617e 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -241,7 +241,7 @@ io.dropwizard.metrics:metrics-json
 io.dropwizard.metrics:metrics-jvm
 io.fabric8:kubernetes-client
 io.fabric8:kubernetes-client-api
-io.fabric8:kubernetes-httpclient-okhttp
+io.fabric8:kubernetes-httpclient-vertx
 io.fabric8:kubernetes-model-admissionregistration
 io.fabric8:kubernetes-model-apiextensions
 io.fabric8:kubernetes-model-apps


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to