You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by ep...@apache.org on 2023/03/30 14:14:21 UTC

[solr] branch main updated (34ea32b877b -> dbab7359479)

This is an automated email from the ASF dual-hosted git repository.

epugh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git


    from 34ea32b877b SOLR-16706: Reduce the ZLibCompressor compression buffer size. (#1469)
     add dbab7359479 SOLR-16601: Remove Deprecated Methods from SolrClients (#1496)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |   4 +-
 .../apache/solr/cloud/TestRandomFlRTGCloud.java    |  79 ++++++++------
 .../solr/client/solrj/impl/CloudSolrClient.java    |  70 -------------
 .../impl/ConcurrentUpdateHttp2SolrClient.java      |  35 -------
 .../solrj/impl/ConcurrentUpdateSolrClient.java     |  73 +++----------
 .../solrj/impl/DelegationTokenHttpSolrClient.java  |  15 ---
 .../solr/client/solrj/impl/HttpSolrClient.java     | 114 ---------------------
 .../solr/client/solrj/impl/LBHttp2SolrClient.java  |  65 +-----------
 .../solr/client/solrj/impl/LBHttpSolrClient.java   |  20 ----
 .../solr/client/solrj/impl/LBSolrClient.java       |  42 --------
 .../client/solrj/impl/BasicHttpSolrClientTest.java |   2 +-
 .../client/solrj/impl/LBHttp2SolrClientTest.java   |  16 +--
 12 files changed, 70 insertions(+), 465 deletions(-)