-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Bump up netty to 4.1.99 #11389
Bump up netty to 4.1.99 #11389
Conversation
As I've noticed from grpc-java repo, grpc/grpc-java#10401, netty 4.1.94 suffers from performance issue. |
Interesting. @kezhenxu94 Is 4.1.93 good enough from CVE perspective? |
pom.xml
Outdated
@@ -170,7 +170,7 @@ | |||
|
|||
<!-- core lib dependency --> | |||
<grpc.version>1.53.0</grpc.version> | |||
<netty.version>4.1.86.Final</netty.version> | |||
<netty.version>4.1.94.Final</netty.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.
What about 4.1.97. As it is used by grpc-java
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.
@lujiajing1126 We manage netty version separately AFAIK. We ignore the gRPC-Java dependency. The skywalking-eye license check verified the final use.
The regression is fixed in 4.1.96.Final and now i bump to 4.1.99.Final |
CHANGES
log.