Bump grpc java to 1.31.1 too#12241
Closed
dmivankov wants to merge 3 commits intobazelbuild:masterfrom
Closed
Conversation
meteorcloudy
approved these changes
Oct 12, 2020
Member
meteorcloudy
left a comment
There was a problem hiding this comment.
Nice, thanks! Can you also split this PR so that we can merge it?
4ba8ffe to
38b3e11
Compare
Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars
87e63ba to
6375c27
Compare
To allow for multi-part commit - add new third_party version - switch to new version - remove old version
6375c27 to
7e02f41
Compare
//third_party/googleapis and //third_party/remoteapis need to be fixed somehow too This reverts commit 7e02f41.
Contributor
Author
|
@meteorcloudy I'm not really sure how to properly split this PR. I'm assuming it should be
But there are few issues with that
So my question is, do we really need to split it or passing PR build is good enough indication? Or is it ok to have 3 steps like following
Those 3 for this PR will probably collapse into
|
Member
Yes, this sounds good to me. What I did when upgrading the grpc jars from 1.20.0 to 1.26.0 was using a fallback, then add and delete the jars in the same commit. , which ensures the bootstrap also uses the same version of grpc jars. But I don't really mind the small inconsistency in a short period of time. |
dmivankov
added a commit
to dmivankov/bazel
that referenced
this pull request
Oct 13, 2020
Part 1: switch third_party/grpc to 1.31.1 but keep 1.26.0 jars around Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars
dmivankov
added a commit
to dmivankov/bazel
that referenced
this pull request
Oct 13, 2020
Part 2: switch bootstrap to 1.31.1 jars Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars
dmivankov
added a commit
to dmivankov/bazel
that referenced
this pull request
Oct 13, 2020
Part 3: drop 1.26.0 jars Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars
Contributor
Author
bazel-io
pushed a commit
that referenced
this pull request
Oct 13, 2020
Part 1: switch third_party/grpc to 1.31.1 but keep 1.26.0 jars around Composed PR: #12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars Closes #12255
dmivankov
added a commit
to dmivankov/bazel
that referenced
this pull request
Oct 13, 2020
Part 2: switch bootstrap to 1.31.1 jars Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars
dmivankov
added a commit
to dmivankov/bazel
that referenced
this pull request
Oct 13, 2020
Part 3: drop 1.26.0 jars Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars
bazel-io
pushed a commit
that referenced
this pull request
Oct 14, 2020
Part 3: drop 1.26.0 jars Composed PR: #12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars Closes #12257
Contributor
Author
|
merged by linked parts |
coeuvre
pushed a commit
to coeuvre/bazel
that referenced
this pull request
Oct 22, 2020
Part 1: switch third_party/grpc to 1.31.1 but keep 1.26.0 jars around Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars Closes bazelbuild#12255
coeuvre
pushed a commit
to coeuvre/bazel
that referenced
this pull request
Oct 22, 2020
Part 3: drop 1.26.0 jars Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars Closes bazelbuild#12257
coeuvre
pushed a commit
to coeuvre/bazel
that referenced
this pull request
Oct 22, 2020
Part 1: switch third_party/grpc to 1.31.1 but keep 1.26.0 jars around Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars Closes bazelbuild#12255
coeuvre
pushed a commit
to coeuvre/bazel
that referenced
this pull request
Oct 22, 2020
Part 3: drop 1.26.0 jars Composed PR: bazelbuild#12241 Between 1.26.0 and 1.31.1 grpc-java had changes including - bugfixes - netty 4.1.42.Final -> 4.1.48.Final (we're already on 4.1.48.Final) - guava 28.1-android -> 29.0-android (we're already on 29.0-android) - google auth 0.18.0 -> 0.20.0 (we're still on 0.17.1) - protobuf 3.11.0 -> 3.12.0 (not a runtime dependency) Transitively there's also dependency updates - google-http-client 1.30.1 -> 1.33.0 (we're still on 1.22.0) - jackson-core .. -> 2.10.0 (we're at 2.8.6) and likely more Quick look over changelogs doesn't reveal big breakages, so hopefully this the update is compatible with other bootstrap jars Closes bazelbuild#12257
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Between 1.26.0 and 1.31.1 grpc-java had changes including
Transitively there's also dependency updates
and likely more
Quick look over changelogs doesn't reveal big breakages, so hopefully
this the update is compatible with other bootstrap jars