solrbot opened a new pull request, #3117:
URL: https://github.com/apache/solr/pull/3117

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | [io.grpc:grpc-util](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   | [io.grpc:grpc-stub](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   | [io.grpc:grpc-protobuf-lite](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   | [io.grpc:grpc-protobuf](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   | [io.grpc:grpc-netty](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   | [io.grpc:grpc-core](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   | [io.grpc:grpc-context](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   | [io.grpc:grpc-bom](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   | [io.grpc:grpc-api](https://redirect.github.com/grpc/grpc-java) | 
dependencies | minor | `1.65.1` -> `1.70.0` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>grpc/grpc-java (io.grpc:grpc-util)</summary>
   
   ### 
[`v1.70.0`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.70.0)
   
   ##### **Bug Fixes**
   
   -   Re-enable animalsniffer, fixing most violations 
([`8ea3629`](https://redirect.github.com/grpc/grpc-java/commit/8ea362937)). 
Violations would only have triggered on API level 23 and earlier, and the 
violations fixed here were highly unlikely to be triggered
   -   api: Fix Android API level 23 and earlier compatibility for 
StatusRuntimeException without stacktrace 
([#&#8203;11072](https://redirect.github.com/grpc/grpc-java/issues/11072)) 
([`ebe2b48`](https://redirect.github.com/grpc/grpc-java/commit/ebe2b4867)). 
This fixes a regression introduced in 1.64.0. The regression should have caused 
failures on API level 23 and earlier when a StatusRuntimeException or 
StatusException was created. However, for unknown reasons tests on old devices 
didn’t notice issues
   -   okhttp: Improve certificate handling by rejecting non-ASCII subject 
alternative names and hostnames as seen in CVE-2021-0341 
([#&#8203;11749](https://redirect.github.com/grpc/grpc-java/issues/11749)) 
([`a0982ca`](https://redirect.github.com/grpc/grpc-java/commit/a0982ca0a)). 
Hostnames are considered trusted and CAs are required to use punycode for 
non-ASCII hostnames, so this is expected to provide defense-in-depth. See also 
the [related GoSecure blog 
post](https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/)
 and the [AOSP 
fix](https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc)
   -   okhttp: Fix for ipv6 link local with scope 
([#&#8203;11725](https://redirect.github.com/grpc/grpc-java/issues/11725)) 
([`65b32e6`](https://redirect.github.com/grpc/grpc-java/commit/65b32e60e))
   -   xds: Preserve nonce when unsubscribing last watcher of a particular type 
so that new discovery requests of that type are handled correctly 
([`1cf1927`](https://redirect.github.com/grpc/grpc-java/commit/1cf1927d1)). 
This (along with 
[`6c12c2b`](https://redirect.github.com/grpc/grpc-java/commit/6c12c2bd2)) fixes 
a nonce-handling regression introduced in 1.66.0 that could cause resources to 
appear to not exist until re-creating the ADS stream. Triggering the behavior 
required specific config changes. It is easiest to trigger when clusters use 
EDS and routes are changed from one cluster to another. The error “found 0 leaf 
(logical DNS or EDS) clusters for root cluster” might then be seen
   -   xds: Remember nonces for unknown types 
([`6c12c2b`](https://redirect.github.com/grpc/grpc-java/commit/6c12c2bd2))
   -   xds: Unexpected types in the bootstrap’s server_features should be 
ignored 
([`e8ff6da`](https://redirect.github.com/grpc/grpc-java/commit/e8ff6da2c)). 
They were previously required to be strings
   -   xds: Remove xds authority label from metric registration 
([#&#8203;11760](https://redirect.github.com/grpc/grpc-java/issues/11760)) 
([`6516c73`](https://redirect.github.com/grpc/grpc-java/commit/6516c7387)). 
This fixes the error “Incorrect number of required labels provided. Expected: 
4” introduced in 1.69.0
   -   xds: Fixed unsupported unsigned 32 bits issue for circuit breaker 
([#&#8203;11735](https://redirect.github.com/grpc/grpc-java/issues/11735)) 
([`f8f6139`](https://redirect.github.com/grpc/grpc-java/commit/f8f613984)). 
This fixes clients treating large max_requests as “no requests” and failing all 
requests
   
   ##### **Improvements**
   
   -   api: Introduce custom NameResolver.Args 
([#&#8203;11669](https://redirect.github.com/grpc/grpc-java/issues/11669)) 
([`0b2d440`](https://redirect.github.com/grpc/grpc-java/commit/0b2d44098))
   -   stub: Introduce new API:  BlockingStubV2 which supports Bidi streaming, 
Client streaming, a cleaner Server streaming and Unary RPCs 
([#&#8203;10318](https://redirect.github.com/grpc/grpc-java/issues/10318)) 
([`ea8c31c`](https://redirect.github.com/grpc/grpc-java/commit/ea8c31c30))
   -   bazel: Remove workaround for DoNotCall fixed in Bazel 3.4 
([`805cad3`](https://redirect.github.com/grpc/grpc-java/commit/805cad378))
   -   binder: A standard API for pointing resolvers at a different Android 
User. 
([#&#8203;11775](https://redirect.github.com/grpc/grpc-java/issues/11775)) 
([`1126a8e`](https://redirect.github.com/grpc/grpc-java/commit/1126a8e30))
   -   xds: Fix XDS control plane client retry timer backoff duration when 
connection closes after results are received 
([#&#8203;11766](https://redirect.github.com/grpc/grpc-java/issues/11766)) 
([`ef7c2d5`](https://redirect.github.com/grpc/grpc-java/commit/ef7c2d59c))
   -   xds: Parsing xDS Cluster Metadata 
([#&#8203;11741](https://redirect.github.com/grpc/grpc-java/issues/11741)) 
([`1edc4d8`](https://redirect.github.com/grpc/grpc-java/commit/1edc4d84d)). Not 
used actively, but this adds validation. The validation is unlikely to fail but 
may reject invalid resources.
   -   xds: Use "#server" as dataplane target value for xDS enabled gRPC 
servers 
([#&#8203;11715](https://redirect.github.com/grpc/grpc-java/issues/11715)) 
([`ebb43a6`](https://redirect.github.com/grpc/grpc-java/commit/ebb43a69e)). 
This only impacts the `grpc.target` label in `grpc.xds_client.*` metrics. 
Previously the empty string was used
   -   rls: Reduce RLS debug channel logging 
([`7f9c1f3`](https://redirect.github.com/grpc/grpc-java/commit/7f9c1f39f)). 
This only matters when debug logging is enabled
   
   ##### **Documentation**
   
   -   examples: Simplify graceful shutdown in Hostname example 
([`f1109e4`](https://redirect.github.com/grpc/grpc-java/commit/f1109e421))
   -   examples: Remove references to 
maven-central.storage-download.googleapis.com 
([`c96e926`](https://redirect.github.com/grpc/grpc-java/commit/c96e926e6))
   -   examples: Updated the attachHeaders to newAttachHeadersInterceptor in 
HeaderClientInterceptor 
([#&#8203;11759](https://redirect.github.com/grpc/grpc-java/issues/11759)) 
([`5e8abc6`](https://redirect.github.com/grpc/grpc-java/commit/5e8abc677))
   
   ##### **Dependencies**
   
   -   Bazel 8 is released, so replace Bazel 6 testing with Bazel 7 
([`8a5f777`](https://redirect.github.com/grpc/grpc-java/commit/8a5f7776d))
   
   ##### **Thanks to**
   
   -   [@&#8203;panchenko](https://redirect.github.com/panchenko)
   -   [@&#8203;benjaminp](https://redirect.github.com/benjaminp)
   -   [@&#8203;ZachChuba](https://redirect.github.com/ZachChuba)
   -   [@&#8203;vinodhabib](https://redirect.github.com/vinodhabib)
   
   ### 
[`v1.69.1`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.69.1)
   
   ##### Bug Fixes
   
   -   okhttp: Improve certificate handling by rejecting non-ASCII subject 
alternative names and hostnames as seen in CVE-2021-0341 
([#&#8203;11749](https://redirect.github.com/grpc/grpc-java/issues/11749)) 
([`a0982ca`](https://redirect.github.com/grpc/grpc-java/commit/a0982ca0a)). 
Hostnames are considered trusted and CAs are required to use punycode for 
non-ASCII hostnames, so this is expected to provide defense-in-depth. See also 
the [related GoSecure blog 
post](https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/)
 and the [AOSP 
fix](https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc)
   -   xds: Preserve nonce when unsubscribing last watcher of a particular type 
so that new discovery requests of that type are handled correctly 
([`1cf1927`](https://redirect.github.com/grpc/grpc-java/commit/1cf1927d1)). 
This (along with 
[`6c12c2b`](https://redirect.github.com/grpc/grpc-java/commit/6c12c2bd2)) fixes 
a nonce-handling regression introduced in 1.66.0 that could cause resources to 
appear to not exist until re-creating the ADS stream. Triggering the behavior 
required specific config changes. It is easiest to trigger when clusters use 
EDS and routes are changed from one cluster to another. The error “found 0 leaf 
(logical DNS or EDS) clusters for root cluster” might then be seen
   -   xds: Remember nonces for unknown types 
([`6c12c2b`](https://redirect.github.com/grpc/grpc-java/commit/6c12c2bd2))
   -   xds: Unexpected types in the bootstrap’s server_features should be 
ignored 
([`e8ff6da`](https://redirect.github.com/grpc/grpc-java/commit/e8ff6da2c)). 
They were previously required to be strings
   -   xds: Fixed unsupported unsigned 32 bits issue for circuit breaker 
([#&#8203;11735](https://redirect.github.com/grpc/grpc-java/issues/11735)) 
([`f8f6139`](https://redirect.github.com/grpc/grpc-java/commit/f8f613984)). 
This fixes clients treating large max_requests as “no requests” and failing all 
requests
   -   xds: Remove xds authority label from metric registration 
([#&#8203;11760](https://redirect.github.com/grpc/grpc-java/issues/11760)) 
([`6516c73`](https://redirect.github.com/grpc/grpc-java/commit/6516c7387)). 
This fixes the error “Incorrect number of required labels provided. Expected: 
4” introduced in 1.69.0
   
   ### 
[`v1.69.0`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.69.0)
   
   **v1.69.0**
   
   New Features
   
   -   api: Allow `LoadBalancer`s to specify an authority 
per-RPC.([#&#8203;11631](https://redirect.github.com/grpc/grpc-java/issues/11631))
 ([`c167ead`](https://redirect.github.com/grpc/grpc-java/commit/c167ead85)) 
CallOptions.withAuthority() has higher precedence.
   -   netty: Add soft Metadata size limit enforcement. 
([#&#8203;11603](https://redirect.github.com/grpc/grpc-java/issues/11603)) 
([`735b3f3`](https://redirect.github.com/grpc/grpc-java/commit/735b3f3fe)) The 
soft limit is a lower size limit that fails an increasing percentage of RPCs as 
the Metadata size approaches the upper limit. This can be used as an “early 
warning” that the Metadata size is growing too large
   -   alts: support altsCallCredentials in `GoogleDefaultChannelCredentials` 
([#&#8203;11634](https://redirect.github.com/grpc/grpc-java/issues/11634)) 
([`ba8ab79`](https://redirect.github.com/grpc/grpc-java/commit/ba8ab796e))
   -   xds: Add grpc.xds_client metrics, as documented by [OpenTelemetry 
Metrics](https://grpc.io/docs/guides/opentelemetry-metrics/#xdsclient-instruments)
 ([#&#8203;11661](https://redirect.github.com/grpc/grpc-java/issues/11661)) 
([`20d09ce`](https://redirect.github.com/grpc/grpc-java/commit/20d09cee5)). 
`grpc.xds.authority` is not yet available
   
   Bug Fixes
   
   -   api: When forwarding from `Listener` onAddresses to `Listener2` continue 
to use onResult 
([#&#8203;11666](https://redirect.github.com/grpc/grpc-java/issues/11666)) 
([`dae078c`](https://redirect.github.com/grpc/grpc-java/commit/dae078c0a)). 
This fixes a 1.68.1 "IllegalStateException: Not called from the 
SynchronizationContext" regression 
([#&#8203;11662](https://redirect.github.com/grpc/grpc-java/issues/11662)) that 
could be seen in certain custom NameResolvers
   -   okhttp: If the frame handler thread is null do not schedule it on the 
executor 
([`ef1fe87`](https://redirect.github.com/grpc/grpc-java/commit/ef1fe8737)). 
This fixes a 1.68.1 NullPointerException regression when a custom 
transportExecutor was provided to the channel and it did not have enough 
threads to run new tasks
   
   Improvements
   
   -   api: Add `java.time.Duration` overloads to `CallOptions`, `AbstractStub` 
methods that take TimeUnit and a time value 
([#&#8203;11562](https://redirect.github.com/grpc/grpc-java/issues/11562)) 
([`766b923`](https://redirect.github.com/grpc/grpc-java/commit/766b92379))
   -   core: Make timestamp usage in Channelz use nanos from Java.time.Instant 
when available 
([#&#8203;11604](https://redirect.github.com/grpc/grpc-java/issues/11604)) 
([`9176b55`](https://redirect.github.com/grpc/grpc-java/commit/9176b5528)). 
This increases the timestamp precision from milliseconds
   -   okhttp: Fix for ipv6 link local with scope 
([#&#8203;11725](https://redirect.github.com/grpc/grpc-java/issues/11725)[) 
(e98e7445b)](https://redirect.github.com/grpc/grpc-java/commit/e98e7445be6209ed4300724d6c2769635ceef5e4)
   -   binder: Let `AndroidComponentAddress` specify a target UserHandle 
([#&#8203;11670](https://redirect.github.com/grpc/grpc-java/issues/11670)) 
([`e58c998`](https://redirect.github.com/grpc/grpc-java/commit/e58c998a4))
   -   servlet: Deframe failures should be logged on the server as warnings 
([#&#8203;11645](https://redirect.github.com/grpc/grpc-java/issues/11645)) 
([`a5db67d`](https://redirect.github.com/grpc/grpc-java/commit/a5db67d0c))
   -   s2a: Rename the Bazel target s2av2\_credentials to s2a 
([`29dd9ba`](https://redirect.github.com/grpc/grpc-java/commit/29dd9bad3)). The 
target s2a had been referenced by IO_GRPC_GRPC_JAVA_OVERRIDE_TARGETS but didn’t 
previously exist
   -   services: Make channelz work with proto lite 
([#&#8203;11685](https://redirect.github.com/grpc/grpc-java/issues/11685)) 
([`b170334`](https://redirect.github.com/grpc/grpc-java/commit/b1703345f)). 
This compatibility is on the source level. There is not a pre-built binary on 
Maven Central that supports proto lite
   -   services: Deprecate ProtoReflectionService 
([#&#8203;11681](https://redirect.github.com/grpc/grpc-java/issues/11681)) 
([`921f88a`](https://redirect.github.com/grpc/grpc-java/commit/921f88ae3)). The 
class implements the deprecated v1alpha of the reflection protocol. Prefer 
ProtoReflectionServiceV1, which implements the v1 version of the reflection 
protocol
   
   Dependencies
   
   -   Upgrade proto-google-common-protos to 2.48.0 
([`1993e68`](https://redirect.github.com/grpc/grpc-java/commit/1993e68b0))
   -   Upgrade google-auth-library to 1.24.1 
([`1993e68`](https://redirect.github.com/grpc/grpc-java/commit/1993e68b0))
   -   Upgrade error_prone_annotations to 2.30.0 
([`1993e68`](https://redirect.github.com/grpc/grpc-java/commit/1993e68b0))
   -   Upgrade Guava to 33.3.1-android 
([`1993e68`](https://redirect.github.com/grpc/grpc-java/commit/1993e68b0))
   -   Upgrade opentelemetry-api to 1.43.0 
([`1993e68`](https://redirect.github.com/grpc/grpc-java/commit/1993e68b0))
   -   xds: Remove Bazel dependency on xds v2 
([`664f1fc`](https://redirect.github.com/grpc/grpc-java/commit/664f1fcf8)). 
This had been done for the Maven Central binaries in 1.63.0, but had been 
missed for Bazel builds
   
   Documentation
   
   -   binder: Update error codes doc for new "Safer Intent" rules. 
([#&#8203;11639](https://redirect.github.com/grpc/grpc-java/issues/11639)) 
([`fe350cf`](https://redirect.github.com/grpc/grpc-java/commit/fe350cfd5))
   -   examples: Use xds-enabled server and xds credentials in 
example-gcp-csm-observability 
([#&#8203;11706](https://redirect.github.com/grpc/grpc-java/issues/11706)) 
([`a79982c`](https://redirect.github.com/grpc/grpc-java/commit/a79982c7f))
   
   Thanks to\
   [@&#8203;niloc132](https://redirect.github.com/niloc132)\
   [@&#8203;rockspore](https://redirect.github.com/rockspore)\
   [@&#8203;SreeramdasLavanya](https://redirect.github.com/SreeramdasLavanya)\
   [@&#8203;vinodhabib](https://redirect.github.com/vinodhabib)
   
   ### 
[`v1.68.3`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.68.3)
   
   ##### Bug Fixes
   
   -   okhttp: Improve certificate handling by rejecting non-ASCII subject 
alternative names and hostnames as seen in CVE-2021-0341 
([#&#8203;11749](https://redirect.github.com/grpc/grpc-java/issues/11749)) 
([`a0982ca`](https://redirect.github.com/grpc/grpc-java/commit/a0982ca0a)). 
Hostnames are considered trusted and CAs are required to use punycode for 
non-ASCII hostnames, so this is expected to provide defense-in-depth. See also 
the [related GoSecure blog 
post](https://gosecure.ai/blog/2020/10/27/weakness-in-java-tls-host-verification/)
 and the [AOSP 
fix](https://android.googlesource.com/platform/external/okhttp/+/ddc934efe3ed06ce34f3724d41cfbdcd7e7358fc)
   -   xds: Preserve nonce when unsubscribing last watcher of a particular type 
so that new discovery requests of that type are handled correctly 
([`1cf1927`](https://redirect.github.com/grpc/grpc-java/commit/1cf1927d1)). 
This (along with 
[`6c12c2b`](https://redirect.github.com/grpc/grpc-java/commit/6c12c2bd2)) fixes 
a nonce-handling regression introduced in 1.66.0 that could cause resources to 
appear to not exist until re-creating the ADS stream. Triggering the behavior 
required specific config changes. It is easiest to trigger when clusters use 
EDS and routes are changed from one cluster to another. The error “found 0 leaf 
(logical DNS or EDS) clusters for root cluster” might then be seen
   -   xds: Remember nonces for unknown types 
([`6c12c2b`](https://redirect.github.com/grpc/grpc-java/commit/6c12c2bd2))
   -   xds: Unexpected types in the bootstrap’s server_features should be 
ignored 
([`e8ff6da`](https://redirect.github.com/grpc/grpc-java/commit/e8ff6da2c)). 
They were previously required to be strings
   -   xds: Fixed unsupported unsigned 32 bits issue for circuit breaker 
([#&#8203;11735](https://redirect.github.com/grpc/grpc-java/issues/11735)) 
([`f8f6139`](https://redirect.github.com/grpc/grpc-java/commit/f8f613984)). 
This fixes clients treating large max_requests as “no requests” and failing all 
requests
   
   ### 
[`v1.68.2`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.68.2)
   
   ##### Bug Fixes
   
   -   api: When forwarding from Listener onAddresses to Listener2 continue to 
use onResult 
([https://github.com/grpc/grpc-java/pull/11688](https://redirect.github.com/grpc/grpc-java/pull/11688)).
 This fixes a 1.68.1 "IllegalStateException: Not called from the 
SynchronizationContext" regression 
([#&#8203;11662](https://redirect.github.com/grpc/grpc-java/issues/11662)) that 
could be seen in certain custom NameResolvers
   -   okhttp: If the frame handler thread is null do not schedule it on the 
executor 
([https://github.com/grpc/grpc-java/pull/11716](https://redirect.github.com/grpc/grpc-java/pull/11716)).
 This fixes a 1.68.1 NullPointerException regression when a custom 
transportExecutor was provided to the channel and it did not have enough 
threads to run new tasks
   
   ##### Improvements
   
   -   examples: Use xds-enabled server and xds credentials in 
example-gcp-csm-observability 
([https://github.com/grpc/grpc-java/pull/11707](https://redirect.github.com/grpc/grpc-java/pull/11707))
   
   ### 
[`v1.68.1`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.68.1)
   
   v1.68.0 was a mistake. This is the first release of version 1.68.x
   
   ##### Bug Fixes
   
   -   xds: Fix NullPointerException introduced in "Fix load reporting when 
pick first is used for locality-routing" 
([#&#8203;11553](https://redirect.github.com/grpc/grpc-java/issues/11553)). 
This was in 1.67.1 but not 1.68.0
   
   ##### Behavior Changes
   
   -   core: JSON parsing rejects duplicate keys in objects 
([#&#8203;11575](https://redirect.github.com/grpc/grpc-java/issues/11575)) 
([`4be69e3`](https://redirect.github.com/grpc/grpc-java/commit/4be69e3f8)). 
This is the existing behavior in C core. Duplicate keys in objects are 
dangerous as which value takes effect is undefined. Previously, the last value 
was used
   -   okhttp: Detect transport executors with no remaining threads 
([#&#8203;11503](https://redirect.github.com/grpc/grpc-java/issues/11503)) 
([`3a6be9c`](https://redirect.github.com/grpc/grpc-java/commit/3a6be9ca1)). The 
transport uses two threads, but one is on-demand. If the executor provided to 
`builder.transportExecutor()` runs out of threads (e.g., it is a fixed-size 
thread pool), *all* transports can be wedged, unable to run on-demand tasks, 
until keepalive kills one of them. Two threads are now used when handshaking a 
new transport, and the transport will time out after 1 second with “Timed out 
waiting for second handshake thread” if two threads are unavailable
   -   gcp-csm-o11y: Get  `mesh_id` value from `CSM_MESH_ID` environment 
variable, instead of getting it from bootstrap file 
([`84d30af`](https://redirect.github.com/grpc/grpc-java/commit/84d30afad))
   
   ##### Improvements
   
   -   New grpc-context-override-opentelemetry artifact 
([#&#8203;11523](https://redirect.github.com/grpc/grpc-java/issues/11523)) 
([`782a44a`](https://redirect.github.com/grpc/grpc-java/commit/782a44ad6)) 
([#&#8203;11599](https://redirect.github.com/grpc/grpc-java/issues/11599)) 
([`e59ae5f`](https://redirect.github.com/grpc/grpc-java/commit/e59ae5fad)). 
This is a `io.grpc.Context` storage override to store its state in 
`io.opentelemetry.context.Context`. Libraries should not add a dependency on 
this artifact, as applications can only have one storage override in their 
classpath
   -   New grpc-s2a artifact. It is a transport that offloads the handshake 
similar to ALTS, but for TLS. It provides `io.grpc.s2a.S2AChannelCredentials`
   -   api: Enhance name resolver \`ResolutionResult\` to hold addresses or 
error so the single listener API *onResult2* is used to convey both success and 
error cases for name resolution 
([#&#8203;11330](https://redirect.github.com/grpc/grpc-java/issues/11330)) 
([`1ded8af`](https://redirect.github.com/grpc/grpc-java/commit/1ded8aff8))
   -   core: Handle NameResolver/LoadBalancer exceptions when panicking 
([`b692b9d`](https://redirect.github.com/grpc/grpc-java/commit/b692b9d26)). 
This expands the class of bugs that will fail RPCs with the panic error, versus 
some undefined behavior
   -   core: Use the default service config in case of initial name resolver 
address resolution error 
([#&#8203;11577](https://redirect.github.com/grpc/grpc-java/issues/11577)) 
([`fa26a8b`](https://redirect.github.com/grpc/grpc-java/commit/fa26a8bc5))
   -   core: `StreamTracer.inboundMessageRead()` now reports uncompressed 
message size when the message does not need compression 
([#&#8203;11598](https://redirect.github.com/grpc/grpc-java/issues/11598)) 
([`2aae68e`](https://redirect.github.com/grpc/grpc-java/commit/2aae68e11)). 
Previously it always reported `-1` (unknown)
   -   netty: Avoid TCP_USER_TIMEOUT warning when explicitly specifying a 
non-epoll channel type to use 
([#&#8203;11564](https://redirect.github.com/grpc/grpc-java/issues/11564)) 
([`62f4098`](https://redirect.github.com/grpc/grpc-java/commit/62f409810))
   -   okhttp: Don't warn about missing Conscrypt 
([`6f35422`](https://redirect.github.com/grpc/grpc-java/commit/6f3542297)). 
This is especially helpful when using TLS but not running on Android
   -   android: For `UdsChannelBuilder`, use fake IP instead of localhost 
([`a908b5e`](https://redirect.github.com/grpc/grpc-java/commit/a908b5e40)). 
This avoids an unnecessary DNS lookup
   -   xds: Add xDS node ID in select control plane errors to enable 
cross-referencing with control plane logs when debugging 
([`f3cf7c3`](https://redirect.github.com/grpc/grpc-java/commit/f3cf7c3c7))
   -   xds: Enhanced how ADS stream terminations are handled, specifically 
addressing cases where a response has or hasn't been received 
(#&#8203;2e9c3e19f)
   -   binder: Update status code documentation for Android 11's package 
visibility rules. 
([#&#8203;11551](https://redirect.github.com/grpc/grpc-java/issues/11551)) 
([`99be6e9`](https://redirect.github.com/grpc/grpc-java/commit/99be6e985))
   -   binder: Update binderDied() error description to spell out the 
possibilities for those unfamiliar with Android internals. 
([#&#8203;11628](https://redirect.github.com/grpc/grpc-java/issues/11628)) 
([`46c1b38`](https://redirect.github.com/grpc/grpc-java/commit/46c1b387f))
   -   example-gauth: Use application default creds instead of file argument 
([#&#8203;11595](https://redirect.github.com/grpc/grpc-java/issues/11595)) 
([`94a0a0d`](https://redirect.github.com/grpc/grpc-java/commit/94a0a0d1c))
   -   opentelemetry: Experimental OpenTelemetry tracing is available. Set the 
`GRPC_EXPERIMENTAL_ENABLE_OTEL_TRACING` environment variable to `true` to 
enable tracing support in `GrpcOpenTelemetry` 
([#&#8203;11409](https://redirect.github.com/grpc/grpc-java/issues/11409), 
[#&#8203;11477](https://redirect.github.com/grpc/grpc-java/issues/11477))([`043ba55`](https://redirect.github.com/grpc/grpc-java/commit/043ba55),
 [`421e237`](https://redirect.github.com/grpc/grpc-java/commit/421e237))
   
   ##### Dependencies
   
   -   Updated protobuf-java to 3.25.5. This helps avoid CVE-2024-7254 
([`2ff837a`](https://redirect.github.com/grpc/grpc-java/commit/2ff837ab6))
   
   Thanks to:\
   [@&#8203;Juneezee](https://redirect.github.com/Juneezee)\
   [@&#8203;lgalfaso](https://redirect.github.com/lgalfaso)\
   [@&#8203;bestbeforetoday](https://redirect.github.com/bestbeforetoday)\
   [@&#8203;hlx502](https://redirect.github.com/hlx502)\
   [@&#8203;JoeCqupt](https://redirect.github.com/JoeCqupt)
   
   ### 
[`v1.68.0`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.68.0): 
MISTAKE
   
   This was supposed to be v1.67.0, but there was a mistake during the release 
process. This has everything in v1.67.1, *except* for:
   
   -   xds: Fix NullPointerException introduced in "Fix load reporting when 
pick first is used for locality-routing" 
([https://github.com/grpc/grpc-java/pull/11553](https://redirect.github.com/grpc/grpc-java/pull/11553))
   
   ### 
[`v1.67.1`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.67.1)
   
   ##### gRPC Java 1.67.1 Release Notes
   
   There was no 1.67.0 release. There was a problem making the release and it 
went to Maven Central as 1.68.0 instead. This is a version-corrected release.
   
   ##### Improvements
   
   -   Petiole load balancing policies (e.g., round_robin, 
weighted_round_robin, ring_hash, least_request) had internal refactorings. This 
should not have changed their behavior
   -   api: Introduce onResult2 in NameResolver Listener2 that returns Status 
([`90d0fab`](https://redirect.github.com/grpc/grpc-java/commit/90d0fabb1))
   -   core: touch() buffer when detach()ing 
([`e821d5e`](https://redirect.github.com/grpc/grpc-java/commit/e821d5e15)). 
This makes it clearer whether a leak is a gRPC leak or an application leak when 
the Detachable API is being used
   -   example: delete duplicate and unused code in KeepAliveClient.java 
([`6a9bc3b`](https://redirect.github.com/grpc/grpc-java/commit/6a9bc3ba1))
   -   example: Added Dualstack example 
([#&#8203;11451](https://redirect.github.com/grpc/grpc-java/issues/11451)) 
([`72a977b`](https://redirect.github.com/grpc/grpc-java/commit/72a977bf7))
   -   stub: Add newAttachMetadataServerInterceptor() MetadataUtil 
([#&#8203;11458](https://redirect.github.com/grpc/grpc-java/issues/11458)) 
([`6dbd1b9`](https://redirect.github.com/grpc/grpc-java/commit/6dbd1b9d5))
   -   xds: Separate xds clients for each channel target, each with its own 
connection to an xds server. 
([#&#8203;11484](https://redirect.github.com/grpc/grpc-java/issues/11484)) 
([`d034a56`](https://redirect.github.com/grpc/grpc-java/commit/d034a56cb))
   -   xds: Envoy proto sync to 2024-07-06 
([#&#8203;11401](https://redirect.github.com/grpc/grpc-java/issues/11401)) 
([`96a788a`](https://redirect.github.com/grpc/grpc-java/commit/96a788a34))
   -   xds: cncf/xds proto sync to 2024-07-24 
([#&#8203;11417](https://redirect.github.com/grpc/grpc-java/issues/11417)) 
([`0017c98`](https://redirect.github.com/grpc/grpc-java/commit/0017c98f6))
   -   xds: Import RLQS protos 
([#&#8203;11418](https://redirect.github.com/grpc/grpc-java/issues/11418)) 
([`c29763d`](https://redirect.github.com/grpc/grpc-java/commit/c29763d88))
   -   xds: ClusterManagerLB must update child configuration 
([`10d6002`](https://redirect.github.com/grpc/grpc-java/commit/10d6002cb)). 
Previously, RLS configuration would not have been updated
   
   ##### Bug Fixes
   
   -   core: Revert "Enable new PickFirst LB 
([#&#8203;11348](https://redirect.github.com/grpc/grpc-java/issues/11348))" 
([#&#8203;11425](https://redirect.github.com/grpc/grpc-java/issues/11425)) 
([`cc1cbe9`](https://redirect.github.com/grpc/grpc-java/commit/cc1cbe987))
   -   rls: Fix log statements incorrectly referring to "LRS" 
([#&#8203;11497](https://redirect.github.com/grpc/grpc-java/issues/11497)) 
([`c63e354`](https://redirect.github.com/grpc/grpc-java/commit/c63e35488))
   -   util: Stop using SocketAddress.toString() for checking address equality 
([`f866c80`](https://redirect.github.com/grpc/grpc-java/commit/f866c805c)). 
This change applies to all petiole load balancing policies. For regular usages 
that use dns name resolution, this is unlikely to matter as the default dns 
name resolver returns consistent addresses. But this might improve LB behavior 
for some custom load balancers
   -   xds: Fix load reporting when pick first is used for locality-routing. 
([#&#8203;11495](https://redirect.github.com/grpc/grpc-java/issues/11495)) 
([`1dae144`](https://redirect.github.com/grpc/grpc-java/commit/1dae144f0))
   -   xds: Fix NullPointerException introduced in "Fix load reporting when 
pick first is used for locality-routing" 
([#&#8203;11553](https://redirect.github.com/grpc/grpc-java/issues/11553)). 
This change is not present in 1.68.0
   -   xds: XdsClient should unsubscribe on last resource 
([#&#8203;11264](https://redirect.github.com/grpc/grpc-java/issues/11264)) 
([`448ec4f`](https://redirect.github.com/grpc/grpc-java/commit/448ec4f37))
   
   ##### Dependencies
   
   -   Upgrade Netty to 4.1.110 and tcnative to 2.0.65 
([#&#8203;11444](https://redirect.github.com/grpc/grpc-java/issues/11444)) 
([`70ae832`](https://redirect.github.com/grpc/grpc-java/commit/70ae83288))
   -   examples: Upgrade Maven plugin versions 
([`75012a5`](https://redirect.github.com/grpc/grpc-java/commit/75012a5be))
   -   Remove direct dependency on j2objc 
([`ff8e413`](https://redirect.github.com/grpc/grpc-java/commit/ff8e41376))
   
   ##### Thanks to
   
   [@&#8203;Juneezee](https://redirect.github.com/Juneezee)
   [@&#8203;lujiajing1126](https://redirect.github.com/lujiajing1126)
   [@&#8203;JarvisCraft](https://redirect.github.com/JarvisCraft)
   [@&#8203;sunpe](https://redirect.github.com/sunpe)
   
   ### 
[`v1.66.0`](https://redirect.github.com/grpc/grpc-java/releases/tag/v1.66.0)
   
   ##### gRPC Java 1.66.0 Release Notes
   
   ##### API Changes
   
   -   stub: Support setting onReadyThreshold through AbstractStub. 
([#&#8203;11320](https://redirect.github.com/grpc/grpc-java/issues/11320)) 
([`25a8b7c`](https://redirect.github.com/grpc/grpc-java/commit/25a8b7c50))
   -   util: Stabilize `AdvancedTlsX509TrustManager`, an 
`X509ExtendedTrustManager` that allows users to configure advanced TLS 
features, such as root certificate reloading and peer cert custom verification. 
([`658cbf6`](https://redirect.github.com/grpc/grpc-java/commit/658cbf6cf))
   -   util: Align AdvancedTlsX509{Key and Trust}Manager. 
([#&#8203;11385](https://redirect.github.com/grpc/grpc-java/issues/11385))
   -   util: Add `GracefulSwitchLoadBalancer` config 
([`ebed047`](https://redirect.github.com/grpc/grpc-java/commit/ebed04798)) and 
mark switchTo() deprecated. 
([`85e0a01`](https://redirect.github.com/grpc/grpc-java/commit/85e0a01ec)). 
`GracefulSwitchLoadBalancer` now receives its configuration like a regular load 
balancer.
   -   binder: Introduce `AllowSecurityPolicy` to allow calling code to not 
have to wait on async/slow implementations. `BinderTransport` now submits async 
implementations to an executor. 
([#&#8203;11272](https://redirect.github.com/grpc/grpc-java/issues/11272)) 
([`7fee6a3`](https://redirect.github.com/grpc/grpc-java/commit/7fee6a3fe))
   -   api: Add convenience method in `ServerBuilder` for adding a list of 
service implementations to the handler registry together. 
([#&#8203;11285](https://redirect.github.com/grpc/grpc-java/issues/11285)) 
([`85ed053`](https://redirect.github.com/grpc/grpc-java/commit/85ed05300))
   
   ##### Improvements
   
   -   examples: Improve example Bazel WORKSPACE to demonstrate referencing 
grpc-xds. 
([`5ec0187`](https://redirect.github.com/grpc/grpc-java/commit/5ec0187e2))
   -   examples: Include Bazel bzlmod configuration 
([`36e687f`](https://redirect.github.com/grpc/grpc-java/commit/36e687f9d)). 
There are now examples for both non-bzlmod and bzlmod.
   -   core: Fixes to `PickFirstLeafLoadBalancer`
       -   Eliminate NPE after recovering from a temporary name resolution 
failure. 
([#&#8203;11298](https://redirect.github.com/grpc/grpc-java/issues/11298))
       -   Deduplicate addresses. 
([#&#8203;11342](https://redirect.github.com/grpc/grpc-java/issues/11342), 
[#&#8203;11345](https://redirect.github.com/grpc/grpc-java/issues/11345))
   -   core: Change default to use the new pick first load balancer 
(PickFirstLeafLoadBalancer). 
([#&#8203;11348](https://redirect.github.com/grpc/grpc-java/issues/11348))
   -   core: Use retryThrottling from defaultServiceConfig when the name 
resolver config doesn't provide this config. 
([#&#8203;11274](https://redirect.github.com/grpc/grpc-java/issues/11274)) 
([`062ebb4`](https://redirect.github.com/grpc/grpc-java/commit/062ebb4d7))
   -   netty: Enable use of Netty 4.1.111 by avoiding the optimization provided 
by `NettyAdaptiveCumulator` if Netty is on version 4.1.111 or later. 
([#&#8203;11367](https://redirect.github.com/grpc/grpc-java/issues/11367))
   -   binder: Set a default connect timeout of 60 seconds. 
([#&#8203;11359](https://redirect.github.com/grpc/grpc-java/issues/11359)) 
([`21dec30`](https://redirect.github.com/grpc/grpc-java/commit/21dec3092))
   -   binder: Make `BinderServer` own `ServerAuthInterceptor`'s executor that 
helps avoid leaks. 
([#&#8203;11293](https://redirect.github.com/grpc/grpc-java/issues/11293)) 
([`15ad9f5`](https://redirect.github.com/grpc/grpc-java/commit/15ad9f546))
   -   services:: Added `ProtoReflectionServiceV1` for the v1 reflection 
protocol. The preexisting `ProtoReflectionService` implements the v1alpha 
reflection protocol. 
([#&#8203;11237](https://redirect.github.com/grpc/grpc-java/issues/11237)) 
([`0aa976c`](https://redirect.github.com/grpc/grpc-java/commit/0aa976c4e))
   
   ##### Bug Fixes
   
   -   binder: Add missing synchronization to prevent races when calling 
awaitTermination(). 
([#&#8203;11277](https://redirect.github.com/grpc/grpc-java/issues/11277)) 
([`14fd81f`](https://redirect.github.com/grpc/grpc-java/commit/14fd81f59))
   -   util: Fix `AdvancedTlsX509TrustManager` validation on servers when using 
SSLSocket. Previously it would try to use a null SSLEngine . 
([`dcb1c01`](https://redirect.github.com/grpc/grpc-java/commit/dcb1c018c))
   
   ##### Dependencies
   
   -   compiler: Upgrade from CentOS 7 to AlmaLinux 8 for the pre-compiled 
Linux protoc-gen-grpc-java 
([`71eb5fb`](https://redirect.github.com/grpc/grpc-java/commit/71eb5fb9f)). 
This adds a runtime dependency on libstdc++
   -   Upgrade animal-sniffer-annotations to 1.24 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   Upgrade error_prone_annotations to 2.28.0 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   Upgrade proto-google-common-protos to 2.41.0 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   Upgrade google-auth-library to 1.23.0 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   Upgrade gson to 2.11.0 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   Upgrade guava to 33.2.1 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   Upgrade opentelemetry to 1.40.0 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   Upgrade perfmark-api to 0.27.0 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   Upgrade protobuf-java to 3.25.3 
([`a977385`](https://redirect.github.com/grpc/grpc-java/commit/a97738518))
   -   xds: Remove unused opencensus-proto dependency 
([`e7c3803`](https://redirect.github.com/grpc/grpc-java/commit/e7c3803b5))
   -   bazel: Replace `@com_github_cncf_udpa` usage with preexisting 
`@com_github_cncf_xds`; delete `@com_github_cncf_udpa` repo alias for xds 
([`6dd6ca9`](https://redirect.github.com/grpc/grpc-java/commit/6dd6ca9f9))
   -   bazel: Upgrade envoyproxy/data-plane-api to 
[`1611a73`](https://redirect.github.com/grpc/grpc-java/commit/1611a730) 
([`c540993`](https://redirect.github.com/grpc/grpc-java/commit/c540993aa)). The 
version used by Gradle had been updated in 1.62.0 
([`68334a0`](https://redirect.github.com/grpc/grpc-java/commit/68334a01)), but 
the bazel version had not
   -   bazel: Use com_google_protobuf instead of com_google_protobuf_javalite 
([`7a25e68`](https://redirect.github.com/grpc/grpc-java/commit/7a25e6895)). 
Bazel’s protobuf rules no longer use the old com_google_protobuf_javalite 
repository name
   -   bazel: Don't require protobuf to be in maven_install 
([`d3c2f5a`](https://redirect.github.com/grpc/grpc-java/commit/d3c2f5a2d)). 
Protobuf’s targets are generally just used directly; this fixed the only place 
that used maven’s `artifact()` syntax
   
   ##### Thanks to
   
   [@&#8203;hlx502](https://redirect.github.com/hlx502)
   [@&#8203;erm-g](https://redirect.github.com/erm-g)
   [@&#8203;jdcormie](https://redirect.github.com/jdcormie)
   [@&#8203;JoaoVitorStein](https://redirect.github.com/JoaoVitorStein)
   [@&#8203;cfredri4](https://redirect.github.com/cfredri4)
   
   </details>
   
   ---
   
   ### Configuration
   
   📅 **Schedule**: Branch creation - "* * * * *" (UTC), Automerge - At any time 
(no schedule defined).
   
   🚦 **Automerge**: Disabled by config. Please merge this manually once you are 
satisfied.
   
   ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry 
checkbox.
   
   🔕 **Ignore**: Close this PR and you won't be reminded about these updates 
again.
   
   ---
   
    - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this 
box
   
   ---
   
   This PR has been generated by [Renovate 
Bot](https://redirect.github.com/solrbot/renovate-github-action)
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjQuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyNC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
   


-- 
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: issues-unsubscr...@solr.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org


Reply via email to