Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

[ggj][codegen] fix: use Java packages for resname codegen #323

Merged
merged 23 commits into from
Sep 19, 2020
Merged

Conversation

miraleung
Copy link
Contributor

No description provided.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Sep 18, 2020
Base automatically changed from gp/g11 to master September 19, 2020 05:58
@miraleung miraleung merged commit 9ae33f4 into master Sep 19, 2020
@miraleung miraleung deleted the gp/g12 branch September 19, 2020 06:02
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 ([#&#8203;8750](https://github.com/grpc/grpc-java/issues/8750))
-   rls: fix RLS lb policy name ([#&#8203;8867](https://github.com/grpc/grpc-java/issues/8867))
-   testing: fix GrpcCleanupRule issue when retrying tests ([#&#8203;8918](https://github.com/grpc/grpc-java/issues/8918))
-   xds: Fix XdsNameResolver blindly propagates control plane errors ([#&#8203;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 ([#&#8203;8892](https://github.com/grpc/grpc-java/issues/8892))
-   xds: fix a concurrency issue in CSDS ClientStatus responses ([#&#8203;8795](https://github.com/grpc/grpc-java/issues/8795))
-   xds: Squelch "Failed to resolve name" ADS reconnection error logs. Workaround for [#&#8203;8886](https://github.com/grpc/grpc-java/issues/8886) ([#&#8203;8942](https://github.com/grpc/grpc-java/issues/8942))
-   xds: Improve priority failover handling for IDLE subpolicies ([#&#8203;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 ([#&#8203;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 ([#&#8203;8835](https://github.com/grpc/grpc-java/issues/8835))
-   android: fix for app coming to foreground ([#&#8203;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 ([#&#8203;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 ([#&#8203;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 ([#&#8203;8901](https://github.com/grpc/grpc-java/issues/8901) fixes [#&#8203;8885](https://github.com/grpc/grpc-java/issues/8885))
-   binder: Fix a ServiceConnection leak ([#&#8203;8861](https://github.com/grpc/grpc-java/issues/8861) closes [#&#8203;8726](https://github.com/grpc/grpc-java/issues/8726))
-   android: fix for app coming to foreground ([#&#8203;8904](https://github.com/grpc/grpc-java/issues/8904) closes [#&#8203;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://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://github.com/googleapis/java-core/issues/327)) ([53f6af8](https://github.com/googleapis/java-core/commit/53f6af8062c4267d401c03d2e9648015bc0d9db0))


### Dependencies

* update dependency com.google.api.grpc:proto-google-common-protos to v2.0.1 ([#323](https://github.com/googleapis/java-core/issues/323)) ([967b3c5](https://github.com/googleapis/java-core/commit/967b3c54d94e78fa9347112cd4157830361b3e4e))
* update dependency com.google.api.grpc:proto-google-iam-v1 to v1.0.3 ([#324](https://github.com/googleapis/java-core/issues/324)) ([1ae2e58](https://github.com/googleapis/java-core/commit/1ae2e58b804faaa7d3217a2a0ee9b4216d621190))
* update dependency com.google.http-client:google-http-client-bom to v1.38.0 ([#325](https://github.com/googleapis/java-core/issues/325)) ([f0e4d9a](https://github.com/googleapis/java-core/commit/f0e4d9abf8d4bc62e07d5411c715f892c54939fa))
* update dependency io.grpc:grpc-bom to v1.33.1 ([#319](https://github.com/googleapis/java-core/issues/319)) ([1ba3c70](https://github.com/googleapis/java-core/commit/1ba3c702e382a6540346a10bf7fa99f61b3a4bd7))
---


This PR was generated with [Release Please](https://github.com/googleapis/release-please).
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant