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 6733c65d20c SOLR-17231: Don't try buffering updates when there's no 
update log (cherry-pick from #3880) (#3887)
     new 02b7cc1c3f5 build: print broken links
     new 4758b88be3b Tests: SolrJettyTestRule: harden cleanup
     new 6de48936afd SOLR-17996: SolrRequest.processWithBaseUrl and 
HttpSolrClientBase.requestWithBaseUrl (#3881)

The 3 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:
 .../unreleased/SOLR-17996-requestWithBaseUrl.yml   |  8 +++++++
 gradle/validation/check-broken-links.gradle        |  4 ++++
 .../org/apache/solr/bench/MiniClusterState.java    | 15 ++++++------
 .../org/apache/solr/bench/index/CloudIndexing.java |  2 +-
 .../org/apache/solr/bench/search/FilterCache.java  |  8 +++----
 .../org/apache/solr/bench/search/JsonFaceting.java |  5 +---
 .../apache/solr/bench/search/NumericSearch.java    |  4 ++--
 .../api/collections/ReindexCollectionCmd.java      |  5 ++--
 .../java/org/apache/solr/core/CoreContainer.java   |  5 ++--
 .../java/org/apache/solr/handler/IndexFetcher.java |  9 ++++----
 .../org/apache/solr/handler/admin/ColStatus.java   |  2 +-
 .../solr/security/PKIAuthenticationPlugin.java     |  2 +-
 .../org/apache/solr/update/PeerSyncWithLeader.java |  2 +-
 .../org/apache/solr/update/SolrCmdDistributor.java |  2 +-
 .../processor/DistributedUpdateProcessor.java      |  6 +----
 .../TestUserManagedReplicationWithAuth.java        |  4 ++--
 .../solrj/impl/SolrClientNodeStateProvider.java    |  2 +-
 .../solr/common/cloud/NodesSysPropsCacher.java     |  4 +---
 .../org/apache/solr/client/solrj/SolrRequest.java  | 24 +++++++++++++++++++
 .../impl/ConcurrentUpdateHttp2SolrClient.java      |  9 ++++----
 .../solr/client/solrj/impl/Http2SolrClient.java    |  8 +++++++
 .../solr/client/solrj/impl/HttpJdkSolrClient.java  | 27 ++++++++++++++++------
 .../solr/client/solrj/impl/HttpSolrClientBase.java | 15 ++++++++++++
 .../solr/client/solrj/impl/LBSolrClient.java       | 12 +++++-----
 .../client/solrj/impl/Http2SolrClientTest.java     |  4 ++--
 .../client/solrj/impl/HttpJdkSolrClientTest.java   | 19 +++++++++++++++
 .../org/apache/solr/util/SolrJettyTestRule.java    |  5 ++--
 27 files changed, 146 insertions(+), 66 deletions(-)
 create mode 100644 changelog/unreleased/SOLR-17996-requestWithBaseUrl.yml

Reply via email to