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

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


    from a6e6730fba0 complete backport of SOLR-16883
     new 02390b7e755 SOLR-16803: Remove dependencies on SimplePostTool from 
Solr Core classes.. (#1805)
     new 7293ad6d0c1 Finish backporting SOLR-16803.

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 +
 .../java/org/apache/solr/cli/RunExampleTool.java   |  1 +
 .../java/org/apache/solr/cli/SimplePostTool.java   | 35 +---------------
 .../client/solrj/embedded/EmbeddedSolrServer.java  |  4 +-
 .../java/org/apache/solr/core/BlobRepository.java  |  3 +-
 .../java/org/apache/solr/handler/BlobHandler.java  |  4 +-
 .../solr/handler/admin/ZookeeperInfoHandler.java   |  4 +-
 .../org/apache/solr/cloud/ZkNodePropsTest.java     |  3 +-
 .../apache/solr/core/TestSolrConfigHandler.java    |  6 +--
 .../org/apache/solr/handler/TestBlobHandler.java   |  4 +-
 .../src/test/org/apache/solr/pkg/TestPackages.java |  6 +--
 .../client/solrj/impl/BinaryRequestWriter.java     | 10 -----
 .../solr/client/solrj/impl/Http2SolrClient.java    |  2 +-
 .../solrj/request/MultiContentWriterRequest.java   |  4 +-
 .../java/org/apache/solr/common/util/Utils.java    | 46 ++++++++++++++++++++--
 .../solr/common/util/TestFastJavabinDecoder.java   |  9 ++---
 16 files changed, 69 insertions(+), 74 deletions(-)

Reply via email to