[improve][misc] Upgrade Jetty to 12.1.11 - #26233
Merged
Merged
Conversation
dao-jun
approved these changes
Jul 23, 2026
lhotari
added a commit
that referenced
this pull request
Jul 25, 2026
(cherry picked from commit 4bfb080)
lhotari
added a commit
that referenced
this pull request
Jul 25, 2026
(cherry picked from commit 4bfb080)
sandeep-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Jul 31, 2026
(cherry picked from commit 4bfb080)
sandeep-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Jul 31, 2026
(cherry picked from commit 4bfb080)
sandeep-ctds
pushed a commit
to datastax/pulsar
that referenced
this pull request
Jul 31, 2026
(cherry picked from commit 4bfb080)
nodece
pushed a commit
to ascentstream/pulsar
that referenced
this pull request
Aug 28, 2026
(cherry picked from commit 4bfb080)
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.
Motivation
Keep Pulsar on the latest Jetty 12.1.x patch release. Jetty 12.1.11 release notes: https://github.com/jetty/jetty.project/releases/tag/jetty-12.1.11
Regarding security fixes: no published Jetty security advisory lists 12.1.11 as its patched version — the most recent Jetty CVEs (CVE-2026-10050 and CVE-2026-10051) were already addressed in 12.1.10, which Pulsar upgraded to previously. However, 12.1.11 contains notable robustness and availability fixes that are relevant to Pulsar's use of Jetty in the broker web service, proxy and function worker:
HttpChannelState.onIdleTimeoutReentrantLock (server lockup / availability issue)Modifications
jettyfrom 12.1.10 to 12.1.11 ingradle/libs.versions.tomldistribution/server/src/assemble/LICENSE.bin.txtanddistribution/shell/src/assemble/LICENSE.bin.txtVerifying this change
This change is already covered by existing tests: the existing CI test coverage exercises the Jetty-based HTTP endpoints in the broker, proxy and function worker.
Does this pull request potentially affect one of the following parts:
If the box was checked, please highlight the changes