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

   Bumps `grpc-version` from 1.76.0 to 1.77.0.
   Updates `io.grpc:grpc-all` from 1.76.0 to 1.77.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-all's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.77.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>binder: Remove experimental 
<code>BinderChannelBuilder.bindAsUser()</code> method, deprecated since 1.69 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12401";>#12401</a>) 
(f96ce0670)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>api: Fix name resolver bridge listener handling for address resolution 
errors for custom name resolvers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12441";>#12441</a>) 
(acbbf869a). This fixes regression introduced in v1.68.1 causing a 
“IllegalStateException: No value present.” exception</li>
   <li>core: Fix NullPointerException during address update with Happy Eyeballs 
(5e8af564e). This should not impact many people as the code is disabled by 
default, behind two experimental environment variables</li>
   <li>okhttp: Fix bidirectional keep-alive causing spurious GOAWAY 
(6fc3fd046). This fixes the grpc-okhttp server incorrectly closing the 
connection with <code>GOAWAY: too_many_pings</code></li>
   <li>xds: SslContext updates handling when using system root certs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12340";>#12340</a>) 
(63fdaaccc). Since <code>FileWatcherCertificateProvider</code> isn't used when 
using system root trust store, the SslContext update for the handshake that 
depended on it wasn't happening. This fix creates a separate 
<code>CertificateProvider</code> for handling system root certs that doesn't 
rely on the <code>FileWatcherCertificateProvider.</code></li>
   <li>xds: Make cluster selection interceptor run before other filters (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12381";>#12381</a>) 
(82f9b8ec0). This is needed when there is <code>GcpAuthenticationFilter</code> 
in the filter chain to make available the cluster resource in 
<code>CallOption</code>s.</li>
   <li>xds: Handle wildcards in DNS SAN exact matching (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12345";>#12345</a>) 
(5b876cc86)</li>
   <li>android: Fix UdsChannelBuilder with WiFi Proxy (349a35a9b)</li>
   <li>binder: Avoid potential deadlock when canceling AsyncSecurityPolicy 
futures (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12283";>#12283</a>) 
(4725ced99)</li>
   <li>binder: Fix a BinderServerTransport crash in the rare 
shutdown-before-start case (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12440";>#12440</a>) 
(91f3f4dc1)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Improve status messages by including causal error details in config 
parsing errors for outlier detection and xds’s wrr locality policies 
(86e8b5617)</li>
   <li>xds: Detect negative ref count for xds client (21696cd3d). A negative 
reference count could cause NullPointerExceptions, so when too many unrefs are 
detected it produces a SEVERE warning and prevents the reference count from 
going negative</li>
   <li>xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>) 
(53cd1a225). This fixes a regression with Istio introduced in v1.73.0. This 
gives time for <a 
href="https://redirect.github.com/istio/istio/pull/58257";>Istio’s new xDS field 
support</a> to roll out</li>
   <li>googleapis: Allow wrapping NameResolver to inject XdsClient (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12450";>#12450</a>) 
(27d150890). This allows googleapis to inject an xDS bootstrap to use with its 
channels even if one is already specified in the environment variable or system 
property. When the code was originally written there was a single global 
XdsClient, but since gRFC A71 Xds Fallback each target string has its own 
XdsClient and thus can have its own bootstrap</li>
   <li>alts: Allow overriding metadata server address with env variable 
(9ac12ef89) (498f717fc)</li>
   <li>binder: Let the server know when the client fails to authorize it. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12445";>#12445</a>) 
(599a0a146) This avoids the server needing to wait for the handshake timeout 
before realizing the handshake failed</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>opentelemetry: Implement otel retry metrics from gRFC A96 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12064";>#12064</a>) 
(d380191be)</li>
   <li>opentelemetry: propagate baggage to server metrics for custom attributes 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12389";>#12389</a>) 
(155308db2)</li>
   <li>xds: Allow EC Keys in SPIFFE Bundle Map parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12399";>#12399</a>) 
(559e3ba41)</li>
   <li>xds: Enable authority rewriting (gRFC A81), system root cert support 
(gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>) 
(246c2b1ea). Authority rewriting requires the control plane to be labeled 
<code>trusted_xds_server</code> in the bootstrap. System root cert support and 
SNI require using XdsChannelCredentials</li>
   <li>rls: Add route lookup reason to request whether it is due to a cache 
miss or stale cache entry (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12442";>#12442</a>) 
(795ce0280)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>compiler: C++ protobuf used by codegen upgraded to 26.1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12330";>#12330</a>) 
(55aefd5b8)</li>
   <li>alts: Remove dep on grpclb (b769f966a). ALTS is no longer used with 
grpclb, so this removes dead code</li>
   <li>Upgrade netty to 4.1.127.Final (b37ee67cf)</li>
   </ul>
   <h3>Thanks to</h3>
   <p><a href="https://github.com/panchenko";><code>@​panchenko</code></a>
   <a href="https://github.com/benjaminp";><code>@​benjaminp</code></a>
   <a href="https://github.com/HyunSangHan";><code>@​HyunSangHan</code></a>
   <a href="https://github.com/becomeStar";><code>@​becomeStar</code></a>
   <a href="https://github.com/ZachChuba";><code>@​ZachChuba</code></a>
   <a 
href="https://github.com/oliviamariacodes";><code>@​oliviamariacodes</code></a>
   <a href="https://github.com/kssumin";><code>@​kssumin</code></a>
   <a href="https://github.com/laz-canva";><code>@​laz-canva</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/251dfbb522959bd46d2cadf643756bb46e31be07";><code>251dfbb</code></a>
 Bump version to 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5de8e9384770ba9b1b02c35d46c0edc91406e599";><code>5de8e93</code></a>
 Update README etc to reference 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/155308db2db2abcf612cc13c8360d5277753008f";><code>155308d</code></a>
 opentelemetry: propagate baggage to metrics for custom attributes, helps 
with...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/efef0ddae953a5b03d90d227742d80fafa0dcadf";><code>efef0dd</code></a>
 servlet: Ignore timeoutOnSleepingServer for Tomcat</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/53cd1a225628530defa407590223efdab0fca060";><code>53cd1a2</code></a>
 xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6fc3fd046213dbd145216d8159487bf164e7726d";><code>6fc3fd0</code></a>
 okhttp: Fix bidirectional keep-alive causing spurious GO_AWAY</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/498f717fcb41085c2ba0228a0e6c2d3d3c727877";><code>498f717</code></a>
 alts: Metadata server address modification to account for default port</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/9ac12ef8981c1b73cbcc140b9600aa4611cee89a";><code>9ac12ef</code></a>
 alts: Override metadata server address with env variable</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/246c2b1eaf963810c75dffb90464265102dafb69";><code>246c2b1</code></a>
 xds: Enable flags for CSM Cloud run gRPC Java (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5e8af564ec1a5eeabc00578267f7101c57144951";><code>5e8af56</code></a>
 core: Fix NPE during address update with Happy Eyeballs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-alts` from 1.76.0 to 1.77.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-alts's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.77.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>binder: Remove experimental 
<code>BinderChannelBuilder.bindAsUser()</code> method, deprecated since 1.69 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12401";>#12401</a>) 
(f96ce0670)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>api: Fix name resolver bridge listener handling for address resolution 
errors for custom name resolvers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12441";>#12441</a>) 
(acbbf869a). This fixes regression introduced in v1.68.1 causing a 
“IllegalStateException: No value present.” exception</li>
   <li>core: Fix NullPointerException during address update with Happy Eyeballs 
(5e8af564e). This should not impact many people as the code is disabled by 
default, behind two experimental environment variables</li>
   <li>okhttp: Fix bidirectional keep-alive causing spurious GOAWAY 
(6fc3fd046). This fixes the grpc-okhttp server incorrectly closing the 
connection with <code>GOAWAY: too_many_pings</code></li>
   <li>xds: SslContext updates handling when using system root certs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12340";>#12340</a>) 
(63fdaaccc). Since <code>FileWatcherCertificateProvider</code> isn't used when 
using system root trust store, the SslContext update for the handshake that 
depended on it wasn't happening. This fix creates a separate 
<code>CertificateProvider</code> for handling system root certs that doesn't 
rely on the <code>FileWatcherCertificateProvider.</code></li>
   <li>xds: Make cluster selection interceptor run before other filters (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12381";>#12381</a>) 
(82f9b8ec0). This is needed when there is <code>GcpAuthenticationFilter</code> 
in the filter chain to make available the cluster resource in 
<code>CallOption</code>s.</li>
   <li>xds: Handle wildcards in DNS SAN exact matching (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12345";>#12345</a>) 
(5b876cc86)</li>
   <li>android: Fix UdsChannelBuilder with WiFi Proxy (349a35a9b)</li>
   <li>binder: Avoid potential deadlock when canceling AsyncSecurityPolicy 
futures (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12283";>#12283</a>) 
(4725ced99)</li>
   <li>binder: Fix a BinderServerTransport crash in the rare 
shutdown-before-start case (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12440";>#12440</a>) 
(91f3f4dc1)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Improve status messages by including causal error details in config 
parsing errors for outlier detection and xds’s wrr locality policies 
(86e8b5617)</li>
   <li>xds: Detect negative ref count for xds client (21696cd3d). A negative 
reference count could cause NullPointerExceptions, so when too many unrefs are 
detected it produces a SEVERE warning and prevents the reference count from 
going negative</li>
   <li>xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>) 
(53cd1a225). This fixes a regression with Istio introduced in v1.73.0. This 
gives time for <a 
href="https://redirect.github.com/istio/istio/pull/58257";>Istio’s new xDS field 
support</a> to roll out</li>
   <li>googleapis: Allow wrapping NameResolver to inject XdsClient (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12450";>#12450</a>) 
(27d150890). This allows googleapis to inject an xDS bootstrap to use with its 
channels even if one is already specified in the environment variable or system 
property. When the code was originally written there was a single global 
XdsClient, but since gRFC A71 Xds Fallback each target string has its own 
XdsClient and thus can have its own bootstrap</li>
   <li>alts: Allow overriding metadata server address with env variable 
(9ac12ef89) (498f717fc)</li>
   <li>binder: Let the server know when the client fails to authorize it. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12445";>#12445</a>) 
(599a0a146) This avoids the server needing to wait for the handshake timeout 
before realizing the handshake failed</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>opentelemetry: Implement otel retry metrics from gRFC A96 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12064";>#12064</a>) 
(d380191be)</li>
   <li>opentelemetry: propagate baggage to server metrics for custom attributes 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12389";>#12389</a>) 
(155308db2)</li>
   <li>xds: Allow EC Keys in SPIFFE Bundle Map parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12399";>#12399</a>) 
(559e3ba41)</li>
   <li>xds: Enable authority rewriting (gRFC A81), system root cert support 
(gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>) 
(246c2b1ea). Authority rewriting requires the control plane to be labeled 
<code>trusted_xds_server</code> in the bootstrap. System root cert support and 
SNI require using XdsChannelCredentials</li>
   <li>rls: Add route lookup reason to request whether it is due to a cache 
miss or stale cache entry (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12442";>#12442</a>) 
(795ce0280)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>compiler: C++ protobuf used by codegen upgraded to 26.1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12330";>#12330</a>) 
(55aefd5b8)</li>
   <li>alts: Remove dep on grpclb (b769f966a). ALTS is no longer used with 
grpclb, so this removes dead code</li>
   <li>Upgrade netty to 4.1.127.Final (b37ee67cf)</li>
   </ul>
   <h3>Thanks to</h3>
   <p><a href="https://github.com/panchenko";><code>@​panchenko</code></a>
   <a href="https://github.com/benjaminp";><code>@​benjaminp</code></a>
   <a href="https://github.com/HyunSangHan";><code>@​HyunSangHan</code></a>
   <a href="https://github.com/becomeStar";><code>@​becomeStar</code></a>
   <a href="https://github.com/ZachChuba";><code>@​ZachChuba</code></a>
   <a 
href="https://github.com/oliviamariacodes";><code>@​oliviamariacodes</code></a>
   <a href="https://github.com/kssumin";><code>@​kssumin</code></a>
   <a href="https://github.com/laz-canva";><code>@​laz-canva</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/251dfbb522959bd46d2cadf643756bb46e31be07";><code>251dfbb</code></a>
 Bump version to 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5de8e9384770ba9b1b02c35d46c0edc91406e599";><code>5de8e93</code></a>
 Update README etc to reference 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/155308db2db2abcf612cc13c8360d5277753008f";><code>155308d</code></a>
 opentelemetry: propagate baggage to metrics for custom attributes, helps 
with...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/efef0ddae953a5b03d90d227742d80fafa0dcadf";><code>efef0dd</code></a>
 servlet: Ignore timeoutOnSleepingServer for Tomcat</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/53cd1a225628530defa407590223efdab0fca060";><code>53cd1a2</code></a>
 xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6fc3fd046213dbd145216d8159487bf164e7726d";><code>6fc3fd0</code></a>
 okhttp: Fix bidirectional keep-alive causing spurious GO_AWAY</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/498f717fcb41085c2ba0228a0e6c2d3d3c727877";><code>498f717</code></a>
 alts: Metadata server address modification to account for default port</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/9ac12ef8981c1b73cbcc140b9600aa4611cee89a";><code>9ac12ef</code></a>
 alts: Override metadata server address with env variable</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/246c2b1eaf963810c75dffb90464265102dafb69";><code>246c2b1</code></a>
 xds: Enable flags for CSM Cloud run gRPC Java (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5e8af564ec1a5eeabc00578267f7101c57144951";><code>5e8af56</code></a>
 core: Fix NPE during address update with Happy Eyeballs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-android` from 1.76.0 to 1.77.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-android's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.77.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>binder: Remove experimental 
<code>BinderChannelBuilder.bindAsUser()</code> method, deprecated since 1.69 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12401";>#12401</a>) 
(f96ce0670)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>api: Fix name resolver bridge listener handling for address resolution 
errors for custom name resolvers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12441";>#12441</a>) 
(acbbf869a). This fixes regression introduced in v1.68.1 causing a 
“IllegalStateException: No value present.” exception</li>
   <li>core: Fix NullPointerException during address update with Happy Eyeballs 
(5e8af564e). This should not impact many people as the code is disabled by 
default, behind two experimental environment variables</li>
   <li>okhttp: Fix bidirectional keep-alive causing spurious GOAWAY 
(6fc3fd046). This fixes the grpc-okhttp server incorrectly closing the 
connection with <code>GOAWAY: too_many_pings</code></li>
   <li>xds: SslContext updates handling when using system root certs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12340";>#12340</a>) 
(63fdaaccc). Since <code>FileWatcherCertificateProvider</code> isn't used when 
using system root trust store, the SslContext update for the handshake that 
depended on it wasn't happening. This fix creates a separate 
<code>CertificateProvider</code> for handling system root certs that doesn't 
rely on the <code>FileWatcherCertificateProvider.</code></li>
   <li>xds: Make cluster selection interceptor run before other filters (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12381";>#12381</a>) 
(82f9b8ec0). This is needed when there is <code>GcpAuthenticationFilter</code> 
in the filter chain to make available the cluster resource in 
<code>CallOption</code>s.</li>
   <li>xds: Handle wildcards in DNS SAN exact matching (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12345";>#12345</a>) 
(5b876cc86)</li>
   <li>android: Fix UdsChannelBuilder with WiFi Proxy (349a35a9b)</li>
   <li>binder: Avoid potential deadlock when canceling AsyncSecurityPolicy 
futures (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12283";>#12283</a>) 
(4725ced99)</li>
   <li>binder: Fix a BinderServerTransport crash in the rare 
shutdown-before-start case (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12440";>#12440</a>) 
(91f3f4dc1)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Improve status messages by including causal error details in config 
parsing errors for outlier detection and xds’s wrr locality policies 
(86e8b5617)</li>
   <li>xds: Detect negative ref count for xds client (21696cd3d). A negative 
reference count could cause NullPointerExceptions, so when too many unrefs are 
detected it produces a SEVERE warning and prevents the reference count from 
going negative</li>
   <li>xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>) 
(53cd1a225). This fixes a regression with Istio introduced in v1.73.0. This 
gives time for <a 
href="https://redirect.github.com/istio/istio/pull/58257";>Istio’s new xDS field 
support</a> to roll out</li>
   <li>googleapis: Allow wrapping NameResolver to inject XdsClient (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12450";>#12450</a>) 
(27d150890). This allows googleapis to inject an xDS bootstrap to use with its 
channels even if one is already specified in the environment variable or system 
property. When the code was originally written there was a single global 
XdsClient, but since gRFC A71 Xds Fallback each target string has its own 
XdsClient and thus can have its own bootstrap</li>
   <li>alts: Allow overriding metadata server address with env variable 
(9ac12ef89) (498f717fc)</li>
   <li>binder: Let the server know when the client fails to authorize it. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12445";>#12445</a>) 
(599a0a146) This avoids the server needing to wait for the handshake timeout 
before realizing the handshake failed</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>opentelemetry: Implement otel retry metrics from gRFC A96 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12064";>#12064</a>) 
(d380191be)</li>
   <li>opentelemetry: propagate baggage to server metrics for custom attributes 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12389";>#12389</a>) 
(155308db2)</li>
   <li>xds: Allow EC Keys in SPIFFE Bundle Map parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12399";>#12399</a>) 
(559e3ba41)</li>
   <li>xds: Enable authority rewriting (gRFC A81), system root cert support 
(gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>) 
(246c2b1ea). Authority rewriting requires the control plane to be labeled 
<code>trusted_xds_server</code> in the bootstrap. System root cert support and 
SNI require using XdsChannelCredentials</li>
   <li>rls: Add route lookup reason to request whether it is due to a cache 
miss or stale cache entry (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12442";>#12442</a>) 
(795ce0280)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>compiler: C++ protobuf used by codegen upgraded to 26.1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12330";>#12330</a>) 
(55aefd5b8)</li>
   <li>alts: Remove dep on grpclb (b769f966a). ALTS is no longer used with 
grpclb, so this removes dead code</li>
   <li>Upgrade netty to 4.1.127.Final (b37ee67cf)</li>
   </ul>
   <h3>Thanks to</h3>
   <p><a href="https://github.com/panchenko";><code>@​panchenko</code></a>
   <a href="https://github.com/benjaminp";><code>@​benjaminp</code></a>
   <a href="https://github.com/HyunSangHan";><code>@​HyunSangHan</code></a>
   <a href="https://github.com/becomeStar";><code>@​becomeStar</code></a>
   <a href="https://github.com/ZachChuba";><code>@​ZachChuba</code></a>
   <a 
href="https://github.com/oliviamariacodes";><code>@​oliviamariacodes</code></a>
   <a href="https://github.com/kssumin";><code>@​kssumin</code></a>
   <a href="https://github.com/laz-canva";><code>@​laz-canva</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/251dfbb522959bd46d2cadf643756bb46e31be07";><code>251dfbb</code></a>
 Bump version to 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5de8e9384770ba9b1b02c35d46c0edc91406e599";><code>5de8e93</code></a>
 Update README etc to reference 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/155308db2db2abcf612cc13c8360d5277753008f";><code>155308d</code></a>
 opentelemetry: propagate baggage to metrics for custom attributes, helps 
with...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/efef0ddae953a5b03d90d227742d80fafa0dcadf";><code>efef0dd</code></a>
 servlet: Ignore timeoutOnSleepingServer for Tomcat</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/53cd1a225628530defa407590223efdab0fca060";><code>53cd1a2</code></a>
 xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6fc3fd046213dbd145216d8159487bf164e7726d";><code>6fc3fd0</code></a>
 okhttp: Fix bidirectional keep-alive causing spurious GO_AWAY</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/498f717fcb41085c2ba0228a0e6c2d3d3c727877";><code>498f717</code></a>
 alts: Metadata server address modification to account for default port</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/9ac12ef8981c1b73cbcc140b9600aa4611cee89a";><code>9ac12ef</code></a>
 alts: Override metadata server address with env variable</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/246c2b1eaf963810c75dffb90464265102dafb69";><code>246c2b1</code></a>
 xds: Enable flags for CSM Cloud run gRPC Java (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5e8af564ec1a5eeabc00578267f7101c57144951";><code>5e8af56</code></a>
 core: Fix NPE during address update with Happy Eyeballs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-api` from 1.76.0 to 1.77.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-api's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.77.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>binder: Remove experimental 
<code>BinderChannelBuilder.bindAsUser()</code> method, deprecated since 1.69 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12401";>#12401</a>) 
(f96ce0670)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>api: Fix name resolver bridge listener handling for address resolution 
errors for custom name resolvers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12441";>#12441</a>) 
(acbbf869a). This fixes regression introduced in v1.68.1 causing a 
“IllegalStateException: No value present.” exception</li>
   <li>core: Fix NullPointerException during address update with Happy Eyeballs 
(5e8af564e). This should not impact many people as the code is disabled by 
default, behind two experimental environment variables</li>
   <li>okhttp: Fix bidirectional keep-alive causing spurious GOAWAY 
(6fc3fd046). This fixes the grpc-okhttp server incorrectly closing the 
connection with <code>GOAWAY: too_many_pings</code></li>
   <li>xds: SslContext updates handling when using system root certs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12340";>#12340</a>) 
(63fdaaccc). Since <code>FileWatcherCertificateProvider</code> isn't used when 
using system root trust store, the SslContext update for the handshake that 
depended on it wasn't happening. This fix creates a separate 
<code>CertificateProvider</code> for handling system root certs that doesn't 
rely on the <code>FileWatcherCertificateProvider.</code></li>
   <li>xds: Make cluster selection interceptor run before other filters (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12381";>#12381</a>) 
(82f9b8ec0). This is needed when there is <code>GcpAuthenticationFilter</code> 
in the filter chain to make available the cluster resource in 
<code>CallOption</code>s.</li>
   <li>xds: Handle wildcards in DNS SAN exact matching (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12345";>#12345</a>) 
(5b876cc86)</li>
   <li>android: Fix UdsChannelBuilder with WiFi Proxy (349a35a9b)</li>
   <li>binder: Avoid potential deadlock when canceling AsyncSecurityPolicy 
futures (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12283";>#12283</a>) 
(4725ced99)</li>
   <li>binder: Fix a BinderServerTransport crash in the rare 
shutdown-before-start case (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12440";>#12440</a>) 
(91f3f4dc1)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Improve status messages by including causal error details in config 
parsing errors for outlier detection and xds’s wrr locality policies 
(86e8b5617)</li>
   <li>xds: Detect negative ref count for xds client (21696cd3d). A negative 
reference count could cause NullPointerExceptions, so when too many unrefs are 
detected it produces a SEVERE warning and prevents the reference count from 
going negative</li>
   <li>xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>) 
(53cd1a225). This fixes a regression with Istio introduced in v1.73.0. This 
gives time for <a 
href="https://redirect.github.com/istio/istio/pull/58257";>Istio’s new xDS field 
support</a> to roll out</li>
   <li>googleapis: Allow wrapping NameResolver to inject XdsClient (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12450";>#12450</a>) 
(27d150890). This allows googleapis to inject an xDS bootstrap to use with its 
channels even if one is already specified in the environment variable or system 
property. When the code was originally written there was a single global 
XdsClient, but since gRFC A71 Xds Fallback each target string has its own 
XdsClient and thus can have its own bootstrap</li>
   <li>alts: Allow overriding metadata server address with env variable 
(9ac12ef89) (498f717fc)</li>
   <li>binder: Let the server know when the client fails to authorize it. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12445";>#12445</a>) 
(599a0a146) This avoids the server needing to wait for the handshake timeout 
before realizing the handshake failed</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>opentelemetry: Implement otel retry metrics from gRFC A96 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12064";>#12064</a>) 
(d380191be)</li>
   <li>opentelemetry: propagate baggage to server metrics for custom attributes 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12389";>#12389</a>) 
(155308db2)</li>
   <li>xds: Allow EC Keys in SPIFFE Bundle Map parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12399";>#12399</a>) 
(559e3ba41)</li>
   <li>xds: Enable authority rewriting (gRFC A81), system root cert support 
(gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>) 
(246c2b1ea). Authority rewriting requires the control plane to be labeled 
<code>trusted_xds_server</code> in the bootstrap. System root cert support and 
SNI require using XdsChannelCredentials</li>
   <li>rls: Add route lookup reason to request whether it is due to a cache 
miss or stale cache entry (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12442";>#12442</a>) 
(795ce0280)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>compiler: C++ protobuf used by codegen upgraded to 26.1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12330";>#12330</a>) 
(55aefd5b8)</li>
   <li>alts: Remove dep on grpclb (b769f966a). ALTS is no longer used with 
grpclb, so this removes dead code</li>
   <li>Upgrade netty to 4.1.127.Final (b37ee67cf)</li>
   </ul>
   <h3>Thanks to</h3>
   <p><a href="https://github.com/panchenko";><code>@​panchenko</code></a>
   <a href="https://github.com/benjaminp";><code>@​benjaminp</code></a>
   <a href="https://github.com/HyunSangHan";><code>@​HyunSangHan</code></a>
   <a href="https://github.com/becomeStar";><code>@​becomeStar</code></a>
   <a href="https://github.com/ZachChuba";><code>@​ZachChuba</code></a>
   <a 
href="https://github.com/oliviamariacodes";><code>@​oliviamariacodes</code></a>
   <a href="https://github.com/kssumin";><code>@​kssumin</code></a>
   <a href="https://github.com/laz-canva";><code>@​laz-canva</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/251dfbb522959bd46d2cadf643756bb46e31be07";><code>251dfbb</code></a>
 Bump version to 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5de8e9384770ba9b1b02c35d46c0edc91406e599";><code>5de8e93</code></a>
 Update README etc to reference 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/155308db2db2abcf612cc13c8360d5277753008f";><code>155308d</code></a>
 opentelemetry: propagate baggage to metrics for custom attributes, helps 
with...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/efef0ddae953a5b03d90d227742d80fafa0dcadf";><code>efef0dd</code></a>
 servlet: Ignore timeoutOnSleepingServer for Tomcat</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/53cd1a225628530defa407590223efdab0fca060";><code>53cd1a2</code></a>
 xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6fc3fd046213dbd145216d8159487bf164e7726d";><code>6fc3fd0</code></a>
 okhttp: Fix bidirectional keep-alive causing spurious GO_AWAY</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/498f717fcb41085c2ba0228a0e6c2d3d3c727877";><code>498f717</code></a>
 alts: Metadata server address modification to account for default port</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/9ac12ef8981c1b73cbcc140b9600aa4611cee89a";><code>9ac12ef</code></a>
 alts: Override metadata server address with env variable</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/246c2b1eaf963810c75dffb90464265102dafb69";><code>246c2b1</code></a>
 xds: Enable flags for CSM Cloud run gRPC Java (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5e8af564ec1a5eeabc00578267f7101c57144951";><code>5e8af56</code></a>
 core: Fix NPE during address update with Happy Eyeballs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-auth` from 1.76.0 to 1.77.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-auth's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.77.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>binder: Remove experimental 
<code>BinderChannelBuilder.bindAsUser()</code> method, deprecated since 1.69 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12401";>#12401</a>) 
(f96ce0670)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>api: Fix name resolver bridge listener handling for address resolution 
errors for custom name resolvers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12441";>#12441</a>) 
(acbbf869a). This fixes regression introduced in v1.68.1 causing a 
“IllegalStateException: No value present.” exception</li>
   <li>core: Fix NullPointerException during address update with Happy Eyeballs 
(5e8af564e). This should not impact many people as the code is disabled by 
default, behind two experimental environment variables</li>
   <li>okhttp: Fix bidirectional keep-alive causing spurious GOAWAY 
(6fc3fd046). This fixes the grpc-okhttp server incorrectly closing the 
connection with <code>GOAWAY: too_many_pings</code></li>
   <li>xds: SslContext updates handling when using system root certs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12340";>#12340</a>) 
(63fdaaccc). Since <code>FileWatcherCertificateProvider</code> isn't used when 
using system root trust store, the SslContext update for the handshake that 
depended on it wasn't happening. This fix creates a separate 
<code>CertificateProvider</code> for handling system root certs that doesn't 
rely on the <code>FileWatcherCertificateProvider.</code></li>
   <li>xds: Make cluster selection interceptor run before other filters (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12381";>#12381</a>) 
(82f9b8ec0). This is needed when there is <code>GcpAuthenticationFilter</code> 
in the filter chain to make available the cluster resource in 
<code>CallOption</code>s.</li>
   <li>xds: Handle wildcards in DNS SAN exact matching (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12345";>#12345</a>) 
(5b876cc86)</li>
   <li>android: Fix UdsChannelBuilder with WiFi Proxy (349a35a9b)</li>
   <li>binder: Avoid potential deadlock when canceling AsyncSecurityPolicy 
futures (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12283";>#12283</a>) 
(4725ced99)</li>
   <li>binder: Fix a BinderServerTransport crash in the rare 
shutdown-before-start case (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12440";>#12440</a>) 
(91f3f4dc1)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Improve status messages by including causal error details in config 
parsing errors for outlier detection and xds’s wrr locality policies 
(86e8b5617)</li>
   <li>xds: Detect negative ref count for xds client (21696cd3d). A negative 
reference count could cause NullPointerExceptions, so when too many unrefs are 
detected it produces a SEVERE warning and prevents the reference count from 
going negative</li>
   <li>xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>) 
(53cd1a225). This fixes a regression with Istio introduced in v1.73.0. This 
gives time for <a 
href="https://redirect.github.com/istio/istio/pull/58257";>Istio’s new xDS field 
support</a> to roll out</li>
   <li>googleapis: Allow wrapping NameResolver to inject XdsClient (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12450";>#12450</a>) 
(27d150890). This allows googleapis to inject an xDS bootstrap to use with its 
channels even if one is already specified in the environment variable or system 
property. When the code was originally written there was a single global 
XdsClient, but since gRFC A71 Xds Fallback each target string has its own 
XdsClient and thus can have its own bootstrap</li>
   <li>alts: Allow overriding metadata server address with env variable 
(9ac12ef89) (498f717fc)</li>
   <li>binder: Let the server know when the client fails to authorize it. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12445";>#12445</a>) 
(599a0a146) This avoids the server needing to wait for the handshake timeout 
before realizing the handshake failed</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>opentelemetry: Implement otel retry metrics from gRFC A96 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12064";>#12064</a>) 
(d380191be)</li>
   <li>opentelemetry: propagate baggage to server metrics for custom attributes 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12389";>#12389</a>) 
(155308db2)</li>
   <li>xds: Allow EC Keys in SPIFFE Bundle Map parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12399";>#12399</a>) 
(559e3ba41)</li>
   <li>xds: Enable authority rewriting (gRFC A81), system root cert support 
(gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>) 
(246c2b1ea). Authority rewriting requires the control plane to be labeled 
<code>trusted_xds_server</code> in the bootstrap. System root cert support and 
SNI require using XdsChannelCredentials</li>
   <li>rls: Add route lookup reason to request whether it is due to a cache 
miss or stale cache entry (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12442";>#12442</a>) 
(795ce0280)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>compiler: C++ protobuf used by codegen upgraded to 26.1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12330";>#12330</a>) 
(55aefd5b8)</li>
   <li>alts: Remove dep on grpclb (b769f966a). ALTS is no longer used with 
grpclb, so this removes dead code</li>
   <li>Upgrade netty to 4.1.127.Final (b37ee67cf)</li>
   </ul>
   <h3>Thanks to</h3>
   <p><a href="https://github.com/panchenko";><code>@​panchenko</code></a>
   <a href="https://github.com/benjaminp";><code>@​benjaminp</code></a>
   <a href="https://github.com/HyunSangHan";><code>@​HyunSangHan</code></a>
   <a href="https://github.com/becomeStar";><code>@​becomeStar</code></a>
   <a href="https://github.com/ZachChuba";><code>@​ZachChuba</code></a>
   <a 
href="https://github.com/oliviamariacodes";><code>@​oliviamariacodes</code></a>
   <a href="https://github.com/kssumin";><code>@​kssumin</code></a>
   <a href="https://github.com/laz-canva";><code>@​laz-canva</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/251dfbb522959bd46d2cadf643756bb46e31be07";><code>251dfbb</code></a>
 Bump version to 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5de8e9384770ba9b1b02c35d46c0edc91406e599";><code>5de8e93</code></a>
 Update README etc to reference 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/155308db2db2abcf612cc13c8360d5277753008f";><code>155308d</code></a>
 opentelemetry: propagate baggage to metrics for custom attributes, helps 
with...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/efef0ddae953a5b03d90d227742d80fafa0dcadf";><code>efef0dd</code></a>
 servlet: Ignore timeoutOnSleepingServer for Tomcat</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/53cd1a225628530defa407590223efdab0fca060";><code>53cd1a2</code></a>
 xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6fc3fd046213dbd145216d8159487bf164e7726d";><code>6fc3fd0</code></a>
 okhttp: Fix bidirectional keep-alive causing spurious GO_AWAY</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/498f717fcb41085c2ba0228a0e6c2d3d3c727877";><code>498f717</code></a>
 alts: Metadata server address modification to account for default port</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/9ac12ef8981c1b73cbcc140b9600aa4611cee89a";><code>9ac12ef</code></a>
 alts: Override metadata server address with env variable</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/246c2b1eaf963810c75dffb90464265102dafb69";><code>246c2b1</code></a>
 xds: Enable flags for CSM Cloud run gRPC Java (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5e8af564ec1a5eeabc00578267f7101c57144951";><code>5e8af56</code></a>
 core: Fix NPE during address update with Happy Eyeballs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-benchmarks` from 1.76.0 to 1.77.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-benchmarks's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.77.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>binder: Remove experimental 
<code>BinderChannelBuilder.bindAsUser()</code> method, deprecated since 1.69 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12401";>#12401</a>) 
(f96ce0670)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>api: Fix name resolver bridge listener handling for address resolution 
errors for custom name resolvers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12441";>#12441</a>) 
(acbbf869a). This fixes regression introduced in v1.68.1 causing a 
“IllegalStateException: No value present.” exception</li>
   <li>core: Fix NullPointerException during address update with Happy Eyeballs 
(5e8af564e). This should not impact many people as the code is disabled by 
default, behind two experimental environment variables</li>
   <li>okhttp: Fix bidirectional keep-alive causing spurious GOAWAY 
(6fc3fd046). This fixes the grpc-okhttp server incorrectly closing the 
connection with <code>GOAWAY: too_many_pings</code></li>
   <li>xds: SslContext updates handling when using system root certs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12340";>#12340</a>) 
(63fdaaccc). Since <code>FileWatcherCertificateProvider</code> isn't used when 
using system root trust store, the SslContext update for the handshake that 
depended on it wasn't happening. This fix creates a separate 
<code>CertificateProvider</code> for handling system root certs that doesn't 
rely on the <code>FileWatcherCertificateProvider.</code></li>
   <li>xds: Make cluster selection interceptor run before other filters (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12381";>#12381</a>) 
(82f9b8ec0). This is needed when there is <code>GcpAuthenticationFilter</code> 
in the filter chain to make available the cluster resource in 
<code>CallOption</code>s.</li>
   <li>xds: Handle wildcards in DNS SAN exact matching (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12345";>#12345</a>) 
(5b876cc86)</li>
   <li>android: Fix UdsChannelBuilder with WiFi Proxy (349a35a9b)</li>
   <li>binder: Avoid potential deadlock when canceling AsyncSecurityPolicy 
futures (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12283";>#12283</a>) 
(4725ced99)</li>
   <li>binder: Fix a BinderServerTransport crash in the rare 
shutdown-before-start case (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12440";>#12440</a>) 
(91f3f4dc1)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Improve status messages by including causal error details in config 
parsing errors for outlier detection and xds’s wrr locality policies 
(86e8b5617)</li>
   <li>xds: Detect negative ref count for xds client (21696cd3d). A negative 
reference count could cause NullPointerExceptions, so when too many unrefs are 
detected it produces a SEVERE warning and prevents the reference count from 
going negative</li>
   <li>xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>) 
(53cd1a225). This fixes a regression with Istio introduced in v1.73.0. This 
gives time for <a 
href="https://redirect.github.com/istio/istio/pull/58257";>Istio’s new xDS field 
support</a> to roll out</li>
   <li>googleapis: Allow wrapping NameResolver to inject XdsClient (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12450";>#12450</a>) 
(27d150890). This allows googleapis to inject an xDS bootstrap to use with its 
channels even if one is already specified in the environment variable or system 
property. When the code was originally written there was a single global 
XdsClient, but since gRFC A71 Xds Fallback each target string has its own 
XdsClient and thus can have its own bootstrap</li>
   <li>alts: Allow overriding metadata server address with env variable 
(9ac12ef89) (498f717fc)</li>
   <li>binder: Let the server know when the client fails to authorize it. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12445";>#12445</a>) 
(599a0a146) This avoids the server needing to wait for the handshake timeout 
before realizing the handshake failed</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>opentelemetry: Implement otel retry metrics from gRFC A96 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12064";>#12064</a>) 
(d380191be)</li>
   <li>opentelemetry: propagate baggage to server metrics for custom attributes 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12389";>#12389</a>) 
(155308db2)</li>
   <li>xds: Allow EC Keys in SPIFFE Bundle Map parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12399";>#12399</a>) 
(559e3ba41)</li>
   <li>xds: Enable authority rewriting (gRFC A81), system root cert support 
(gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>) 
(246c2b1ea). Authority rewriting requires the control plane to be labeled 
<code>trusted_xds_server</code> in the bootstrap. System root cert support and 
SNI require using XdsChannelCredentials</li>
   <li>rls: Add route lookup reason to request whether it is due to a cache 
miss or stale cache entry (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12442";>#12442</a>) 
(795ce0280)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>compiler: C++ protobuf used by codegen upgraded to 26.1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12330";>#12330</a>) 
(55aefd5b8)</li>
   <li>alts: Remove dep on grpclb (b769f966a). ALTS is no longer used with 
grpclb, so this removes dead code</li>
   <li>Upgrade netty to 4.1.127.Final (b37ee67cf)</li>
   </ul>
   <h3>Thanks to</h3>
   <p><a href="https://github.com/panchenko";><code>@​panchenko</code></a>
   <a href="https://github.com/benjaminp";><code>@​benjaminp</code></a>
   <a href="https://github.com/HyunSangHan";><code>@​HyunSangHan</code></a>
   <a href="https://github.com/becomeStar";><code>@​becomeStar</code></a>
   <a href="https://github.com/ZachChuba";><code>@​ZachChuba</code></a>
   <a 
href="https://github.com/oliviamariacodes";><code>@​oliviamariacodes</code></a>
   <a href="https://github.com/kssumin";><code>@​kssumin</code></a>
   <a href="https://github.com/laz-canva";><code>@​laz-canva</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/251dfbb522959bd46d2cadf643756bb46e31be07";><code>251dfbb</code></a>
 Bump version to 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5de8e9384770ba9b1b02c35d46c0edc91406e599";><code>5de8e93</code></a>
 Update README etc to reference 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/155308db2db2abcf612cc13c8360d5277753008f";><code>155308d</code></a>
 opentelemetry: propagate baggage to metrics for custom attributes, helps 
with...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/efef0ddae953a5b03d90d227742d80fafa0dcadf";><code>efef0dd</code></a>
 servlet: Ignore timeoutOnSleepingServer for Tomcat</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/53cd1a225628530defa407590223efdab0fca060";><code>53cd1a2</code></a>
 xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6fc3fd046213dbd145216d8159487bf164e7726d";><code>6fc3fd0</code></a>
 okhttp: Fix bidirectional keep-alive causing spurious GO_AWAY</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/498f717fcb41085c2ba0228a0e6c2d3d3c727877";><code>498f717</code></a>
 alts: Metadata server address modification to account for default port</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/9ac12ef8981c1b73cbcc140b9600aa4611cee89a";><code>9ac12ef</code></a>
 alts: Override metadata server address with env variable</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/246c2b1eaf963810c75dffb90464265102dafb69";><code>246c2b1</code></a>
 xds: Enable flags for CSM Cloud run gRPC Java (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5e8af564ec1a5eeabc00578267f7101c57144951";><code>5e8af56</code></a>
 core: Fix NPE during address update with Happy Eyeballs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-binder` from 1.76.0 to 1.77.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-binder's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.77.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>binder: Remove experimental 
<code>BinderChannelBuilder.bindAsUser()</code> method, deprecated since 1.69 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12401";>#12401</a>) 
(f96ce0670)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>api: Fix name resolver bridge listener handling for address resolution 
errors for custom name resolvers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12441";>#12441</a>) 
(acbbf869a). This fixes regression introduced in v1.68.1 causing a 
“IllegalStateException: No value present.” exception</li>
   <li>core: Fix NullPointerException during address update with Happy Eyeballs 
(5e8af564e). This should not impact many people as the code is disabled by 
default, behind two experimental environment variables</li>
   <li>okhttp: Fix bidirectional keep-alive causing spurious GOAWAY 
(6fc3fd046). This fixes the grpc-okhttp server incorrectly closing the 
connection with <code>GOAWAY: too_many_pings</code></li>
   <li>xds: SslContext updates handling when using system root certs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12340";>#12340</a>) 
(63fdaaccc). Since <code>FileWatcherCertificateProvider</code> isn't used when 
using system root trust store, the SslContext update for the handshake that 
depended on it wasn't happening. This fix creates a separate 
<code>CertificateProvider</code> for handling system root certs that doesn't 
rely on the <code>FileWatcherCertificateProvider.</code></li>
   <li>xds: Make cluster selection interceptor run before other filters (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12381";>#12381</a>) 
(82f9b8ec0). This is needed when there is <code>GcpAuthenticationFilter</code> 
in the filter chain to make available the cluster resource in 
<code>CallOption</code>s.</li>
   <li>xds: Handle wildcards in DNS SAN exact matching (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12345";>#12345</a>) 
(5b876cc86)</li>
   <li>android: Fix UdsChannelBuilder with WiFi Proxy (349a35a9b)</li>
   <li>binder: Avoid potential deadlock when canceling AsyncSecurityPolicy 
futures (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12283";>#12283</a>) 
(4725ced99)</li>
   <li>binder: Fix a BinderServerTransport crash in the rare 
shutdown-before-start case (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12440";>#12440</a>) 
(91f3f4dc1)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Improve status messages by including causal error details in config 
parsing errors for outlier detection and xds’s wrr locality policies 
(86e8b5617)</li>
   <li>xds: Detect negative ref count for xds client (21696cd3d). A negative 
reference count could cause NullPointerExceptions, so when too many unrefs are 
detected it produces a SEVERE warning and prevents the reference count from 
going negative</li>
   <li>xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>) 
(53cd1a225). This fixes a regression with Istio introduced in v1.73.0. This 
gives time for <a 
href="https://redirect.github.com/istio/istio/pull/58257";>Istio’s new xDS field 
support</a> to roll out</li>
   <li>googleapis: Allow wrapping NameResolver to inject XdsClient (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12450";>#12450</a>) 
(27d150890). This allows googleapis to inject an xDS bootstrap to use with its 
channels even if one is already specified in the environment variable or system 
property. When the code was originally written there was a single global 
XdsClient, but since gRFC A71 Xds Fallback each target string has its own 
XdsClient and thus can have its own bootstrap</li>
   <li>alts: Allow overriding metadata server address with env variable 
(9ac12ef89) (498f717fc)</li>
   <li>binder: Let the server know when the client fails to authorize it. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12445";>#12445</a>) 
(599a0a146) This avoids the server needing to wait for the handshake timeout 
before realizing the handshake failed</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>opentelemetry: Implement otel retry metrics from gRFC A96 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12064";>#12064</a>) 
(d380191be)</li>
   <li>opentelemetry: propagate baggage to server metrics for custom attributes 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12389";>#12389</a>) 
(155308db2)</li>
   <li>xds: Allow EC Keys in SPIFFE Bundle Map parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12399";>#12399</a>) 
(559e3ba41)</li>
   <li>xds: Enable authority rewriting (gRFC A81), system root cert support 
(gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>) 
(246c2b1ea). Authority rewriting requires the control plane to be labeled 
<code>trusted_xds_server</code> in the bootstrap. System root cert support and 
SNI require using XdsChannelCredentials</li>
   <li>rls: Add route lookup reason to request whether it is due to a cache 
miss or stale cache entry (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12442";>#12442</a>) 
(795ce0280)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>compiler: C++ protobuf used by codegen upgraded to 26.1 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12330";>#12330</a>) 
(55aefd5b8)</li>
   <li>alts: Remove dep on grpclb (b769f966a). ALTS is no longer used with 
grpclb, so this removes dead code</li>
   <li>Upgrade netty to 4.1.127.Final (b37ee67cf)</li>
   </ul>
   <h3>Thanks to</h3>
   <p><a href="https://github.com/panchenko";><code>@​panchenko</code></a>
   <a href="https://github.com/benjaminp";><code>@​benjaminp</code></a>
   <a href="https://github.com/HyunSangHan";><code>@​HyunSangHan</code></a>
   <a href="https://github.com/becomeStar";><code>@​becomeStar</code></a>
   <a href="https://github.com/ZachChuba";><code>@​ZachChuba</code></a>
   <a 
href="https://github.com/oliviamariacodes";><code>@​oliviamariacodes</code></a>
   <a href="https://github.com/kssumin";><code>@​kssumin</code></a>
   <a href="https://github.com/laz-canva";><code>@​laz-canva</code></a></p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/251dfbb522959bd46d2cadf643756bb46e31be07";><code>251dfbb</code></a>
 Bump version to 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5de8e9384770ba9b1b02c35d46c0edc91406e599";><code>5de8e93</code></a>
 Update README etc to reference 1.77.0</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/155308db2db2abcf612cc13c8360d5277753008f";><code>155308d</code></a>
 opentelemetry: propagate baggage to metrics for custom attributes, helps 
with...</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/efef0ddae953a5b03d90d227742d80fafa0dcadf";><code>efef0dd</code></a>
 servlet: Ignore timeoutOnSleepingServer for Tomcat</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/53cd1a225628530defa407590223efdab0fca060";><code>53cd1a2</code></a>
 xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/6fc3fd046213dbd145216d8159487bf164e7726d";><code>6fc3fd0</code></a>
 okhttp: Fix bidirectional keep-alive causing spurious GO_AWAY</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/498f717fcb41085c2ba0228a0e6c2d3d3c727877";><code>498f717</code></a>
 alts: Metadata server address modification to account for default port</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/9ac12ef8981c1b73cbcc140b9600aa4611cee89a";><code>9ac12ef</code></a>
 alts: Override metadata server address with env variable</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/246c2b1eaf963810c75dffb90464265102dafb69";><code>246c2b1</code></a>
 xds: Enable flags for CSM Cloud run gRPC Java (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>)</li>
   <li><a 
href="https://github.com/grpc/grpc-java/commit/5e8af564ec1a5eeabc00578267f7101c57144951";><code>5e8af56</code></a>
 core: Fix NPE during address update with Happy Eyeballs</li>
   <li>Additional commits viewable in <a 
href="https://github.com/grpc/grpc-java/compare/v1.76.0...v1.77.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.grpc:grpc-census` from 1.76.0 to 1.77.0
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/grpc/grpc-java/releases";>io.grpc:grpc-census's 
releases</a>.</em></p>
   <blockquote>
   <h2>v1.77.0</h2>
   <h3>API Changes</h3>
   <ul>
   <li>binder: Remove experimental 
<code>BinderChannelBuilder.bindAsUser()</code> method, deprecated since 1.69 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12401";>#12401</a>) 
(f96ce0670)</li>
   </ul>
   <h3>Bug Fixes</h3>
   <ul>
   <li>api: Fix name resolver bridge listener handling for address resolution 
errors for custom name resolvers (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12441";>#12441</a>) 
(acbbf869a). This fixes regression introduced in v1.68.1 causing a 
“IllegalStateException: No value present.” exception</li>
   <li>core: Fix NullPointerException during address update with Happy Eyeballs 
(5e8af564e). This should not impact many people as the code is disabled by 
default, behind two experimental environment variables</li>
   <li>okhttp: Fix bidirectional keep-alive causing spurious GOAWAY 
(6fc3fd046). This fixes the grpc-okhttp server incorrectly closing the 
connection with <code>GOAWAY: too_many_pings</code></li>
   <li>xds: SslContext updates handling when using system root certs (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12340";>#12340</a>) 
(63fdaaccc). Since <code>FileWatcherCertificateProvider</code> isn't used when 
using system root trust store, the SslContext update for the handshake that 
depended on it wasn't happening. This fix creates a separate 
<code>CertificateProvider</code> for handling system root certs that doesn't 
rely on the <code>FileWatcherCertificateProvider.</code></li>
   <li>xds: Make cluster selection interceptor run before other filters (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12381";>#12381</a>) 
(82f9b8ec0). This is needed when there is <code>GcpAuthenticationFilter</code> 
in the filter chain to make available the cluster resource in 
<code>CallOption</code>s.</li>
   <li>xds: Handle wildcards in DNS SAN exact matching (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12345";>#12345</a>) 
(5b876cc86)</li>
   <li>android: Fix UdsChannelBuilder with WiFi Proxy (349a35a9b)</li>
   <li>binder: Avoid potential deadlock when canceling AsyncSecurityPolicy 
futures (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12283";>#12283</a>) 
(4725ced99)</li>
   <li>binder: Fix a BinderServerTransport crash in the rare 
shutdown-before-start case (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12440";>#12440</a>) 
(91f3f4dc1)</li>
   </ul>
   <h3>Improvements</h3>
   <ul>
   <li>Improve status messages by including causal error details in config 
parsing errors for outlier detection and xds’s wrr locality policies 
(86e8b5617)</li>
   <li>xds: Detect negative ref count for xds client (21696cd3d). A negative 
reference count could cause NullPointerExceptions, so when too many unrefs are 
detected it produces a SEVERE warning and prevents the reference count from 
going negative</li>
   <li>xds: Support deprecated xDS TLS fields for Istio compat (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12435";>#12435</a>) 
(53cd1a225). This fixes a regression with Istio introduced in v1.73.0. This 
gives time for <a 
href="https://redirect.github.com/istio/istio/pull/58257";>Istio’s new xDS field 
support</a> to roll out</li>
   <li>googleapis: Allow wrapping NameResolver to inject XdsClient (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12450";>#12450</a>) 
(27d150890). This allows googleapis to inject an xDS bootstrap to use with its 
channels even if one is already specified in the environment variable or system 
property. When the code was originally written there was a single global 
XdsClient, but since gRFC A71 Xds Fallback each target string has its own 
XdsClient and thus can have its own bootstrap</li>
   <li>alts: Allow overriding metadata server address with env variable 
(9ac12ef89) (498f717fc)</li>
   <li>binder: Let the server know when the client fails to authorize it. (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12445";>#12445</a>) 
(599a0a146) This avoids the server needing to wait for the handshake timeout 
before realizing the handshake failed</li>
   </ul>
   <h3>New Features</h3>
   <ul>
   <li>opentelemetry: Implement otel retry metrics from gRFC A96 (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12064";>#12064</a>) 
(d380191be)</li>
   <li>opentelemetry: propagate baggage to server metrics for custom attributes 
(<a href="https://redirect.github.com/grpc/grpc-java/issues/12389";>#12389</a>) 
(155308db2)</li>
   <li>xds: Allow EC Keys in SPIFFE Bundle Map parsing (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12399";>#12399</a>) 
(559e3ba41)</li>
   <li>xds: Enable authority rewriting (gRFC A81), system root cert support 
(gRFC A82), GCP authentication filter (gRFC A83), and SNI (gRFC A101) (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12499";>#12499</a>) 
(246c2b1ea). Authority rewriting requires the control plane to be labeled 
<code>trusted_xds_server</code> in the bootstrap. System root cert support and 
SNI require using XdsChannelCredentials</li>
   <li>rls: Add route lookup reason to request whether it is due to a cache 
miss or stale cache entry (<a 
href="https://redirect.github.com/grpc/grpc-java/issues/12442";>#12442</a>) 
(795ce0280)</li>
   </ul>
   <h3>Dependencies</h3>
   <ul>
   <li>compiler: C++ protobuf used by codegen upgraded to 26.1 (<a 
href="https://redirect.github.com/grpc/grp...
   
   _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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to