Skip to content
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

java: Use compatible netty-handler and tcnative-boring-ssl versions #4484

Merged
merged 2 commits into from
Jan 26, 2019

Conversation

leoxlin
Copy link

@leoxlin leoxlin commented Dec 21, 2018

We use the unshaded version of grpc-netty which requires the netty-handler and tcnative-boring-ssl versions to be kept in sync with gRPC.

The recommended version combination for gRPC 1.16.x is:

  • netty-handler: 4.1.30.Final (upgraded in this PR from 4.1.27)
  • tcnative-boring-ssl: 2.0.17.Final

We ran into some compatibility issues as we are attempting to upgrade our vitess jdbc version.
https://github.com/grpc/grpc-java/blob/master/SECURITY.md#netty

A recommended alternative is to use the shaded version of grpc which will keep all these libraries in sync. Would love to hear the thoughts on that from other vitess java users.

cc @acharis

Leo Xuzhang Lin added 2 commits December 21, 2018 11:33
Signed-off-by: Leo Xuzhang Lin <llin@hubspot.com>
Signed-off-by: Leo Xuzhang Lin <llin@hubspot.com>
@sougou
Copy link
Contributor

sougou commented Jan 25, 2019

@mpawliszyn / @harshit-gangal ping

@harshit-gangal
Copy link
Member

It is a minor version upgrade of netty.

LGTM.

@sougou sougou merged commit bfd3b42 into vitessio:master Jan 26, 2019
systay pushed a commit that referenced this pull request Jul 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants