Upgrade netty to resolve CVEs#1013
Open
zkirksey wants to merge 1 commit into
Open
Conversation
jaymcnallie
approved these changes
May 19, 2026
jaymcnallie
requested changes
May 20, 2026
Member
jaymcnallie
left a comment
There was a problem hiding this comment.
Somewhere along the way netty-all changed from a fat bundle to an aggregator. It builds fine if you include netty-all since the build will resolve all the transitive dependencies. However, loading just netty-all into the OSGi container doesn't actually bring the submodules onto the class path at runtime. Update to explicitly depend on the submodules required. The sdk-app features file will need to be updated too.
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.
What does this PR do?
Upgrade netty to 4.1.133.Final to resolve CVEs
Who is reviewing it?
(please choose AT LEAST two reviewers that need to approve the PR before it can get merged; if a component team is listed, at least one of its members needs to approve)
Choose 2 committers to review/merge the PR.
(please choose ONLY two committers from below, delete the rest)
@andrewkfiedler
@bdeining
@beyelerb
@brendan-hofmann
@brjeter
@clockard
@coyotesqrl
@figliold
@jaymcnallie
@jlcsmith
@kcwire
@lessarderic
@michaelmenousek
@millerw8
@mrmateo
@pklinef
@ricklarsen - Documentation
@rzwiefel
@shaundmorris
@stustison
@tbatie
@vinamartin
How should this be tested?
Any background context you want to provide?
What are the relevant tickets?
CAL-xxx
Screenshots (if appropriate)
Checklist: