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 ac24cfd4f2c4 [SPARK-57686][BUILD] Fix `log4j-slf4j2-impl` artifact 
name in `LICENSE-binary`
ac24cfd4f2c4 is described below

commit ac24cfd4f2c4f9ac9b1740df02724a6c0c9c6466
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Jun 24 23:41:36 2026 -0700

    [SPARK-57686][BUILD] Fix `log4j-slf4j2-impl` artifact name in 
`LICENSE-binary`
    
    ### What changes were proposed in this pull request?
    
    Fix the artifact name in `LICENSE-binary` from `log4j-slf4j-impl` to 
`log4j-slf4j2-impl` to match the bundled jar.
    
    ### Why are the changes needed?
    
    Apache Spark 3.4.0+ distributions bundle `log4j-slf4j2-impl-*.jar`, but 
`LICENSE-binary` listed the old `log4j-slf4j-impl` name.
    
    - https://github.com/apache/spark/pull/37844
    
    
https://github.com/apache/spark/blob/e6fcb8440915e6e0f4f4945b486bfb2c568f9562/pom.xml#L840-L841
    
    ### 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 #56761 from dongjoon-hyun/SPARK-57686.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 72d5e6ba171f427a726ad328af8472f80b57774e)
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 5fff7a7e46a3196589770cf63d40491bd9aa83a2)
    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 fcc54c51bc82..943f5e0fc2de 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -344,7 +344,7 @@ org.apache.logging.log4j:log4j-1.2-api
 org.apache.logging.log4j:log4j-api
 org.apache.logging.log4j:log4j-core
 org.apache.logging.log4j:log4j-layout-template-json
-org.apache.logging.log4j:log4j-slf4j-impl
+org.apache.logging.log4j:log4j-slf4j2-impl
 org.apache.orc:orc-core
 org.apache.orc:orc-format
 org.apache.orc:orc-mapreduce


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

Reply via email to