-
Notifications
You must be signed in to change notification settings - Fork 53
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
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
Aug 29, 2020
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() ([#​8761](https://togithub.com/grpc/grpc-java/issues/8761)) ##### Dependencies - Bump GSON to 2.8.9 ([#​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 ([#​8548](https://togithub.com/grpc/grpc-java/issues/8548)) - binder: Support BinderChannelBuilder.forTarget ([#​8633](https://togithub.com/grpc/grpc-java/issues/8633)) - inprocess: Add support for anonymous in-process servers ([#​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 ([#​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 [#​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. [#​8660](https://togithub.com/grpc/grpc-java/issues/8660) ##### New Features - protoc-gen-grpc-java plugin support for Apple M1 architecture ([#​7690](https://togithub.com/grpc/grpc-java/issues/7690)) - okhttp: introduced new TLS1.2 cipher suites and internal okhttp implementation for TLS1.3 prepared ([#​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 ([#​8683](https://togithub.com/grpc/grpc-java/issues/8683)) ##### Dependencies - bump guava to 30.1.1-android ([#​8748](https://togithub.com/grpc/grpc-java/issues/8748)) - bump protobuf to 3.19.1 ([#​8748](https://togithub.com/grpc/grpc-java/issues/8748)) ##### Acknowledgement [@​beatrausch](https://togithub.com/beatrausch) [@​benjaminp](https://togithub.com/benjaminp) Benjamin Peterson [@​cfredri4](https://togithub.com/cfredri4) [@​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 ([#​8706](https://togithub.com/grpc/grpc-java/issues/8706)) - core: fix a race condition when calling `ManagedChannel.enterIdle()` ([#​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
🤖 I have created a release \*beep\* \*boop\* --- ### [0.17.1](https://www.github.com/googleapis/java-shared-dependencies/compare/0.17.0...v0.17.1) (2021-01-12) ### Dependencies * update dependency com.fasterxml.jackson:jackson-bom to v2.12.1 ([#245](https://www.github.com/googleapis/java-shared-dependencies/issues/245)) ([c927ff4](https://www.github.com/googleapis/java-shared-dependencies/commit/c927ff4d1f470976bb73537bc741ed1d824da9c4)) --- 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\* --- ### [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
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.