-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update Netty to the latest version #10186
Conversation
A quick smoke-test of the application was successful. |
pom.xml
Outdated
@@ -135,7 +135,7 @@ | |||
<mongodb-driver.version>3.12.1</mongodb-driver.version> | |||
<mongojack.version>2.10.1</mongojack.version> | |||
<natty.version>0.13</natty.version> | |||
<netty.version>4.1.52.Final</netty.version> | |||
<netty.version>4.1.59.Final</netty.version> | |||
<netty-tcnative-boringssl-static.version>2.0.34.Final</netty-tcnative-boringssl-static.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.
Would you mind als updating netty-tcnative to 2.0.36
?
We've had problems with that in the past, so it's a good practice to update them together
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.
For reference: https://github.com/netty/netty-tcnative/releases
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.
Thanks for the suggestion. 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.
Netty 4.1.60 just got released including a fix for a possible security problem.
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.
Works for me. Tested HTTPS and TLS enabled beats input
@bernd can you approve or remove your change request? |
Update Netty dependency to the latest version.
This was recently done in Graylog2/gelfclient#52, so the same update is being done in the graylog2-server core while we're looking at this.