-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade Netty version to 4.1.60.final #10073
Conversation
pom.xml
Outdated
@@ -106,7 +106,7 @@ flexible messaging model and an intuitive client API.</description> | |||
<snappy.version>1.1.7</snappy.version> <!-- ZooKeeper server --> | |||
<dropwizardmetrics.version>3.2.5</dropwizardmetrics.version> <!-- ZooKeeper server --> | |||
<curator.version>5.1.0</curator.version> | |||
<netty.version>4.1.51.Final</netty.version> | |||
<netty.version>4.1.60.Final</netty.version> | |||
<netty-tc-native.version>2.0.33.Final</netty-tc-native.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should update to the accompanying tc native version as well : 2.0.36.
Also, the license files need to be updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also in pulsar-sql/presto-distribution/LICENSE
Co-authored-by: Ali Ahmed <alia@splunk.com> (cherry picked from commit ae606b9)
I can see that this fix has been backported to branch-2.7 . Is there anything that prevents upgrading Netty in branch-2.6 ? |
Co-authored-by: Ali Ahmed <alia@splunk.com>
This reverts commit ae606b9.
Upgrade netty to resolve security issues in the current version.
Fixes #10071