CASSJAVA-128 Upgrade Netty to 4.1.130 on 3.x#2089
Open
absurdfarce wants to merge 1 commit into
Open
Conversation
absurdfarce
commented
May 12, 2026
| <netty.version>4.1.119.Final</netty.version> | ||
| <netty-tcnative.version>2.0.70.Final</netty-tcnative.version> | ||
| <netty.version>4.1.130.Final</netty.version> | ||
| <netty-tcnative.version>2.0.74.Final</netty-tcnative.version> |
Contributor
Author
There was a problem hiding this comment.
Following convention tcnative is updated to the version specified in the corresponding Netty POM
tolbertam
approved these changes
May 13, 2026
Contributor
Author
|
@tolbertam mentioned that we should include the lz4 updates that were on the original 4.x PR (since that was the primary point of the PR in question). Only problem is the version of the lz4 impl we switched to in that PR is built for Java7 and up... and we need that version to get the CVE fix. Still discussing what to do about this. |
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.
Mirroring similar work done for 4.x