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

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


The following commit(s) were added to refs/heads/branch-4.x by this push:
     new e2a33ccb610a [SPARK-57682][BUILD] Add `javax.servlet-api` to 
`LICENSE-binary`
e2a33ccb610a is described below

commit e2a33ccb610ae31e3f5a6cff9933db711fa3db5d
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 24 23:48:12 2026 -0700

    [SPARK-57682][BUILD] Add `javax.servlet-api` to `LICENSE-binary`
    
    ### What changes were proposed in this pull request?
    
    This PR aims to add `javax.servlet-api` to `LICENSE-binary`.
    
    ### Why are the changes needed?
    
    Apache Spark 4.0.0+ distributions bundles `javax.servlet-api-*.jar` which 
is missed in `LICENSE-binary`.
    
    - https://github.com/apache/spark/pull/45154
    
    ### Does this PR introduce _any_ user-facing change?
    
    No behavior change.
    
    ### 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 #56763 from dongjoon-hyun/SPARK-57682.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 994f049c17322ba1ed5d11f87f0098b377fba48d)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 LICENSE-binary | 1 +
 1 file changed, 1 insertion(+)

diff --git a/LICENSE-binary b/LICENSE-binary
index 460671acab05..6a61dc2fb215 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -511,6 +511,7 @@ javax.transaction:transaction-api
 Common Development and Distribution License (CDDL) 1.1
 ------------------------------------------------------
 javax.transaction:jta http://www.oracle.com/technetwork/java/index.html
+javax.servlet:javax.servlet-api https://oss.oracle.com/licenses/CDDL+GPL-1.1
 javax.xml.bind:jaxb-api    https://github.com/javaee/jaxb-v2
 
 


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

Reply via email to