Skip to content

Commit

Permalink
fix(deps): Update grpc-java monorepo to v1.63.0 (#224)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [io.grpc:grpc-inprocess](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
| [io.grpc:grpc-testing](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
| [io.grpc:grpc-services](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
| [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |
| [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | dependencies | minor | `1.62.2` -> `1.63.0` |

---

### Release Notes

<details>
<summary>grpc/grpc-java (io.grpc:grpc-inprocess)</summary>

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

##### API Changes

-   xds: Stabilize CsdsService ([#&#8203;11003](https://togithub.com/grpc/grpc-java/issues/11003)) ([`0d749c5`](https://togithub.com/grpc/grpc-java/commit/0d749c594))
-   api: Stabilize server.getListenerSockets ([#&#8203;10910](https://togithub.com/grpc/grpc-java/issues/10910)) ([`ff34d51`](https://togithub.com/grpc/grpc-java/commit/ff34d51c7))
-   servlet: Introduce ServletServerBuilder.buildServlet([#&#8203;10921](https://togithub.com/grpc/grpc-java/issues/10921)) ([`257d1c2`](https://togithub.com/grpc/grpc-java/commit/257d1c2db))
-   api: Allow configuration of the queued byte threshold at which a Stream is considered not ready ([#&#8203;10977](https://togithub.com/grpc/grpc-java/issues/10977)) ([`2c83ef0`](https://togithub.com/grpc/grpc-java/commit/2c83ef063))

##### New Features

xds, dual stack, happy eyeballs: Support dual stack in xds, change list includes:

-   Enable new PickFirst lb policy by default. The new PickFirst implements subchannel picking logic.  ([#&#8203;11002](https://togithub.com/grpc/grpc-java/issues/11002)) ([`8a9ce99`](https://togithub.com/grpc/grpc-java/commit/8a9ce990b))
-   EDS resource now supports additional addresses ([#&#8203;11011](https://togithub.com/grpc/grpc-java/issues/11011)) ([`38f968f`](https://togithub.com/grpc/grpc-java/commit/38f968faf))
-   Change address based outlier detection to endpoint based ([#&#8203;10939](https://togithub.com/grpc/grpc-java/issues/10939)) ([`c61fe69`](https://togithub.com/grpc/grpc-java/commit/c61fe6980))
-   Enable Happy Eyeballs by default ([#&#8203;11022](https://togithub.com/grpc/grpc-java/issues/11022)) ([`51f811d`](https://togithub.com/grpc/grpc-java/commit/51f811df8))

##### Improvements

-   rls: Adding extra debug logs ([#&#8203;10902](https://togithub.com/grpc/grpc-java/issues/10902)) ([`eba699a`](https://togithub.com/grpc/grpc-java/commit/eba699ad1))
-   binder: Add missing Android API annotations ([#&#8203;10841](https://togithub.com/grpc/grpc-java/issues/10841)) ([`ce2adcc`](https://togithub.com/grpc/grpc-java/commit/ce2adcca9))
-   core: Provide DEADLINE_EXCEEDED insights for context deadline ([`3abab95`](https://togithub.com/grpc/grpc-java/commit/3abab95e7)). When the deadline triggered and the deadline was set on the RPC via the stub or CallOptions, gRPC would gather additional debugging information to help understand where the RPC took so long. However if the deadline came from io.grpc.Context the error was simply “context timed out.” Now the debugging information is provided in both cases
-   examples: Fix file paths in debug example README ([`e19f1f1`](https://togithub.com/grpc/grpc-java/commit/e19f1f15a))
-   compiler: implement ability to skip generation of javax annotation ([#&#8203;10927](https://togithub.com/grpc/grpc-java/issues/10927)) ([`0d39c2c`](https://togithub.com/grpc/grpc-java/commit/0d39c2c70)). Pass the option `jakarta_omit` to protoc-gen-grpc-java when generating code
-   xds: Get rid of xDS v2 proto dependencies ([#&#8203;10968](https://togithub.com/grpc/grpc-java/issues/10968)) ([`feab4e5`](https://togithub.com/grpc/grpc-java/commit/feab4e544)). `grpc-xds` jar size has decreased by 35%.
-   xds: Support retrieving names from wrapped resource containers ([#&#8203;10975](https://togithub.com/grpc/grpc-java/issues/10975)) ([`867e469`](https://togithub.com/grpc/grpc-java/commit/867e46940))
-   netty: improve server handling of writes to reset streams ([#&#8203;10258](https://togithub.com/grpc/grpc-java/issues/10258)) ([`a68399a`](https://togithub.com/grpc/grpc-java/commit/a68399a9b))
-   api: Fix a typo in ServerInterceptor JavaDoc ([#&#8203;10990](https://togithub.com/grpc/grpc-java/issues/10990)) ([`0b82f01`](https://togithub.com/grpc/grpc-java/commit/0b82f0126))
-   servlet: Check log fine level before hex string conversion. ([#&#8203;11038](https://togithub.com/grpc/grpc-java/issues/11038))
-   auth: Specify a locale for upper/lower case conversions (1.63.x backport) [#&#8203;11050](https://togithub.com/grpc/grpc-java/issues/11050)

##### Bug Fixes

-   xds: Copy data in least request to avoid picker data race ([`f4cc166`](https://togithub.com/grpc/grpc-java/commit/f4cc166f1)). This fixes a possible regression introduced in 1.60.0. Auditing the buggy code showed it unlikely to cause problems in practice, but that was more by happenstance than by design
-   xds: Fix data race in the xds client that contacts the control plane ([`d7628a3`](https://togithub.com/grpc/grpc-java/commit/d7628a3ab))
-   rls: Fix a local and remote race ([`aa90768`](https://togithub.com/grpc/grpc-java/commit/aa9076812)). The remote race could cause an RPC to hang until its deadline. It had been seen in practice when the client was severely CPU under-provisioned
-   xds: Fix xdsNameResolver virtual host lookup authority with xdstp style names. Use service authority instead of ldsResourceName ([#&#8203;10960](https://togithub.com/grpc/grpc-java/issues/10960)) ([`78b3972`](https://togithub.com/grpc/grpc-java/commit/78b3972ff))
-   core: Fix retry race condition that can lead to double decrementing inFlightSubStreams and so miss calling closed ([#&#8203;11026](https://togithub.com/grpc/grpc-java/issues/11026)) ([#&#8203;11033](https://togithub.com/grpc/grpc-java/issues/11033))
-   okhttp: Fix OkHTTP client transport leak ([#&#8203;11060](https://togithub.com/grpc/grpc-java/issues/11060))
-   xds: Use empty string when disabling server hostname verification ( [#&#8203;11058](https://togithub.com/grpc/grpc-java/issues/11058))

##### Dependencies

-   Upgraded google-auth-library-java to 1.22.0

##### Acknowledgement

Alex Panchenko
Benjamin Peterson
David Ankin
Prashanth Swaminathan
Touko Vainio-Kaila

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - 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 these updates again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zMzAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjMzMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
  • Loading branch information
cq-bot committed May 1, 2024
1 parent 5cf512e commit 1b69fb6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ dependencies {
implementation 'com.google.guava:guava:33.1.0-jre'
implementation 'info.picocli:picocli:4.7.5'
implementation 'com.google.guava:guava:33.1.0-jre'
implementation 'io.grpc:grpc-protobuf:1.62.2'
implementation 'io.grpc:grpc-stub:1.62.2'
implementation 'io.grpc:grpc-services:1.62.2'
implementation 'io.grpc:grpc-protobuf:1.63.0'
implementation 'io.grpc:grpc-stub:1.63.0'
implementation 'io.grpc:grpc-services:1.63.0'
implementation 'io.cloudquery:plugin-pb-java:0.0.16'
implementation 'org.apache.arrow:arrow-memory-core:15.0.2'
implementation 'org.apache.arrow:arrow-vector:15.0.2'
Expand All @@ -48,8 +48,8 @@ dependencies {
implementation 'org.apache.logging.log4j:log4j-api:2.23.1'
implementation 'org.apache.logging.log4j:log4j-core:2.23.1'

testImplementation 'io.grpc:grpc-testing:1.62.2'
testImplementation 'io.grpc:grpc-inprocess:1.62.2'
testImplementation 'io.grpc:grpc-testing:1.63.0'
testImplementation 'io.grpc:grpc-inprocess:1.63.0'
testImplementation platform('org.junit:junit-bom:5.10.2')
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
Expand Down

0 comments on commit 1b69fb6

Please sign in to comment.