This is an automated email from the ASF dual-hosted git repository.
gerlowskija pushed a change to branch branch_9_7
in repository https://gitbox.apache.org/repos/asf/solr.git
from b33798da2fc Add next bugfix version 9.7.1
new f19981143ab SOLR-17464: Fixed Http2SolrClient bug in that
'requestAsync' triggered NPE when using a shared Jetty client (#2733)
new 88ecadd2f54 SOLR-17515: Always init Http2SolrClient authStore (#2802)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
solr/CHANGES.txt | 4 ++-
.../apache/solr/cloud/RecoveryZkTestWithAuth.java | 10 ++++++
.../solr/client/solrj/impl/Http2SolrClient.java | 16 +++++++++
.../client/solrj/impl/Http2SolrClientTest.java | 40 ++++++++++++++++++++--
.../client/solrj/impl/HttpJdkSolrClientTest.java | 24 +++++++++++--
.../client/solrj/impl/HttpSolrClientTestBase.java | 9 ++---
6 files changed, 92 insertions(+), 11 deletions(-)