KAFKA-20344: Upgrade Jetty to 12.0.34 (4.1)#21940
Merged
FrankYang0529 merged 1 commit intoapache:4.1from Apr 4, 2026
Merged
Conversation
FrankYang0529
pushed a commit
that referenced
this pull request
Apr 3, 2026
Upgrade Jetty from 12.0.25 to 12.0.34. Jetty 12.0.34 has removed all dependencies on the SLF4J 2.x API, resolving the previous incompatibility with Kafka's SLF4J 1.7.x usage. This also fixes CVE-2025-11143 in jetty-http. This can be cherry-picked to 4.3 and 4.2. A separate PR for 4.1: #21940. Reviewers: PoAn Yang <payang@apache.org>
FrankYang0529
pushed a commit
to FrankYang0529/kafka
that referenced
this pull request
Apr 3, 2026
Upgrade Jetty from 12.0.25 to 12.0.34. Jetty 12.0.34 has removed all dependencies on the SLF4J 2.x API, resolving the previous incompatibility with Kafka's SLF4J 1.7.x usage. This also fixes CVE-2025-11143 in jetty-http. This can be cherry-picked to 4.3 and 4.2. A separate PR for 4.1: apache#21940. Reviewers: PoAn Yang <payang@apache.org> (cherry picked from commit 55a7c2f)
FrankYang0529
pushed a commit
to FrankYang0529/kafka
that referenced
this pull request
Apr 3, 2026
Upgrade Jetty from 12.0.25 to 12.0.34. Jetty 12.0.34 has removed all dependencies on the SLF4J 2.x API, resolving the previous incompatibility with Kafka's SLF4J 1.7.x usage. This also fixes CVE-2025-11143 in jetty-http. This can be cherry-picked to 4.3 and 4.2. A separate PR for 4.1: apache#21940. Reviewers: PoAn Yang <payang@apache.org> (cherry picked from commit 55a7c2f)
Member
|
I have cherry-picked #20649 to 4.1. @mingyen066 would you mind updating PR? |
2dd4fd6 to
2fd74a2
Compare
FrankYang0529
approved these changes
Apr 4, 2026
nileshkumar3
pushed a commit
to nileshkumar3/kafka
that referenced
this pull request
Apr 15, 2026
Upgrade Jetty from 12.0.25 to 12.0.34. Jetty 12.0.34 has removed all dependencies on the SLF4J 2.x API, resolving the previous incompatibility with Kafka's SLF4J 1.7.x usage. This also fixes CVE-2025-11143 in jetty-http. This can be cherry-picked to 4.3 and 4.2. A separate PR for 4.1: apache#21940. Reviewers: PoAn Yang <payang@apache.org>
mimaison
pushed a commit
that referenced
this pull request
Apr 17, 2026
Cherry-pick of #21939 to 4.1. Upgrade Jetty from 12.0.25 to 12.0.34. Jetty 12.0.34 has removed all dependencies on the SLF4J 2.x API, resolving the previous incompatibility with Kafka's SLF4J 1.7.x usage. This also fixes CVE-2025-11143 in jetty-http. Reviewers: Chia-Ping Tsai <chia7712@gmail.com>, PoAn Yang <payang@apache.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-pick of #21939 to 4.1.
Upgrade Jetty from 12.0.25 to 12.0.34. Jetty 12.0.34 has removed all
dependencies on the SLF4J 2.x API, resolving the previous
incompatibility with Kafka's SLF4J 1.7.x usage. This also fixes
CVE-2025-11143 in jetty-http.
Reviewers: Chia-Ping Tsai chia7712@gmail.com, PoAn Yang
payang@apache.org