-
Notifications
You must be signed in to change notification settings - Fork 54
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
[ggj][codegen] fix: use Java packages for resname codegen #323
Conversation
This file contains 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
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Sep 18, 2020
suztomo
pushed a commit
that referenced
this pull request
Dec 16, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [2.1.2](https://www.github.com/googleapis/api-common-java/compare/v2.1.1...v2.1.2) (2022-01-06) ### Dependencies * update dependency com.google.auto.value:auto-value to v1.9 ([#323](https://www.github.com/googleapis/api-common-java/issues/323)) ([e116b44](https://www.github.com/googleapis/api-common-java/commit/e116b44d0373b0c4e1cd474bd9ca76477568d4f3)) * update dependency com.google.auto.value:auto-value-annotations to v1.9 ([#324](https://www.github.com/googleapis/api-common-java/issues/324)) ([afdbf21](https://www.github.com/googleapis/api-common-java/commit/afdbf21fbad4e5e227f65763f8088b3d20e45d31)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo
pushed a commit
that referenced
this pull request
Dec 16, 2022
[![WhiteSource Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.grpc:grpc-bom](https://github.com/grpc/grpc-java) | `1.44.0` -> `1.45.0` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.45.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.45.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.45.0/compatibility-slim/1.44.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-bom/1.45.0/confidence-slim/1.44.0)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>grpc/grpc-java</summary> ### [`v1.45.0`](https://github.com/grpc/grpc-java/releases/v1.45.0) [Compare Source](https://github.com/grpc/grpc-java/compare/v1.44.1...v1.45.0) #### gRPC Java 1.45.0 Release Notes ##### Bug Fixes - rls: fix child lb leak when client channel is shutdown ([#​8750](https://github.com/grpc/grpc-java/issues/8750)) - rls: fix RLS lb policy name ([#​8867](https://github.com/grpc/grpc-java/issues/8867)) - testing: fix GrpcCleanupRule issue when retrying tests ([#​8918](https://github.com/grpc/grpc-java/issues/8918)) - xds: Fix XdsNameResolver blindly propagates control plane errors ([#​8953](https://github.com/grpc/grpc-java/issues/8953)). This change forces the use of UNAVAILABLE for any xDS communication failures, which otherwise could greatly confuse an application - xds: fix validation code to accept new-style CertificateProviderPluginInstance ([#​8892](https://github.com/grpc/grpc-java/issues/8892)) - xds: fix a concurrency issue in CSDS ClientStatus responses ([#​8795](https://github.com/grpc/grpc-java/issues/8795)) - xds: Squelch "Failed to resolve name" ADS reconnection error logs. Workaround for [#​8886](https://github.com/grpc/grpc-java/issues/8886) ([#​8942](https://github.com/grpc/grpc-java/issues/8942)) - xds: Improve priority failover handling for IDLE subpolicies ([#​8926](https://github.com/grpc/grpc-java/issues/8926)). This mainly improves behavior with ring_hash - bom: Include grpc-binder - binder: Fix a ServiceConnection leak ([#​8861](https://github.com/grpc/grpc-java/issues/8861)) - binder: Increase fairness across streams when limited by flow control. This can dramatically reduce latency when channel is being used for high throughput ([#​8835](https://github.com/grpc/grpc-java/issues/8835)) - android: fix for app coming to foreground ([#​8855](https://github.com/grpc/grpc-java/issues/8855)) ##### Behavior Changes - Local-only transparent retry is (practically) unlimited now. Previously it was at most once per RPC. - xds: implement least_request load balancing policy ([#​8739](https://github.com/grpc/grpc-java/issues/8739)) ##### Dependencies - Bump Error Prone Annotations to 2.10.0 - Bump Guava to 31.0.1-android - Bump Google Auth Library to 1.4.0 - Bump Auto Value to 1.9 - netty: Include both x86 and Arm64 epoll as dependency for grpc-netty-shaded - testing: remove opencensus dependency from grpc-testing ([#​8833](https://github.com/grpc/grpc-java/issues/8833)) ### [`v1.44.1`](https://github.com/grpc/grpc-java/releases/v1.44.1) [Compare Source](https://github.com/grpc/grpc-java/compare/v1.44.0...v1.44.1) ##### **Bug Fixes** - xds: fix the validation code to accept new-style CertificateProviderPluginInstance wherever used ([#​8901](https://github.com/grpc/grpc-java/issues/8901) fixes [#​8885](https://github.com/grpc/grpc-java/issues/8885)) - binder: Fix a ServiceConnection leak ([#​8861](https://github.com/grpc/grpc-java/issues/8861) closes [#​8726](https://github.com/grpc/grpc-java/issues/8726)) - android: fix for app coming to foreground ([#​8904](https://github.com/grpc/grpc-java/issues/8904) closes [#​8850](https://github.com/grpc/grpc-java/issues/8850)) </details> --- ### Configuration 📅 **Schedule**: At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-common-protos).
suztomo
pushed a commit
that referenced
this pull request
Dec 16, 2022
🤖 I have created a release *beep* *boop* --- ## [2.8.0](googleapis/java-common-protos@v2.7.4...v2.8.0) (2022-03-11) ### Features * KMS configuration in settings ([#322](googleapis/java-common-protos#322)) ([007233b](googleapis/java-common-protos@007233b)) ### Dependencies * update dependency io.grpc:grpc-bom to v1.45.0 ([#323](googleapis/java-common-protos#323)) ([589506c](googleapis/java-common-protos@589506c)) * update dependency io.grpc:grpc-protobuf to v1.44.1 ([#324](googleapis/java-common-protos#324)) ([09d4cf3](googleapis/java-common-protos@09d4cf3)) * update dependency io.grpc:grpc-protobuf to v1.45.0 ([#336](googleapis/java-common-protos#336)) ([75fe492](googleapis/java-common-protos@75fe492)) * update dependency io.grpc:grpc-stub to v1.44.1 ([#325](googleapis/java-common-protos#325)) ([74f8523](googleapis/java-common-protos@74f8523)) * update dependency io.grpc:grpc-stub to v1.45.0 ([#335](googleapis/java-common-protos#335)) ([5b50031](googleapis/java-common-protos@5b50031)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo
pushed a commit
that referenced
this pull request
Mar 21, 2023
🤖 I have created a release \*beep\* \*boop\* --- ### Updating meta-information for bleeding-edge SNAPSHOT release. --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
suztomo
pushed a commit
that referenced
this pull request
Mar 21, 2023
…s to v2.0.1 (#323) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.api.grpc:proto-google-common-protos](https://github.com/googleapis/java-iam) | patch | `2.0.0` -> `2.0.1` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. :no_bell: **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-core).
suztomo
pushed a commit
that referenced
this pull request
Mar 21, 2023
🤖 I have created a release \*beep\* \*boop\* --- ## [1.94.0](https://www.github.com/googleapis/java-core/compare/v1.93.10...v1.94.0) (2020-11-10) ### Features * **test:** add new MultipleAttemptRule, StdOutCaptureRule & StdErrCaptureRule JUnit 4 rules ([#327](https://www.github.com/googleapis/java-core/issues/327)) ([53f6af8](https://www.github.com/googleapis/java-core/commit/53f6af8062c4267d401c03d2e9648015bc0d9db0)) ### Dependencies * update dependency com.google.api.grpc:proto-google-common-protos to v2.0.1 ([#323](https://www.github.com/googleapis/java-core/issues/323)) ([967b3c5](https://www.github.com/googleapis/java-core/commit/967b3c54d94e78fa9347112cd4157830361b3e4e)) * update dependency com.google.api.grpc:proto-google-iam-v1 to v1.0.3 ([#324](https://www.github.com/googleapis/java-core/issues/324)) ([1ae2e58](https://www.github.com/googleapis/java-core/commit/1ae2e58b804faaa7d3217a2a0ee9b4216d621190)) * update dependency com.google.http-client:google-http-client-bom to v1.38.0 ([#325](https://www.github.com/googleapis/java-core/issues/325)) ([f0e4d9a](https://www.github.com/googleapis/java-core/commit/f0e4d9abf8d4bc62e07d5411c715f892c54939fa)) * update dependency io.grpc:grpc-bom to v1.33.1 ([#319](https://www.github.com/googleapis/java-core/issues/319)) ([1ba3c70](https://www.github.com/googleapis/java-core/commit/1ba3c702e382a6540346a10bf7fa99f61b3a4bd7)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please).
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.
No description provided.