You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/06/19 08:03:10 UTC

[GitHub] [dubbo] dependabot[bot] opened a new pull request, #12559: Bump grpc.version from 1.55.1 to 1.56.0

dependabot[bot] opened a new pull request, #12559:
URL: https://github.com/apache/dubbo/pull/12559

   Bumps `grpc.version` from 1.55.1 to 1.56.0.
   Updates `grpc-core` from 1.55.1 to 1.56.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-core's releases</a>.</em></p>
   <blockquote>
   <h2>v1.56.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize the <code>SynchronizationContext</code> class (<a href="https://redirect.github.com/grpc/grpc-java/issues/10130">#10130</a>).</li>
   <li>api: Stabilize <code>io.grpc.CallCredentials</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10208">#10208</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10211">#10211</a>). <code>thisUsesUnstableApi()</code> is <code>@Deprecated</code> and has a default implementation. <code>CallCredentials</code> implementations should delete their implementation or remove <code>@Overrides</code>, as the method will be deleted in the future.</li>
   <li>api: Stabilize the <code>ProxyDetector</code> hierarchy and <code>ManagedChannelBuilder.proxyDetector</code> method.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: Sticky <code>TRANSIENT_FAILURE</code> in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10106">#10106</a>). See <a href="https://github.com/grpc/proposal/blob/master/A62-pick-first.md#sticky-transient-failure">gRFC A62</a>. If it can't connect, pick-first will now immediately fail RPCs until after it successfully connects. RPCs will no longer be delayed while it performs those attempts, which previously could cause significant (error) latency. It now also performs reconnect attempts after failure and backoff without prompting; previously it required an RPC to trigger the reconnect. <code>ManagedChannel.idleTimeout</code> (defaults to 30 minutes) still applies and forces the channel idle after a period of no RPCs.</li>
   <li>stub: Add a null check for <code>responseObserver</code> into the methods for initiating a call that takes a <code>responseObserver</code> argument. This ensures a fail fast with a clearer cause instead of an NPE when the observer is first used.</li>
   <li>xds: Flip default for RLS being enabled to true for XDS (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>).  If there are no RLS configurations in your XDS or you already enabled it with the environment variable this will have no effect.  To disable it, set the flag <code>GRPC_EXPERIMENTAL_XDS_RLS_LB</code> to false.</li>
   <li>xds: Rename <code>weighted_round_robin_experimental</code> LB Policy to <code>weighted_round_robin</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10162">#10162</a>).</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>protobuf,protobuf-lite: Allow to configure protobuf recursion limit (<a href="https://redirect.github.com/grpc/grpc-java/issues/10094">#10094</a>).</li>
   <li>core: Optional address shuffle in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10110">#10110</a>).</li>
   <li>xds: <code>pick_first</code> LB configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/10181">#10181</a>).</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds: Add <code>error-per-second</code> in weight formula for client-side WRR (<a href="https://redirect.github.com/grpc/grpc-java/issues/10177">#10177</a>).</li>
   <li>xds: Use<code> application_utilization</code> and fallback to <code>cpu_utilization</code> if unset in weight formula for client-side WRR. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10256">#10256</a>).</li>
   <li>bazel: The README now mentions Bazel and where to find the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10217">#10217</a>).</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>binder: Handle unexpected exceptions on binder threads. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10092">#10092</a>.</li>
   <li>​​android,binder,cronet: <code>.aar</code> file when publishing. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10138">#10138</a>).</li>
   <li>api: Fix boundary check in <code>Status.fromCodeValue()</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10155">#10155</a>).</li>
   <li>core: Don't use system Locale for content-type matching. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10097">#10097</a>).</li>
   <li>okhttp: Fix signed-byte comparison in server when checking for ASCII in header (<a href="https://redirect.github.com/grpc/grpc-java/issues/10151">#10151</a>). Without fix, authority could contain utf-8.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Version pinning (e.g., <code>[1.56.0]</code> instead of <code>1.56.0</code>) has been removed from POMs, for both Netty and gRPC dependencies. The pinning was unreliable in Maven and ignored in Gradle, yet caused downloads during the build to fetch the version list. For a while we've had a BOM that helps reduce version skew. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10175">#10175</a>).</li>
   <li>bazel: Add java toolchain type to all rules using <code>java_common</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>).</li>
   <li>Upgraded <code>netty-tcnative-boringssl-static</code> in <code>grpc-netty-shaded</code> to 2.0.61.Final (<a href="https://redirect.github.com/grpc/grpc-java/issues/10260">#10260</a>). Netty itself was not updated.</li>
   <li>Upgraded AndroidX Annotation to 1.6.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Core to 1.10.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Lifecycle-Common to 2.6.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded OpenCensus to 0.31.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Cronet API to 108.5359.79 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded <code>proto-google-common-protos</code> to 2.17.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Gson to 2.10.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded PerfMark API to 0.26.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded RE2/J to 1.7 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/chenwei321"><code>@​chenwei321</code></a></li>
   <li><a href="https://github.com/cushon"><code>@​cushon</code></a></li>
   <li><a href="https://github.com/kloyan"><code>@​kloyan</code></a></li>
   <li><a href="https://github.com/kotlaja"><code>@​kotlaja</code></a></li>
   <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/d25095c2a714bb9abccdb6622a13b8bc768dc18a"><code>d25095c</code></a> Bump version to 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6168330b9ece0b2af227afc8d3778a1047109cc7"><code>6168330</code></a> Update README etc to reference 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b89207fe1a9461b0572531c5ef202bc89f26b2d5"><code>b89207f</code></a> Upgrade netty-tcnative to 2.0.61.Final</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/caeeb063c81318308152da7b042ce691ed36e145"><code>caeeb06</code></a> services, xds, orca: use application_utilization and fallback to cpu_utilizat...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/311e7bc65ed98d83ba760fa1dfdd915934f00d49"><code>311e7bc</code></a> Download Maven from Maven Central</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/be4dc4c36d7a2a8a32fe3dd2d5c82f45c7710c7b"><code>be4dc4c</code></a> Flip default for RLS on XDS being enabled to true. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/09260ce860a28f53d9a1023e363c00e7ddf7b84c"><code>09260ce</code></a> buildscripts, psm interop: Don't fail target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-java/issues/1">#1</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/e6d9b41895651adfd45b71834f760763edad8616"><code>e6d9b41</code></a> bazel: Add java toolchain type to all rules which are using java_common (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/4277867a7dcfd73706f347f11f6e0476c1d2d032"><code>4277867</code></a> gcp observability: Update Docker images to eclipse-temurin (<a href="https://redirect.github.com/grpc/grpc-java/issues/10218">#10218</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/df85a45742b0a1f43cbb492be1ea064fe1540154"><code>df85a45</code></a> Add a java specific description of manual flow control to the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10223">#10223</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.55.1...v1.56.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-stub` from 1.55.1 to 1.56.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-stub's releases</a>.</em></p>
   <blockquote>
   <h2>v1.56.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize the <code>SynchronizationContext</code> class (<a href="https://redirect.github.com/grpc/grpc-java/issues/10130">#10130</a>).</li>
   <li>api: Stabilize <code>io.grpc.CallCredentials</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10208">#10208</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10211">#10211</a>). <code>thisUsesUnstableApi()</code> is <code>@Deprecated</code> and has a default implementation. <code>CallCredentials</code> implementations should delete their implementation or remove <code>@Overrides</code>, as the method will be deleted in the future.</li>
   <li>api: Stabilize the <code>ProxyDetector</code> hierarchy and <code>ManagedChannelBuilder.proxyDetector</code> method.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: Sticky <code>TRANSIENT_FAILURE</code> in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10106">#10106</a>). See <a href="https://github.com/grpc/proposal/blob/master/A62-pick-first.md#sticky-transient-failure">gRFC A62</a>. If it can't connect, pick-first will now immediately fail RPCs until after it successfully connects. RPCs will no longer be delayed while it performs those attempts, which previously could cause significant (error) latency. It now also performs reconnect attempts after failure and backoff without prompting; previously it required an RPC to trigger the reconnect. <code>ManagedChannel.idleTimeout</code> (defaults to 30 minutes) still applies and forces the channel idle after a period of no RPCs.</li>
   <li>stub: Add a null check for <code>responseObserver</code> into the methods for initiating a call that takes a <code>responseObserver</code> argument. This ensures a fail fast with a clearer cause instead of an NPE when the observer is first used.</li>
   <li>xds: Flip default for RLS being enabled to true for XDS (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>).  If there are no RLS configurations in your XDS or you already enabled it with the environment variable this will have no effect.  To disable it, set the flag <code>GRPC_EXPERIMENTAL_XDS_RLS_LB</code> to false.</li>
   <li>xds: Rename <code>weighted_round_robin_experimental</code> LB Policy to <code>weighted_round_robin</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10162">#10162</a>).</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>protobuf,protobuf-lite: Allow to configure protobuf recursion limit (<a href="https://redirect.github.com/grpc/grpc-java/issues/10094">#10094</a>).</li>
   <li>core: Optional address shuffle in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10110">#10110</a>).</li>
   <li>xds: <code>pick_first</code> LB configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/10181">#10181</a>).</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds: Add <code>error-per-second</code> in weight formula for client-side WRR (<a href="https://redirect.github.com/grpc/grpc-java/issues/10177">#10177</a>).</li>
   <li>xds: Use<code> application_utilization</code> and fallback to <code>cpu_utilization</code> if unset in weight formula for client-side WRR. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10256">#10256</a>).</li>
   <li>bazel: The README now mentions Bazel and where to find the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10217">#10217</a>).</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>binder: Handle unexpected exceptions on binder threads. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10092">#10092</a>.</li>
   <li>​​android,binder,cronet: <code>.aar</code> file when publishing. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10138">#10138</a>).</li>
   <li>api: Fix boundary check in <code>Status.fromCodeValue()</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10155">#10155</a>).</li>
   <li>core: Don't use system Locale for content-type matching. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10097">#10097</a>).</li>
   <li>okhttp: Fix signed-byte comparison in server when checking for ASCII in header (<a href="https://redirect.github.com/grpc/grpc-java/issues/10151">#10151</a>). Without fix, authority could contain utf-8.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Version pinning (e.g., <code>[1.56.0]</code> instead of <code>1.56.0</code>) has been removed from POMs, for both Netty and gRPC dependencies. The pinning was unreliable in Maven and ignored in Gradle, yet caused downloads during the build to fetch the version list. For a while we've had a BOM that helps reduce version skew. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10175">#10175</a>).</li>
   <li>bazel: Add java toolchain type to all rules using <code>java_common</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>).</li>
   <li>Upgraded <code>netty-tcnative-boringssl-static</code> in <code>grpc-netty-shaded</code> to 2.0.61.Final (<a href="https://redirect.github.com/grpc/grpc-java/issues/10260">#10260</a>). Netty itself was not updated.</li>
   <li>Upgraded AndroidX Annotation to 1.6.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Core to 1.10.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Lifecycle-Common to 2.6.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded OpenCensus to 0.31.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Cronet API to 108.5359.79 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded <code>proto-google-common-protos</code> to 2.17.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Gson to 2.10.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded PerfMark API to 0.26.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded RE2/J to 1.7 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/chenwei321"><code>@​chenwei321</code></a></li>
   <li><a href="https://github.com/cushon"><code>@​cushon</code></a></li>
   <li><a href="https://github.com/kloyan"><code>@​kloyan</code></a></li>
   <li><a href="https://github.com/kotlaja"><code>@​kotlaja</code></a></li>
   <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/d25095c2a714bb9abccdb6622a13b8bc768dc18a"><code>d25095c</code></a> Bump version to 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6168330b9ece0b2af227afc8d3778a1047109cc7"><code>6168330</code></a> Update README etc to reference 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b89207fe1a9461b0572531c5ef202bc89f26b2d5"><code>b89207f</code></a> Upgrade netty-tcnative to 2.0.61.Final</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/caeeb063c81318308152da7b042ce691ed36e145"><code>caeeb06</code></a> services, xds, orca: use application_utilization and fallback to cpu_utilizat...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/311e7bc65ed98d83ba760fa1dfdd915934f00d49"><code>311e7bc</code></a> Download Maven from Maven Central</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/be4dc4c36d7a2a8a32fe3dd2d5c82f45c7710c7b"><code>be4dc4c</code></a> Flip default for RLS on XDS being enabled to true. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/09260ce860a28f53d9a1023e363c00e7ddf7b84c"><code>09260ce</code></a> buildscripts, psm interop: Don't fail target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-java/issues/1">#1</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/e6d9b41895651adfd45b71834f760763edad8616"><code>e6d9b41</code></a> bazel: Add java toolchain type to all rules which are using java_common (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/4277867a7dcfd73706f347f11f6e0476c1d2d032"><code>4277867</code></a> gcp observability: Update Docker images to eclipse-temurin (<a href="https://redirect.github.com/grpc/grpc-java/issues/10218">#10218</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/df85a45742b0a1f43cbb492be1ea064fe1540154"><code>df85a45</code></a> Add a java specific description of manual flow control to the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10223">#10223</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.55.1...v1.56.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-protobuf` from 1.55.1 to 1.56.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-protobuf's releases</a>.</em></p>
   <blockquote>
   <h2>v1.56.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize the <code>SynchronizationContext</code> class (<a href="https://redirect.github.com/grpc/grpc-java/issues/10130">#10130</a>).</li>
   <li>api: Stabilize <code>io.grpc.CallCredentials</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10208">#10208</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10211">#10211</a>). <code>thisUsesUnstableApi()</code> is <code>@Deprecated</code> and has a default implementation. <code>CallCredentials</code> implementations should delete their implementation or remove <code>@Overrides</code>, as the method will be deleted in the future.</li>
   <li>api: Stabilize the <code>ProxyDetector</code> hierarchy and <code>ManagedChannelBuilder.proxyDetector</code> method.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: Sticky <code>TRANSIENT_FAILURE</code> in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10106">#10106</a>). See <a href="https://github.com/grpc/proposal/blob/master/A62-pick-first.md#sticky-transient-failure">gRFC A62</a>. If it can't connect, pick-first will now immediately fail RPCs until after it successfully connects. RPCs will no longer be delayed while it performs those attempts, which previously could cause significant (error) latency. It now also performs reconnect attempts after failure and backoff without prompting; previously it required an RPC to trigger the reconnect. <code>ManagedChannel.idleTimeout</code> (defaults to 30 minutes) still applies and forces the channel idle after a period of no RPCs.</li>
   <li>stub: Add a null check for <code>responseObserver</code> into the methods for initiating a call that takes a <code>responseObserver</code> argument. This ensures a fail fast with a clearer cause instead of an NPE when the observer is first used.</li>
   <li>xds: Flip default for RLS being enabled to true for XDS (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>).  If there are no RLS configurations in your XDS or you already enabled it with the environment variable this will have no effect.  To disable it, set the flag <code>GRPC_EXPERIMENTAL_XDS_RLS_LB</code> to false.</li>
   <li>xds: Rename <code>weighted_round_robin_experimental</code> LB Policy to <code>weighted_round_robin</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10162">#10162</a>).</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>protobuf,protobuf-lite: Allow to configure protobuf recursion limit (<a href="https://redirect.github.com/grpc/grpc-java/issues/10094">#10094</a>).</li>
   <li>core: Optional address shuffle in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10110">#10110</a>).</li>
   <li>xds: <code>pick_first</code> LB configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/10181">#10181</a>).</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds: Add <code>error-per-second</code> in weight formula for client-side WRR (<a href="https://redirect.github.com/grpc/grpc-java/issues/10177">#10177</a>).</li>
   <li>xds: Use<code> application_utilization</code> and fallback to <code>cpu_utilization</code> if unset in weight formula for client-side WRR. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10256">#10256</a>).</li>
   <li>bazel: The README now mentions Bazel and where to find the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10217">#10217</a>).</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>binder: Handle unexpected exceptions on binder threads. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10092">#10092</a>.</li>
   <li>​​android,binder,cronet: <code>.aar</code> file when publishing. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10138">#10138</a>).</li>
   <li>api: Fix boundary check in <code>Status.fromCodeValue()</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10155">#10155</a>).</li>
   <li>core: Don't use system Locale for content-type matching. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10097">#10097</a>).</li>
   <li>okhttp: Fix signed-byte comparison in server when checking for ASCII in header (<a href="https://redirect.github.com/grpc/grpc-java/issues/10151">#10151</a>). Without fix, authority could contain utf-8.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Version pinning (e.g., <code>[1.56.0]</code> instead of <code>1.56.0</code>) has been removed from POMs, for both Netty and gRPC dependencies. The pinning was unreliable in Maven and ignored in Gradle, yet caused downloads during the build to fetch the version list. For a while we've had a BOM that helps reduce version skew. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10175">#10175</a>).</li>
   <li>bazel: Add java toolchain type to all rules using <code>java_common</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>).</li>
   <li>Upgraded <code>netty-tcnative-boringssl-static</code> in <code>grpc-netty-shaded</code> to 2.0.61.Final (<a href="https://redirect.github.com/grpc/grpc-java/issues/10260">#10260</a>). Netty itself was not updated.</li>
   <li>Upgraded AndroidX Annotation to 1.6.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Core to 1.10.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Lifecycle-Common to 2.6.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded OpenCensus to 0.31.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Cronet API to 108.5359.79 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded <code>proto-google-common-protos</code> to 2.17.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Gson to 2.10.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded PerfMark API to 0.26.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded RE2/J to 1.7 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/chenwei321"><code>@​chenwei321</code></a></li>
   <li><a href="https://github.com/cushon"><code>@​cushon</code></a></li>
   <li><a href="https://github.com/kloyan"><code>@​kloyan</code></a></li>
   <li><a href="https://github.com/kotlaja"><code>@​kotlaja</code></a></li>
   <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/d25095c2a714bb9abccdb6622a13b8bc768dc18a"><code>d25095c</code></a> Bump version to 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6168330b9ece0b2af227afc8d3778a1047109cc7"><code>6168330</code></a> Update README etc to reference 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b89207fe1a9461b0572531c5ef202bc89f26b2d5"><code>b89207f</code></a> Upgrade netty-tcnative to 2.0.61.Final</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/caeeb063c81318308152da7b042ce691ed36e145"><code>caeeb06</code></a> services, xds, orca: use application_utilization and fallback to cpu_utilizat...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/311e7bc65ed98d83ba760fa1dfdd915934f00d49"><code>311e7bc</code></a> Download Maven from Maven Central</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/be4dc4c36d7a2a8a32fe3dd2d5c82f45c7710c7b"><code>be4dc4c</code></a> Flip default for RLS on XDS being enabled to true. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/09260ce860a28f53d9a1023e363c00e7ddf7b84c"><code>09260ce</code></a> buildscripts, psm interop: Don't fail target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-java/issues/1">#1</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/e6d9b41895651adfd45b71834f760763edad8616"><code>e6d9b41</code></a> bazel: Add java toolchain type to all rules which are using java_common (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/4277867a7dcfd73706f347f11f6e0476c1d2d032"><code>4277867</code></a> gcp observability: Update Docker images to eclipse-temurin (<a href="https://redirect.github.com/grpc/grpc-java/issues/10218">#10218</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/df85a45742b0a1f43cbb492be1ea064fe1540154"><code>df85a45</code></a> Add a java specific description of manual flow control to the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10223">#10223</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.55.1...v1.56.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-context` from 1.55.1 to 1.56.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-context's releases</a>.</em></p>
   <blockquote>
   <h2>v1.56.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize the <code>SynchronizationContext</code> class (<a href="https://redirect.github.com/grpc/grpc-java/issues/10130">#10130</a>).</li>
   <li>api: Stabilize <code>io.grpc.CallCredentials</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10208">#10208</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10211">#10211</a>). <code>thisUsesUnstableApi()</code> is <code>@Deprecated</code> and has a default implementation. <code>CallCredentials</code> implementations should delete their implementation or remove <code>@Overrides</code>, as the method will be deleted in the future.</li>
   <li>api: Stabilize the <code>ProxyDetector</code> hierarchy and <code>ManagedChannelBuilder.proxyDetector</code> method.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: Sticky <code>TRANSIENT_FAILURE</code> in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10106">#10106</a>). See <a href="https://github.com/grpc/proposal/blob/master/A62-pick-first.md#sticky-transient-failure">gRFC A62</a>. If it can't connect, pick-first will now immediately fail RPCs until after it successfully connects. RPCs will no longer be delayed while it performs those attempts, which previously could cause significant (error) latency. It now also performs reconnect attempts after failure and backoff without prompting; previously it required an RPC to trigger the reconnect. <code>ManagedChannel.idleTimeout</code> (defaults to 30 minutes) still applies and forces the channel idle after a period of no RPCs.</li>
   <li>stub: Add a null check for <code>responseObserver</code> into the methods for initiating a call that takes a <code>responseObserver</code> argument. This ensures a fail fast with a clearer cause instead of an NPE when the observer is first used.</li>
   <li>xds: Flip default for RLS being enabled to true for XDS (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>).  If there are no RLS configurations in your XDS or you already enabled it with the environment variable this will have no effect.  To disable it, set the flag <code>GRPC_EXPERIMENTAL_XDS_RLS_LB</code> to false.</li>
   <li>xds: Rename <code>weighted_round_robin_experimental</code> LB Policy to <code>weighted_round_robin</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10162">#10162</a>).</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>protobuf,protobuf-lite: Allow to configure protobuf recursion limit (<a href="https://redirect.github.com/grpc/grpc-java/issues/10094">#10094</a>).</li>
   <li>core: Optional address shuffle in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10110">#10110</a>).</li>
   <li>xds: <code>pick_first</code> LB configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/10181">#10181</a>).</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds: Add <code>error-per-second</code> in weight formula for client-side WRR (<a href="https://redirect.github.com/grpc/grpc-java/issues/10177">#10177</a>).</li>
   <li>xds: Use<code> application_utilization</code> and fallback to <code>cpu_utilization</code> if unset in weight formula for client-side WRR. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10256">#10256</a>).</li>
   <li>bazel: The README now mentions Bazel and where to find the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10217">#10217</a>).</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>binder: Handle unexpected exceptions on binder threads. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10092">#10092</a>.</li>
   <li>​​android,binder,cronet: <code>.aar</code> file when publishing. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10138">#10138</a>).</li>
   <li>api: Fix boundary check in <code>Status.fromCodeValue()</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10155">#10155</a>).</li>
   <li>core: Don't use system Locale for content-type matching. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10097">#10097</a>).</li>
   <li>okhttp: Fix signed-byte comparison in server when checking for ASCII in header (<a href="https://redirect.github.com/grpc/grpc-java/issues/10151">#10151</a>). Without fix, authority could contain utf-8.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Version pinning (e.g., <code>[1.56.0]</code> instead of <code>1.56.0</code>) has been removed from POMs, for both Netty and gRPC dependencies. The pinning was unreliable in Maven and ignored in Gradle, yet caused downloads during the build to fetch the version list. For a while we've had a BOM that helps reduce version skew. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10175">#10175</a>).</li>
   <li>bazel: Add java toolchain type to all rules using <code>java_common</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>).</li>
   <li>Upgraded <code>netty-tcnative-boringssl-static</code> in <code>grpc-netty-shaded</code> to 2.0.61.Final (<a href="https://redirect.github.com/grpc/grpc-java/issues/10260">#10260</a>). Netty itself was not updated.</li>
   <li>Upgraded AndroidX Annotation to 1.6.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Core to 1.10.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Lifecycle-Common to 2.6.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded OpenCensus to 0.31.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Cronet API to 108.5359.79 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded <code>proto-google-common-protos</code> to 2.17.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Gson to 2.10.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded PerfMark API to 0.26.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded RE2/J to 1.7 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/chenwei321"><code>@​chenwei321</code></a></li>
   <li><a href="https://github.com/cushon"><code>@​cushon</code></a></li>
   <li><a href="https://github.com/kloyan"><code>@​kloyan</code></a></li>
   <li><a href="https://github.com/kotlaja"><code>@​kotlaja</code></a></li>
   <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/d25095c2a714bb9abccdb6622a13b8bc768dc18a"><code>d25095c</code></a> Bump version to 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6168330b9ece0b2af227afc8d3778a1047109cc7"><code>6168330</code></a> Update README etc to reference 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b89207fe1a9461b0572531c5ef202bc89f26b2d5"><code>b89207f</code></a> Upgrade netty-tcnative to 2.0.61.Final</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/caeeb063c81318308152da7b042ce691ed36e145"><code>caeeb06</code></a> services, xds, orca: use application_utilization and fallback to cpu_utilizat...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/311e7bc65ed98d83ba760fa1dfdd915934f00d49"><code>311e7bc</code></a> Download Maven from Maven Central</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/be4dc4c36d7a2a8a32fe3dd2d5c82f45c7710c7b"><code>be4dc4c</code></a> Flip default for RLS on XDS being enabled to true. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/09260ce860a28f53d9a1023e363c00e7ddf7b84c"><code>09260ce</code></a> buildscripts, psm interop: Don't fail target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-java/issues/1">#1</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/e6d9b41895651adfd45b71834f760763edad8616"><code>e6d9b41</code></a> bazel: Add java toolchain type to all rules which are using java_common (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/4277867a7dcfd73706f347f11f6e0476c1d2d032"><code>4277867</code></a> gcp observability: Update Docker images to eclipse-temurin (<a href="https://redirect.github.com/grpc/grpc-java/issues/10218">#10218</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/df85a45742b0a1f43cbb492be1ea064fe1540154"><code>df85a45</code></a> Add a java specific description of manual flow control to the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10223">#10223</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.55.1...v1.56.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty-shaded` from 1.55.1 to 1.56.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-netty-shaded's releases</a>.</em></p>
   <blockquote>
   <h2>v1.56.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize the <code>SynchronizationContext</code> class (<a href="https://redirect.github.com/grpc/grpc-java/issues/10130">#10130</a>).</li>
   <li>api: Stabilize <code>io.grpc.CallCredentials</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10208">#10208</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10211">#10211</a>). <code>thisUsesUnstableApi()</code> is <code>@Deprecated</code> and has a default implementation. <code>CallCredentials</code> implementations should delete their implementation or remove <code>@Overrides</code>, as the method will be deleted in the future.</li>
   <li>api: Stabilize the <code>ProxyDetector</code> hierarchy and <code>ManagedChannelBuilder.proxyDetector</code> method.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: Sticky <code>TRANSIENT_FAILURE</code> in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10106">#10106</a>). See <a href="https://github.com/grpc/proposal/blob/master/A62-pick-first.md#sticky-transient-failure">gRFC A62</a>. If it can't connect, pick-first will now immediately fail RPCs until after it successfully connects. RPCs will no longer be delayed while it performs those attempts, which previously could cause significant (error) latency. It now also performs reconnect attempts after failure and backoff without prompting; previously it required an RPC to trigger the reconnect. <code>ManagedChannel.idleTimeout</code> (defaults to 30 minutes) still applies and forces the channel idle after a period of no RPCs.</li>
   <li>stub: Add a null check for <code>responseObserver</code> into the methods for initiating a call that takes a <code>responseObserver</code> argument. This ensures a fail fast with a clearer cause instead of an NPE when the observer is first used.</li>
   <li>xds: Flip default for RLS being enabled to true for XDS (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>).  If there are no RLS configurations in your XDS or you already enabled it with the environment variable this will have no effect.  To disable it, set the flag <code>GRPC_EXPERIMENTAL_XDS_RLS_LB</code> to false.</li>
   <li>xds: Rename <code>weighted_round_robin_experimental</code> LB Policy to <code>weighted_round_robin</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10162">#10162</a>).</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>protobuf,protobuf-lite: Allow to configure protobuf recursion limit (<a href="https://redirect.github.com/grpc/grpc-java/issues/10094">#10094</a>).</li>
   <li>core: Optional address shuffle in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10110">#10110</a>).</li>
   <li>xds: <code>pick_first</code> LB configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/10181">#10181</a>).</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds: Add <code>error-per-second</code> in weight formula for client-side WRR (<a href="https://redirect.github.com/grpc/grpc-java/issues/10177">#10177</a>).</li>
   <li>xds: Use<code> application_utilization</code> and fallback to <code>cpu_utilization</code> if unset in weight formula for client-side WRR. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10256">#10256</a>).</li>
   <li>bazel: The README now mentions Bazel and where to find the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10217">#10217</a>).</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>binder: Handle unexpected exceptions on binder threads. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10092">#10092</a>.</li>
   <li>​​android,binder,cronet: <code>.aar</code> file when publishing. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10138">#10138</a>).</li>
   <li>api: Fix boundary check in <code>Status.fromCodeValue()</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10155">#10155</a>).</li>
   <li>core: Don't use system Locale for content-type matching. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10097">#10097</a>).</li>
   <li>okhttp: Fix signed-byte comparison in server when checking for ASCII in header (<a href="https://redirect.github.com/grpc/grpc-java/issues/10151">#10151</a>). Without fix, authority could contain utf-8.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Version pinning (e.g., <code>[1.56.0]</code> instead of <code>1.56.0</code>) has been removed from POMs, for both Netty and gRPC dependencies. The pinning was unreliable in Maven and ignored in Gradle, yet caused downloads during the build to fetch the version list. For a while we've had a BOM that helps reduce version skew. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10175">#10175</a>).</li>
   <li>bazel: Add java toolchain type to all rules using <code>java_common</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>).</li>
   <li>Upgraded <code>netty-tcnative-boringssl-static</code> in <code>grpc-netty-shaded</code> to 2.0.61.Final (<a href="https://redirect.github.com/grpc/grpc-java/issues/10260">#10260</a>). Netty itself was not updated.</li>
   <li>Upgraded AndroidX Annotation to 1.6.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Core to 1.10.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Lifecycle-Common to 2.6.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded OpenCensus to 0.31.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Cronet API to 108.5359.79 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded <code>proto-google-common-protos</code> to 2.17.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Gson to 2.10.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded PerfMark API to 0.26.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded RE2/J to 1.7 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/chenwei321"><code>@​chenwei321</code></a></li>
   <li><a href="https://github.com/cushon"><code>@​cushon</code></a></li>
   <li><a href="https://github.com/kloyan"><code>@​kloyan</code></a></li>
   <li><a href="https://github.com/kotlaja"><code>@​kotlaja</code></a></li>
   <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/d25095c2a714bb9abccdb6622a13b8bc768dc18a"><code>d25095c</code></a> Bump version to 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6168330b9ece0b2af227afc8d3778a1047109cc7"><code>6168330</code></a> Update README etc to reference 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b89207fe1a9461b0572531c5ef202bc89f26b2d5"><code>b89207f</code></a> Upgrade netty-tcnative to 2.0.61.Final</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/caeeb063c81318308152da7b042ce691ed36e145"><code>caeeb06</code></a> services, xds, orca: use application_utilization and fallback to cpu_utilizat...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/311e7bc65ed98d83ba760fa1dfdd915934f00d49"><code>311e7bc</code></a> Download Maven from Maven Central</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/be4dc4c36d7a2a8a32fe3dd2d5c82f45c7710c7b"><code>be4dc4c</code></a> Flip default for RLS on XDS being enabled to true. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/09260ce860a28f53d9a1023e363c00e7ddf7b84c"><code>09260ce</code></a> buildscripts, psm interop: Don't fail target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-java/issues/1">#1</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/e6d9b41895651adfd45b71834f760763edad8616"><code>e6d9b41</code></a> bazel: Add java toolchain type to all rules which are using java_common (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/4277867a7dcfd73706f347f11f6e0476c1d2d032"><code>4277867</code></a> gcp observability: Update Docker images to eclipse-temurin (<a href="https://redirect.github.com/grpc/grpc-java/issues/10218">#10218</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/df85a45742b0a1f43cbb492be1ea064fe1540154"><code>df85a45</code></a> Add a java specific description of manual flow control to the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10223">#10223</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.55.1...v1.56.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-netty` from 1.55.1 to 1.56.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-netty's releases</a>.</em></p>
   <blockquote>
   <h2>v1.56.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize the <code>SynchronizationContext</code> class (<a href="https://redirect.github.com/grpc/grpc-java/issues/10130">#10130</a>).</li>
   <li>api: Stabilize <code>io.grpc.CallCredentials</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10208">#10208</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10211">#10211</a>). <code>thisUsesUnstableApi()</code> is <code>@Deprecated</code> and has a default implementation. <code>CallCredentials</code> implementations should delete their implementation or remove <code>@Overrides</code>, as the method will be deleted in the future.</li>
   <li>api: Stabilize the <code>ProxyDetector</code> hierarchy and <code>ManagedChannelBuilder.proxyDetector</code> method.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: Sticky <code>TRANSIENT_FAILURE</code> in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10106">#10106</a>). See <a href="https://github.com/grpc/proposal/blob/master/A62-pick-first.md#sticky-transient-failure">gRFC A62</a>. If it can't connect, pick-first will now immediately fail RPCs until after it successfully connects. RPCs will no longer be delayed while it performs those attempts, which previously could cause significant (error) latency. It now also performs reconnect attempts after failure and backoff without prompting; previously it required an RPC to trigger the reconnect. <code>ManagedChannel.idleTimeout</code> (defaults to 30 minutes) still applies and forces the channel idle after a period of no RPCs.</li>
   <li>stub: Add a null check for <code>responseObserver</code> into the methods for initiating a call that takes a <code>responseObserver</code> argument. This ensures a fail fast with a clearer cause instead of an NPE when the observer is first used.</li>
   <li>xds: Flip default for RLS being enabled to true for XDS (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>).  If there are no RLS configurations in your XDS or you already enabled it with the environment variable this will have no effect.  To disable it, set the flag <code>GRPC_EXPERIMENTAL_XDS_RLS_LB</code> to false.</li>
   <li>xds: Rename <code>weighted_round_robin_experimental</code> LB Policy to <code>weighted_round_robin</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10162">#10162</a>).</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>protobuf,protobuf-lite: Allow to configure protobuf recursion limit (<a href="https://redirect.github.com/grpc/grpc-java/issues/10094">#10094</a>).</li>
   <li>core: Optional address shuffle in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10110">#10110</a>).</li>
   <li>xds: <code>pick_first</code> LB configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/10181">#10181</a>).</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds: Add <code>error-per-second</code> in weight formula for client-side WRR (<a href="https://redirect.github.com/grpc/grpc-java/issues/10177">#10177</a>).</li>
   <li>xds: Use<code> application_utilization</code> and fallback to <code>cpu_utilization</code> if unset in weight formula for client-side WRR. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10256">#10256</a>).</li>
   <li>bazel: The README now mentions Bazel and where to find the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10217">#10217</a>).</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>binder: Handle unexpected exceptions on binder threads. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10092">#10092</a>.</li>
   <li>​​android,binder,cronet: <code>.aar</code> file when publishing. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10138">#10138</a>).</li>
   <li>api: Fix boundary check in <code>Status.fromCodeValue()</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10155">#10155</a>).</li>
   <li>core: Don't use system Locale for content-type matching. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10097">#10097</a>).</li>
   <li>okhttp: Fix signed-byte comparison in server when checking for ASCII in header (<a href="https://redirect.github.com/grpc/grpc-java/issues/10151">#10151</a>). Without fix, authority could contain utf-8.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Version pinning (e.g., <code>[1.56.0]</code> instead of <code>1.56.0</code>) has been removed from POMs, for both Netty and gRPC dependencies. The pinning was unreliable in Maven and ignored in Gradle, yet caused downloads during the build to fetch the version list. For a while we've had a BOM that helps reduce version skew. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10175">#10175</a>).</li>
   <li>bazel: Add java toolchain type to all rules using <code>java_common</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>).</li>
   <li>Upgraded <code>netty-tcnative-boringssl-static</code> in <code>grpc-netty-shaded</code> to 2.0.61.Final (<a href="https://redirect.github.com/grpc/grpc-java/issues/10260">#10260</a>). Netty itself was not updated.</li>
   <li>Upgraded AndroidX Annotation to 1.6.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Core to 1.10.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Lifecycle-Common to 2.6.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded OpenCensus to 0.31.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Cronet API to 108.5359.79 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded <code>proto-google-common-protos</code> to 2.17.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Gson to 2.10.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded PerfMark API to 0.26.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded RE2/J to 1.7 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/chenwei321"><code>@​chenwei321</code></a></li>
   <li><a href="https://github.com/cushon"><code>@​cushon</code></a></li>
   <li><a href="https://github.com/kloyan"><code>@​kloyan</code></a></li>
   <li><a href="https://github.com/kotlaja"><code>@​kotlaja</code></a></li>
   <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/d25095c2a714bb9abccdb6622a13b8bc768dc18a"><code>d25095c</code></a> Bump version to 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6168330b9ece0b2af227afc8d3778a1047109cc7"><code>6168330</code></a> Update README etc to reference 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b89207fe1a9461b0572531c5ef202bc89f26b2d5"><code>b89207f</code></a> Upgrade netty-tcnative to 2.0.61.Final</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/caeeb063c81318308152da7b042ce691ed36e145"><code>caeeb06</code></a> services, xds, orca: use application_utilization and fallback to cpu_utilizat...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/311e7bc65ed98d83ba760fa1dfdd915934f00d49"><code>311e7bc</code></a> Download Maven from Maven Central</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/be4dc4c36d7a2a8a32fe3dd2d5c82f45c7710c7b"><code>be4dc4c</code></a> Flip default for RLS on XDS being enabled to true. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/09260ce860a28f53d9a1023e363c00e7ddf7b84c"><code>09260ce</code></a> buildscripts, psm interop: Don't fail target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-java/issues/1">#1</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/e6d9b41895651adfd45b71834f760763edad8616"><code>e6d9b41</code></a> bazel: Add java toolchain type to all rules which are using java_common (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/4277867a7dcfd73706f347f11f6e0476c1d2d032"><code>4277867</code></a> gcp observability: Update Docker images to eclipse-temurin (<a href="https://redirect.github.com/grpc/grpc-java/issues/10218">#10218</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/df85a45742b0a1f43cbb492be1ea064fe1540154"><code>df85a45</code></a> Add a java specific description of manual flow control to the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10223">#10223</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/grpc/grpc-java/compare/v1.55.1...v1.56.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `grpc-grpclb` from 1.55.1 to 1.56.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/grpc/grpc-java/releases">grpc-grpclb's releases</a>.</em></p>
   <blockquote>
   <h2>v1.56.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>api: Stabilize the <code>SynchronizationContext</code> class (<a href="https://redirect.github.com/grpc/grpc-java/issues/10130">#10130</a>).</li>
   <li>api: Stabilize <code>io.grpc.CallCredentials</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10208">#10208</a>, <a href="https://redirect.github.com/grpc/grpc-java/issues/10211">#10211</a>). <code>thisUsesUnstableApi()</code> is <code>@Deprecated</code> and has a default implementation. <code>CallCredentials</code> implementations should delete their implementation or remove <code>@Overrides</code>, as the method will be deleted in the future.</li>
   <li>api: Stabilize the <code>ProxyDetector</code> hierarchy and <code>ManagedChannelBuilder.proxyDetector</code> method.</li>
   </ul>
   <h3>Behavior Changes</h3>
   <ul>
   <li>core: Sticky <code>TRANSIENT_FAILURE</code> in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10106">#10106</a>). See <a href="https://github.com/grpc/proposal/blob/master/A62-pick-first.md#sticky-transient-failure">gRFC A62</a>. If it can't connect, pick-first will now immediately fail RPCs until after it successfully connects. RPCs will no longer be delayed while it performs those attempts, which previously could cause significant (error) latency. It now also performs reconnect attempts after failure and backoff without prompting; previously it required an RPC to trigger the reconnect. <code>ManagedChannel.idleTimeout</code> (defaults to 30 minutes) still applies and forces the channel idle after a period of no RPCs.</li>
   <li>stub: Add a null check for <code>responseObserver</code> into the methods for initiating a call that takes a <code>responseObserver</code> argument. This ensures a fail fast with a clearer cause instead of an NPE when the observer is first used.</li>
   <li>xds: Flip default for RLS being enabled to true for XDS (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>).  If there are no RLS configurations in your XDS or you already enabled it with the environment variable this will have no effect.  To disable it, set the flag <code>GRPC_EXPERIMENTAL_XDS_RLS_LB</code> to false.</li>
   <li>xds: Rename <code>weighted_round_robin_experimental</code> LB Policy to <code>weighted_round_robin</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10162">#10162</a>).</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>protobuf,protobuf-lite: Allow to configure protobuf recursion limit (<a href="https://redirect.github.com/grpc/grpc-java/issues/10094">#10094</a>).</li>
   <li>core: Optional address shuffle in <code>PickFirstLoadBalancer</code> (<a href="https://redirect.github.com/grpc/grpc-java/issues/10110">#10110</a>).</li>
   <li>xds: <code>pick_first</code> LB configuration (<a href="https://redirect.github.com/grpc/grpc-java/issues/10181">#10181</a>).</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>xds: Add <code>error-per-second</code> in weight formula for client-side WRR (<a href="https://redirect.github.com/grpc/grpc-java/issues/10177">#10177</a>).</li>
   <li>xds: Use<code> application_utilization</code> and fallback to <code>cpu_utilization</code> if unset in weight formula for client-side WRR. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10256">#10256</a>).</li>
   <li>bazel: The README now mentions Bazel and where to find the example. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10217">#10217</a>).</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>binder: Handle unexpected exceptions on binder threads. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10092">#10092</a>.</li>
   <li>​​android,binder,cronet: <code>.aar</code> file when publishing. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10138">#10138</a>).</li>
   <li>api: Fix boundary check in <code>Status.fromCodeValue()</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10155">#10155</a>).</li>
   <li>core: Don't use system Locale for content-type matching. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10097">#10097</a>).</li>
   <li>okhttp: Fix signed-byte comparison in server when checking for ASCII in header (<a href="https://redirect.github.com/grpc/grpc-java/issues/10151">#10151</a>). Without fix, authority could contain utf-8.</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>Version pinning (e.g., <code>[1.56.0]</code> instead of <code>1.56.0</code>) has been removed from POMs, for both Netty and gRPC dependencies. The pinning was unreliable in Maven and ignored in Gradle, yet caused downloads during the build to fetch the version list. For a while we've had a BOM that helps reduce version skew. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10175">#10175</a>).</li>
   <li>bazel: Add java toolchain type to all rules using <code>java_common</code>. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10225">#10225</a>).</li>
   <li>Upgraded <code>netty-tcnative-boringssl-static</code> in <code>grpc-netty-shaded</code> to 2.0.61.Final (<a href="https://redirect.github.com/grpc/grpc-java/issues/10260">#10260</a>). Netty itself was not updated.</li>
   <li>Upgraded AndroidX Annotation to 1.6.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Core to 1.10.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded AndroidX Lifecycle-Common to 2.6.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded OpenCensus to 0.31.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Cronet API to 108.5359.79 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded <code>proto-google-common-protos</code> to 2.17.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded Gson to 2.10.1 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded PerfMark API to 0.26.0 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   <li>Upgraded RE2/J to 1.7 (<a href="https://redirect.github.com/grpc/grpc-java/issues/10178">#10178</a>).</li>
   </ul>
   <h3>Acknowledgements</h3>
   <ul>
   <li><a href="https://github.com/chenwei321"><code>@​chenwei321</code></a></li>
   <li><a href="https://github.com/cushon"><code>@​cushon</code></a></li>
   <li><a href="https://github.com/kloyan"><code>@​kloyan</code></a></li>
   <li><a href="https://github.com/kotlaja"><code>@​kotlaja</code></a></li>
   <li><a href="https://github.com/vorburger"><code>@​vorburger</code></a></li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/grpc/grpc-java/commit/d25095c2a714bb9abccdb6622a13b8bc768dc18a"><code>d25095c</code></a> Bump version to 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/6168330b9ece0b2af227afc8d3778a1047109cc7"><code>6168330</code></a> Update README etc to reference 1.56.0</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/b89207fe1a9461b0572531c5ef202bc89f26b2d5"><code>b89207f</code></a> Upgrade netty-tcnative to 2.0.61.Final</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/caeeb063c81318308152da7b042ce691ed36e145"><code>caeeb06</code></a> services, xds, orca: use application_utilization and fallback to cpu_utilizat...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/311e7bc65ed98d83ba760fa1dfdd915934f00d49"><code>311e7bc</code></a> Download Maven from Maven Central</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/be4dc4c36d7a2a8a32fe3dd2d5c82f45c7710c7b"><code>be4dc4c</code></a> Flip default for RLS on XDS being enabled to true. (<a href="https://redirect.github.com/grpc/grpc-java/issues/10248">#10248</a>) (<a href="https://redirect.github.com/grpc/grpc-java/issues/10252">#10252</a>)</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/09260ce860a28f53d9a1023e363c00e7ddf7b84c"><code>09260ce</code></a> buildscripts, psm interop: Don't fail target if sub-target already failed (<a href="https://redirect.github.com/grpc/grpc-java/issues/1">#1</a>...</li>
   <li><a href="https://github.com/grpc/grpc-java/commit/e6d9b41895651adfd45b718...
   
   _Description has been truncated_


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] AlbumenJ merged pull request #12559: Bump grpc.version from 1.55.1 to 1.56.0

Posted by "AlbumenJ (via GitHub)" <gi...@apache.org>.
AlbumenJ merged PR #12559:
URL: https://github.com/apache/dubbo/pull/12559


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] sonarcloud[bot] commented on pull request #12559: Bump grpc.version from 1.55.1 to 1.56.0

Posted by "sonarcloud[bot] (via GitHub)" <gi...@apache.org>.
sonarcloud[bot] commented on PR #12559:
URL: https://github.com/apache/dubbo/pull/12559#issuecomment-1596806852

   Kudos, SonarCloud Quality Gate passed!&nbsp; &nbsp; [![Quality Gate passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/passed-16px.png 'Quality Gate passed')](https://sonarcloud.io/dashboard?id=apache_dubbo&pullRequest=12559)
   
   [![Bug](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/bug-16px.png 'Bug')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=BUG) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=BUG) [0 Bugs](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=BUG)  
   [![Vulnerability](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/vulnerability-16px.png 'Vulnerability')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=VULNERABILITY) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=VULNERABILITY) [0 Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=VULNERABILITY)  
   [![Security Hotspot](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/security_hotspot-16px.png 'Security Hotspot')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12559&resolved=false&types=SECURITY_HOTSPOT) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12559&resolved=false&types=SECURITY_HOTSPOT) [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_dubbo&pullRequest=12559&resolved=false&types=SECURITY_HOTSPOT)  
   [![Code Smell](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/code_smell-16px.png 'Code Smell')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=CODE_SMELL) [![A](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/RatingBadge/A-16px.png 'A')](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=CODE_SMELL) [0 Code Smells](https://sonarcloud.io/project/issues?id=apache_dubbo&pullRequest=12559&resolved=false&types=CODE_SMELL)
   
   [![No Coverage information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/CoverageChart/NoCoverageInfo-16px.png 'No Coverage information')](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=12559&metric=coverage&view=list) No Coverage information  
   [![No Duplication information](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/Duplications/NoDuplicationInfo-16px.png 'No Duplication information')](https://sonarcloud.io/component_measures?id=apache_dubbo&pullRequest=12559&metric=duplicated_lines_density&view=list) No Duplication information
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org