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

   This PR contains the following updates:
   
   | Package | Type | Update | Change |
   |---|---|---|---|
   | [io.grpc:grpc-xds](https://togithub.com/grpc/grpc-java) | dependencies | 
minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-stub](https://togithub.com/grpc/grpc-java) | dependencies | 
minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-services](https://togithub.com/grpc/grpc-java) | 
dependencies | minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-protobuf-lite](https://togithub.com/grpc/grpc-java) | 
dependencies | minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-protobuf](https://togithub.com/grpc/grpc-java) | 
dependencies | minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-netty-shaded](https://togithub.com/grpc/grpc-java) | 
dependencies | minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-netty](https://togithub.com/grpc/grpc-java) | dependencies | 
minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-grpclb](https://togithub.com/grpc/grpc-java) | dependencies 
| minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-googleapis](https://togithub.com/grpc/grpc-java) | 
dependencies | minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-core](https://togithub.com/grpc/grpc-java) | dependencies | 
minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-context](https://togithub.com/grpc/grpc-java) | dependencies 
| minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-auth](https://togithub.com/grpc/grpc-java) | dependencies | 
minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-api](https://togithub.com/grpc/grpc-java) | dependencies | 
minor | `1.51.0` -> `1.53.0` |
   | [io.grpc:grpc-alts](https://togithub.com/grpc/grpc-java) | dependencies | 
minor | `1.51.0` -> `1.53.0` |
   
   ---
   
   ### Release Notes
   
   <details>
   <summary>grpc/grpc-java</summary>
   
   ### [`v1.53.0`](https://togithub.com/grpc/grpc-java/releases/tag/v1.53.0)
   
   ##### New Features
   
   -   googleapis: Allow user set c2p bootstrap config 
([#&#8203;9856](https://togithub.com/grpc/grpc-java/issues/9856))
   -   xds: Add contain and stringMatcher in `RouteConfiguration` 
([#&#8203;9845](https://togithub.com/grpc/grpc-java/issues/9845))
   -   core: Add `grpc-previous-rpc-attempts` to the initial response metadata 
([#&#8203;9686](https://togithub.com/grpc/grpc-java/issues/9686))
   -   servlet: Implement gRPC server as a Servlet 
([#&#8203;8596](https://togithub.com/grpc/grpc-java/issues/8596))
   -   authz: Implement static authorization server interceptor 
([#&#8203;8934](https://togithub.com/grpc/grpc-java/issues/8934))
   
   ##### Examples
   
   -   servlet: Add servlet example 
([#&#8203;8596](https://togithub.com/grpc/grpc-java/issues/8596))
   
   ##### Bug Fixes
   
   -   xds: Update xds error handling logic.  Specifically:
       -   When the ads stream is closed only send errors to subscribers that 
haven't yet gotten results
       -   Timers to detect missing resources don’t start until the adsStream 
is ready ([#&#8203;9745](https://togithub.com/grpc/grpc-java/issues/9745))
       -   Call subscriber onError callback when xds client fails to connect to 
server ([#&#8203;9827](https://togithub.com/grpc/grpc-java/issues/9827))
   -   core: Delay retriable stream master listener close until all sub streams 
are closed. This fixes the call executor lifecycle and prevents potential 
`RejectedExecutionException`. 
([#&#8203;9754](https://togithub.com/grpc/grpc-java/issues/9754))
   -   core: Free unused `MessageProducer` in `RetriableStream` 
([#&#8203;9853](https://togithub.com/grpc/grpc-java/issues/9853)), fixing a 
Netty buffer memory leak for cancelled RPCs
   -   api: Fail with `NullPointerException` when a Metadata.Marshaller returns 
null bytes ([#&#8203;9781](https://togithub.com/grpc/grpc-java/issues/9781)). 
This would previously cause a `NullPointerException` later during the RPC. Now 
the return value of the Marshaller is checked immediately, to help find the 
broken Marshaller
   
   ##### Behavior Changes
   
   -   xds: Disallow duplicate addresses in the RingHashLB. 
([#&#8203;9776](https://togithub.com/grpc/grpc-java/issues/9776))
   -   xds: EDS weight sums are allowed up to max unsigned int (was max signed 
int) ([#&#8203;9765](https://togithub.com/grpc/grpc-java/issues/9765))
   -   xds: Drop xds v2 support 
([#&#8203;9760](https://togithub.com/grpc/grpc-java/issues/9760))
   
   ##### Dependencies
   
   -   JUnit upgraded to 4.13.2
   -   bazel: Dropped support for Bazel 4. We track the two most recent major 
versions of Bazel, Bazel 5 and 6. Bazel 4 may still work, but we are no longer 
testing it
   -   bazel: Include Tomcat annotations dependency for `@Generated` as used by 
autovalue ([#&#8203;9762](https://togithub.com/grpc/grpc-java/issues/9762)). 
Necessary for building xds and rls on Java 9+
   -   bazel: Export deps from Maven Central-specific stand-in targets 
([#&#8203;9780](https://togithub.com/grpc/grpc-java/issues/9780)). Some Maven 
Central artifacts are a combination of multiple Bazel targets, like grpc-core 
is composed of //core:inprocess, //core:internal, //core:util, //api. There is 
a “//core:core_maven” target used by maven_install that uses the other targets. 
Previously the target used `runtime_deps` to discourage their use by Bazel 
users, but that could cause compilation failures from lack of hjars. These 
targets now use `exports`
   
   ##### Acknowledgement
   
   [@&#8203;cpovirk](https://togithub.com/cpovirk)
   [@&#8203;niloc132](https://togithub.com/niloc132)
   [@&#8203;stephenh](https://togithub.com/stephenh)
   [@&#8203;olderwei](https://togithub.com/olderwei)
   [@&#8203;pandaapo](https://togithub.com/pandaapo)
   [@&#8203;panxuefeng](https://togithub.com/panxuefeng)
   
   ### [`v1.52.1`](https://togithub.com/grpc/grpc-java/releases/tag/v1.52.1)
   
   ##### Bug Fixes
   
   -   xds: Fix an internal bug in xds resource subscription that might cause 
xds stream not accepting response update for that resource type entirely. 
([#&#8203;9810](https://togithub.com/grpc/grpc-java/issues/9810))
   
   ### [`v1.52.0`](https://togithub.com/grpc/grpc-java/releases/tag/v1.52.0)
   
   ##### gRPC Java 1.52.0 Release Notes
   
   **grpc-xds starting with 1.51.0 had a regression where resources might stop 
receiving updates. The trigger could happen hours or days after the binary had 
started. xDS users should avoid this release and use 1.50.x until patch 
releases with the fix are available. 
[https://github.com/grpc/grpc-java/pull/9809](https://togithub.com/grpc/grpc-java/pull/9809)**
   
   ##### API Changes
   
   -   Fix CallOptions to be properly `@Immutable` 
([#&#8203;9689](https://togithub.com/grpc/grpc-java/issues/9689))
   -   binder: Promote out of experimental status 
([#&#8203;9669](https://togithub.com/grpc/grpc-java/issues/9669)). Much of the 
API is now stable
   
   ##### New Features
   
   -   xds: Support localities in multiple priorities 
([#&#8203;9683](https://togithub.com/grpc/grpc-java/issues/9683))
   -   xds: Log xDS node ID with verbosity INFO when environment variable 
GRPC_LOG_XDS_NODE_ID=true 
([#&#8203;9731](https://togithub.com/grpc/grpc-java/issues/9731))
   
   ##### Examples
   
   -   Add examples for name resolver and load balancer 
([#&#8203;9700](https://togithub.com/grpc/grpc-java/issues/9700))
   -   Swap to ChannelCredentials/ServerCredentials API, as it is preferred
   
   ##### Bug Fixes
   
   -   xds:Fix ConcurrentModificationException in PriorityLoadBalancer 
([#&#8203;9728](https://togithub.com/grpc/grpc-java/issues/9728))
   -   ManagedChannelImpl.SubchannelImpl fix args check to avoid NPE 
([#&#8203;9651](https://togithub.com/grpc/grpc-java/issues/9651))
   -   okhttp: Add missing server support for TLS ClientAuth 
([#&#8203;9711](https://togithub.com/grpc/grpc-java/issues/9711))
   -   binder: Ensure the security interceptor is always closest to the actual 
transport ([#&#8203;9716](https://togithub.com/grpc/grpc-java/issues/9716))
   -   bazel: Include [@&#8203;Generated](https://togithub.com/Generated) dep 
for autovalue. This fixes builds of xds and rls using Java 9+
   -   xds: Nack xds response when weighted cluster total weight sums zero  
([#&#8203;9738](https://togithub.com/grpc/grpc-java/issues/9738))
   -   core: Fix a bug about a retriable stream lifecycle. It stops using the 
call executor resource in a retriable stream when the client call is closed, 
thus preventing potential channel panics. 
([#&#8203;9626](https://togithub.com/grpc/grpc-java/issues/9626))
   
   ##### Behavior Changes
   
   -   binder: Set default idle timeout to 60 seconds, and enable "strict 
lifecycle management". 
([#&#8203;9486](https://togithub.com/grpc/grpc-java/issues/9486))
   -   xds: Limit ring hash max size to 4K instead of 8M 
([#&#8203;9709](https://togithub.com/grpc/grpc-java/issues/9709)). 
`RingHashOptions.setRingSizeCap()` can increase the limit
   -   binder: Set default idle timeout to 60 seconds, and add 
`BinderChannelBuilder.strictLifecycleManagement()` which disables idle timeout 
and prevents it from being changed 
([#&#8203;9486](https://togithub.com/grpc/grpc-java/issues/9486)). Disabling 
idle timeout can be useful to find bugs in applications that fail to promptly 
shut down the channel and are particularly sensitive to keeping Binder 
instances alive.
   -   bazel: Replace ctx.host_configuration.host_path_separator with 
ctx.configuration.host_path_separator 
([#&#8203;9742](https://togithub.com/grpc/grpc-java/issues/9742)). This changes 
no behavior today, but improves future compatibility with newer versions of 
Bazel
   -   xds: Refactor internal logics about LDS and CDS resource handling. It 
may cause minor log line changes about corresponding RDS and EDS subscriber 
event notification, but it should not change xds name resolution and LB 
behavior. ([#&#8203;9724](https://togithub.com/grpc/grpc-java/issues/9724))
   
   ##### Dependencies
   
   ##### Acknowledgement
   
   [@&#8203;RapperCL](https://togithub.com/RapperCL)
   [@&#8203;Smityz](https://togithub.com/Smityz)
   [@&#8203;pandaapo](https://togithub.com/pandaapo)
   
   ### [`v1.51.3`](https://togithub.com/grpc/grpc-java/releases/tag/v1.51.3)
   
   ##### Bug Fixes
   
   -   xds: Fix an internal bug in xds resource subscription that might cause 
xds stream not accepting response update for that resource type entirely. 
([https://github.com/grpc/grpc-java/pull/9811](https://togithub.com/grpc/grpc-java/pull/9811))
   
   ### [`v1.51.1`](https://togithub.com/grpc/grpc-java/releases/tag/v1.51.1)
   
   **grpc-xds starting with 1.51.0 had a regression where resources might stop 
receiving updates. The trigger could happen hours or days after the binary had 
started. xDS users should avoid this release and use 1.50.x until patch 
releases with the fix are available. 
[https://github.com/grpc/grpc-java/pull/9809](https://togithub.com/grpc/grpc-java/pull/9809)**
   
   ##### Bug Fixes
   
   -   xds: Fix ConcurrentModificationException in PriorityLoadBalancer. 
([#&#8203;9744](https://togithub.com/grpc/grpc-java/issues/9744))
   
   </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://togithub.com/solrbot/renovate-github-action)
   
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4xNTIuMCIsInVwZGF0ZWRJblZlciI6IjM0LjE1Mi4wIn0=-->
   


-- 
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