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 ac73d26a8f2a [SPARK-57682][BUILD] Add `javax.servlet-api` to
`LICENSE-binary`
ac73d26a8f2a is described below
commit ac73d26a8f2ad9ff8903e5f8b551d24d58d4105a
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 27f6dcc9df3f..c09d5d6df535 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -507,6 +507,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]