Skip to content

Upgrade to Protobuf 3.7.0 #5454

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

Merged
merged 1 commit into from
Mar 11, 2019
Merged

Upgrade to Protobuf 3.7.0 #5454

merged 1 commit into from
Mar 11, 2019

Conversation

ejona86
Copy link
Member

@ejona86 ejona86 commented Mar 9, 2019

This version of Protobuf works with Bazel's
--incompatible_disable_deprecated_attr_params. It also avoids a noisy
reflective access warning in JDK 9+ (nothing was broken before; the warning was
overzealous).

Fixes #5383

This version of Protobuf works with Bazel's
--incompatible_disable_deprecated_attr_params. It also avoids a noisy
reflective access warning in JDK 9+ (nothing was broken before; the warning was
overzealous).

Fixes grpc#5383
Copy link
Contributor

@dapengzhang0 dapengzhang0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the commit description, it might be better to add protobuf-370 depends on errorprone-232 and bazel_skylib.

@ejona86
Copy link
Member Author

ejona86 commented Mar 11, 2019

@dapengzhang0, I don't understand what you are suggesting.

@dapengzhang0
Copy link
Contributor

What I meant is: in the description, explain why you bumped errorprone version and added bazel_skylib.

@ejona86 ejona86 merged commit d7e53e8 into grpc:master Mar 11, 2019
@ejona86 ejona86 deleted the protobuf-3.7.0 branch March 11, 2019 21:39
@lock lock bot locked as resolved and limited conversation to collaborators Jun 9, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bazel incompatible changes
2 participants