This is an automated email from the ASF dual-hosted git repository.
dsmiley pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from dfa20632f01 SOLR-17620: SolrCloud "liveNode" now has version & roles
(#3305)
new 446a9e581cb SolrParams.of() (partial cherry-pick) (#3140)
new 95f410df66d SOLR-17871: Http2SolrClient: fix idle timeout > 30 seconds
(#3497)
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 | 2 +
.../solr/client/solrj/impl/Http2SolrClient.java | 1 +
.../{MapSolrParams.java => EmptySolrParams.java} | 56 ++++++++++++----------
.../org/apache/solr/common/params/SolrParams.java | 10 ++++
.../client/solrj/impl/BasicHttpSolrClientTest.java | 7 ++-
.../client/solrj/impl/Http2SolrClientTest.java | 14 ++++--
6 files changed, 60 insertions(+), 30 deletions(-)
copy solr/solrj/src/java/org/apache/solr/common/params/{MapSolrParams.java =>
EmptySolrParams.java} (51%)