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 994f049c1732 [SPARK-57682][BUILD] Add `javax.servlet-api` to
`LICENSE-binary`
994f049c1732 is described below
commit 994f049c17322ba1ed5d11f87f0098b377fba48d
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]>
---
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]