-
Notifications
You must be signed in to change notification settings - Fork 107
Conversation
ci / bazel failed:
Retrying. Still failed: https://github.com/googleapis/gax-java/runs/4229186018?check_suite_focus=true |
GRPC 1.42.0 drops support for bazel 1-3 in this PR. The github action runner on this repo runs bazel 3.7.2, consequently the bazel check fails. |
This error happened when the check was run in the googleapis container
|
@@ -23,9 +23,9 @@ version.gax_httpjson=0.92.1-SNAPSHOT | |||
# Versions for dependencies which actual artifacts differ between Bazel and Gradle. | |||
# Gradle build depends on prebuilt maven artifacts, while Bazel build depends on Bazel workspaces | |||
# with the sources. | |||
version.com_google_protobuf=3.18.1 | |||
version.com_google_protobuf=3.19.1 |
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.
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.
We have to upgrade to the latest in protobuf too. The rest of the java client libraries will upgrade to protobuf 3.19.1 with shared deps 2.5.0.
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.
#1571 will fix the protobuf problem.
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.
1571 has been merged.
@@ -22,7 +22,9 @@ jobs: | |||
|
|||
bazel: | |||
runs-on: ubuntu-latest | |||
container: gcr.io/gapic-images/googleapis-bazel:20210105 |
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.
This had Bazel 3.
This has been resolved and merged.
…On Tue, Nov 30, 2021 at 9:48 AM Chanseok Oh ***@***.***> wrote:
@Neenu1995 <https://github.com/Neenu1995> what's the status of this PR?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1559 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADFICH3DOPM7MCKNYTX3VO3UOTP3VANCNFSM5IE77EEA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
--
*Neenu Shaji*
***@***.***
Developer Programs Engineer
51 Breithaupt St., Kitchener, Canada
|
🤖 I have created a release \*beep\* \*boop\* --- ### [2.7.1](https://www.github.com/googleapis/gax-java/compare/v2.7.0...v2.7.1) (2021-12-02) ### Bug Fixes * fix gRPC code conversion ([#1555](https://www.github.com/googleapis/gax-java/issues/1555)) ([09b99d5](https://www.github.com/googleapis/gax-java/commit/09b99d591497b44c3c25b1a54abb0f1cb69d7376)) * pass error message when creating ApiException ([#1556](https://www.github.com/googleapis/gax-java/issues/1556)) ([918ae41](https://www.github.com/googleapis/gax-java/commit/918ae419f84ad5721638ca10eca992333e9f7c3d)) * revert generics syntax change in MockHttpService test utility ([#1574](https://www.github.com/googleapis/gax-java/issues/1574)) ([b629488](https://www.github.com/googleapis/gax-java/commit/b629488ffc7d68158158d9197695158f97229c7b)) * update exception mapping on HTTP error responses ([#1570](https://www.github.com/googleapis/gax-java/issues/1570)) ([8a170d1](https://www.github.com/googleapis/gax-java/commit/8a170d19b42e9b13d4c69dcfbe531d4d4ca69c90)) ### Dependencies * update grpc to 1.42.1 ([#1559](https://www.github.com/googleapis/gax-java/issues/1559)) ([92b7632](https://www.github.com/googleapis/gax-java/commit/92b76325d54604c98c798c489b3a963fdf21a75c)) * upgrade protobuf to 3.19.1 ([#1571](https://www.github.com/googleapis/gax-java/issues/1571)) ([7b354e7](https://www.github.com/googleapis/gax-java/commit/7b354e73b8ce49008bed51076afb255ca5dc68e4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
deps: update protobuf version to 3.19.1