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

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


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

commit 59b3bde2a54e67199c4ffde5911842b00d3a4b54
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 7963ecc10764..b964e62d17b4 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -513,6 +513,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