This is an automated email from the ASF dual-hosted git repository.
jdyer pushed a change to branch branch_10_0
in repository https://gitbox.apache.org/repos/asf/solr.git
from 14713084277 Add dependency updates to CHANGES for 10.0.0
new 15112d1ec33 SOLR-17771: Have a CloudSolrClient that works with
HttpJdkSolrClient (#3774)
new dda36e51fa3 SOLR-17771: CHANGES.txt entry
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 | 6 ++
.../java/org/apache/solr/cli/RunExampleTool.java | 4 +-
.../manager/consumer/KafkaCrossDcConsumer.java | 3 +-
.../examples/UsingSolrJRefGuideExamplesTest.java | 8 +--
.../solr/client/solrj/impl/NodeValueFetcher.java | 3 +-
.../solrj/impl/SolrClientNodeStateProvider.java | 18 +++++-
.../client/solrj/impl/CloudHttp2SolrClient.java | 64 +++++++++++++++-------
.../solr/client/solrj/impl/CloudSolrClient.java | 63 ---------------------
.../solr/client/solrj/impl/HttpJdkSolrClient.java | 39 ++++++++-----
.../impl/CloudHttp2SolrClientBuilderTest.java | 51 ++++++++++++++++-
.../solrj/impl/CloudHttp2SolrClientRetryTest.java | 27 +++++++--
.../solrj/impl/CloudHttp2SolrClientTest.java | 64 +++++++++++++++++++---
.../solrj/impl/CloudSolrClientBuilderTest.java | 22 +++++---
.../impl/CloudSolrClientMultiConstructorTest.java | 4 +-
.../client/solrj/impl/HttpClusterStateSSLTest.java | 3 +-
.../client/solrj/impl/HttpJdkSolrClientTest.java | 20 +++++--
.../solr/cloud/AbstractFullDistribZkTestBase.java | 2 +-
17 files changed, 259 insertions(+), 142 deletions(-)