Skip to content
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] feat: add settingsBuilder getters in ServiceStubSettings #246

Merged
merged 23 commits into from
Aug 29, 2020

Conversation

miraleung
Copy link
Contributor

No description provided.

Base automatically changed from gp/g20 to master August 29, 2020 05:43
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Aug 29, 2020
@miraleung miraleung merged commit f99d0ac into master Aug 29, 2020
@miraleung miraleung deleted the gp/g21 branch August 29, 2020 05:50
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-protobuf](https://togithub.com/grpc/grpc-java) | `1.42.1` -> `1.43.2` | [![age](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.43.2/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.43.2/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.43.2/compatibility-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/io.grpc:grpc-protobuf/1.43.2/confidence-slim/1.42.1)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

<details>
<summary>grpc/grpc-java</summary>

### [`v1.43.2`](https://togithub.com/grpc/grpc-java/releases/v1.43.2)

##### Dependencies

-   Upgraded Protobuf to 3.19.2 to avoid CVE-2021-22569. See the [protobuf advisory](https://togithub.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67)

### [`v1.43.1`](https://togithub.com/grpc/grpc-java/releases/v1.43.1)

##### Bug Fixes

-   core: fix a race condition when calling ManagedChannel#enterIdle() ([#&#8203;8761](https://togithub.com/grpc/grpc-java/issues/8761))

##### Dependencies

-   Bump GSON to 2.8.9 ([#&#8203;8764](https://togithub.com/grpc/grpc-java/issues/8764))

### [`v1.43.0`](https://togithub.com/grpc/grpc-java/releases/v1.43.0)

##### API Changes

-   alts: Make GoogleDefaultChannelCredentials take a CallCredentials ([#&#8203;8548](https://togithub.com/grpc/grpc-java/issues/8548))
-   binder: Support BinderChannelBuilder.forTarget ([#&#8203;8633](https://togithub.com/grpc/grpc-java/issues/8633))
-   inprocess: Add support for anonymous in-process servers ([#&#8203;8589](https://togithub.com/grpc/grpc-java/issues/8589))

##### Bug Fixes

-   census: fixed a bug which in rare cases, a NullPointerException may be thrown by `recordFinishedAttempt()`.  Users not enabling grpc-census are not impacted by this bug ([#&#8203;8706](https://togithub.com/grpc/grpc-java/issues/8706))
-   xds: stop generating UUIDs for filter chains that lack them. The UUID was preventing the XdsServer from noticing when a control plane sent a needless duplicate update, causing XdsServer to drain all its existing connections to use the “new” configuration [#&#8203;8663](https://togithub.com/grpc/grpc-java/issues/8663)
-   xds: fix a bug where XdsServer didn’t block start() when configuration is missing, and instead errored. [#&#8203;8660](https://togithub.com/grpc/grpc-java/issues/8660)

##### New Features

-   protoc-gen-grpc-java plugin support for Apple M1 architecture ([#&#8203;7690](https://togithub.com/grpc/grpc-java/issues/7690))
-   okhttp: introduced new TLS1.2 cipher suites and internal okhttp implementation for TLS1.3 prepared ([#&#8203;8650](https://togithub.com/grpc/grpc-java/issues/8650))
-   netty: Add ability to set system property `-Dio.grpc.netty.disableConnectionHeaderCheck=false` to disable HTTP Connection header check. This is a temporary workaround to allow fixing out-of-spec HTTP/2 clients ([#&#8203;8683](https://togithub.com/grpc/grpc-java/issues/8683))

##### Dependencies

-   bump guava to 30.1.1-android ([#&#8203;8748](https://togithub.com/grpc/grpc-java/issues/8748))
-   bump protobuf to 3.19.1 ([#&#8203;8748](https://togithub.com/grpc/grpc-java/issues/8748))

##### Acknowledgement

[@&#8203;beatrausch](https://togithub.com/beatrausch)
[@&#8203;benjaminp](https://togithub.com/benjaminp) Benjamin Peterson
[@&#8203;cfredri4](https://togithub.com/cfredri4)
[@&#8203;kdubb](https://togithub.com/kdubb) Kevin Wooten

### [`v1.42.2`](https://togithub.com/grpc/grpc-java/releases/v1.42.2)

##### Bug Fixes

-   census: fixed a bug which in rare cases, a NullPointerException may be thrown by `recordFinishedAttempt()`.  Users not enabling grpc-census are not impacted by this bug ([#&#8203;8706](https://togithub.com/grpc/grpc-java/issues/8706))
-   core: fix a race condition when calling `ManagedChannel.enterIdle()` ([#&#8203;8746](https://togithub.com/grpc/grpc-java/issues/8746))

##### Dependencies

-   Upgraded Protobuf to 3.18.2 to avoid CVE-2021-22569. See the [protobuf advisory](https://togithub.com/protocolbuffers/protobuf/security/advisories/GHSA-wrvw-hg22-4m67)
-   Upgraded Guava to 30.1.1-android

</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-iam).
suztomo pushed a commit that referenced this pull request Dec 16, 2022
🤖 I have created a release \*beep\* \*boop\*
---
### [1.2.1](https://www.github.com/googleapis/java-iam/compare/v1.2.0...v1.2.1) (2022-01-07)


### Bug Fixes

* **java:** run Maven in plain console-friendly mode ([#1301](https://www.github.com/googleapis/java-iam/issues/1301)) ([#251](https://www.github.com/googleapis/java-iam/issues/251)) ([f9a43e7](https://www.github.com/googleapis/java-iam/commit/f9a43e777f56cac79576c5eeec394403440a4bac))


### Dependencies

* update dependency com.google.api:api-common to v2.1.2 ([#256](https://www.github.com/googleapis/java-iam/issues/256)) ([1e4a815](https://www.github.com/googleapis/java-iam/commit/1e4a81564862318acae6f030cf4a58fbc40ab690))
* update dependency com.google.cloud:google-cloud-shared-dependencies to v2.6.0 ([#257](https://www.github.com/googleapis/java-iam/issues/257)) ([f91dcd8](https://www.github.com/googleapis/java-iam/commit/f91dcd88910b60236477adfab3583b09ce3342ab))
* update dependency com.google.protobuf:protobuf-java to v3.19.2 ([#254](https://www.github.com/googleapis/java-iam/issues/254)) ([c6c5917](https://www.github.com/googleapis/java-iam/commit/c6c5917a836899bf79625d2bfe2f3160d564b1f7))
* update dependency io.grpc:grpc-protobuf to v1.43.2 ([#246](https://www.github.com/googleapis/java-iam/issues/246)) ([6f61d23](https://www.github.com/googleapis/java-iam/commit/6f61d23f1ca7b5d0b0519280c1854d5880bdbb3c))
* update dependency io.grpc:grpc-stub to v1.43.2 ([#247](https://www.github.com/googleapis/java-iam/issues/247)) ([9d3c722](https://www.github.com/googleapis/java-iam/commit/9d3c72246efed53be7a30c2604b7d002c57a38a3))
---


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
suztomo pushed a commit that referenced this pull request Mar 21, 2023
🤖 I have created a release \*beep\* \*boop\* 
---
### [1.93.7](https://www.github.com/googleapis/java-core/compare/v1.93.6...v1.93.7) (2020-07-08)


### Dependencies

* update core dependencies ([#241](https://www.github.com/googleapis/java-core/issues/241)) ([dc7d908](https://www.github.com/googleapis/java-core/commit/dc7d908583aebf3b3229934b9fbe52577b1a6a41))
* update dependency com.google.api:api-common to v1.9.3 ([#250](https://www.github.com/googleapis/java-core/issues/250)) ([be45c8e](https://www.github.com/googleapis/java-core/commit/be45c8ed99e81fb041d5c755b313ce1804a2116b))
* update dependency com.google.api:gax-bom to v1.57.1 ([#251](https://www.github.com/googleapis/java-core/issues/251)) ([5a0be13](https://www.github.com/googleapis/java-core/commit/5a0be131c7bf1a9f3511687a5232396980bbc1d7))
* update dependency com.google.auth:google-auth-library-bom to v0.21.1 ([#252](https://www.github.com/googleapis/java-core/issues/252)) ([1aeed6e](https://www.github.com/googleapis/java-core/commit/1aeed6e3ae57a78177d069f3edfef47db15bd5b1))
* update dependency com.google.errorprone:error_prone_annotations to v2.4.0 ([#226](https://www.github.com/googleapis/java-core/issues/226)) ([99e838b](https://www.github.com/googleapis/java-core/commit/99e838bf70c0549598805e08ecb107cb0a283201))
* update dependency com.google.http-client:google-http-client-bom to v1.36.0 ([#248](https://www.github.com/googleapis/java-core/issues/248)) ([fae0b3b](https://www.github.com/googleapis/java-core/commit/fae0b3bd897b50bf85397884bf7845b33df618ea))
---


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
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