-
Notifications
You must be signed in to change notification settings - Fork 205
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 to grpc 1.44.0 with scalapb/netty/grpc/protobuf/guava in proven combination #12628
upgrade to grpc 1.44.0 with scalapb/netty/grpc/protobuf/guava in proven combination #12628
Conversation
d7ee465
to
4a53b0c
Compare
WORKSPACE
Outdated
@@ -685,7 +685,7 @@ proto_library( | |||
visibility = ["//visibility:public"], | |||
) | |||
""", | |||
sha256 = "e2dc7ad98f2bc1a78442a3e20eeef0381be008c18bf22f0dcb56283981977e01", | |||
sha256 = "9cfede22ded095d600d9cc68a4aa83fe210e2628b2a81bf91f4de2d576a50984", |
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.
@aherrmann-da @cocreature can we move this SHA to bazel_tools/scalapb.bzl
so it is closer to where you are upticking the scalapb version and it is clearer it needs to move in tandem?
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.
sure move it around as you see fit
These tests look to be failing with the straight uptick
|
8072861
to
fbd16c1
Compare
6377883
to
479a389
Compare
Ah, that classic failure code, "200 OK". |
rebase, we fixed that yesterday |
479a389
to
bd6667c
Compare
CHANGELOG_BEGIN Upgrade scalapb, netty, grpc, protobuf and guava versions CHANGELOG_END
bd6667c
to
5afa1f2
Compare
…d-grpc-netty-protobuf-scalapb
We are currently running in a slightly oddball combo of netty and grpc (at least not a vetted combo as per netty documentation) - this pr upticks to the most up to data blessed netty/grpc/scalapb and friends combination
createGraph
instead ofcreate
and the need to implementsize
methodguava
andprotobuf
to top level definitions next to grpc to remind that they should be updated in concert with changes to grpc and Netty