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

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


    from 0f1882c25d5 Reference SOLR-16903 once in CHANGES.txt (#3804)
     new 0b75f468c33 Logs: don't add webapp=/solr (#3758)
     new a270ba74419 SOLR-17069: update solr-jetty-context.xml (#3760)
     new c403855b400 SOLR-17712: Deprecating waitForFinalState parameter (#3756)
     new 86f68331806 SOLR-17963: Don't lock: COLLECTIONPROP, ADDREPLICAPROP, 
DELETEREPLICAPROP (#3786)
     new 738f68fbd94 SOLR-17884: Don't depend on Apache HttpClient (#3792)
     new 551f20ca656 SOLR-17897: CloudSolrClient: treat UnknownHostException as 
retry-able (#3791)

The 6 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                                   | 11 ++++
 .../api/model/BalanceReplicasRequestBody.java      |  1 +
 .../api/model/CreateCollectionRequestBody.java     |  4 +-
 .../client/api/model/CreateReplicaRequestBody.java |  6 +-
 .../client/api/model/CreateShardRequestBody.java   |  4 +-
 .../api/model/MigrateReplicasRequestBody.java      |  1 +
 .../client/api/model/ReplaceNodeRequestBody.java   |  1 +
 .../java/org/apache/solr/cloud/ZkController.java   | 13 +++--
 .../src/java/org/apache/solr/core/SolrCore.java    | 13 ++---
 .../org/apache/solr/rest/BaseSolrResource.java     |  7 ---
 .../java/org/apache/solr/servlet/HttpSolrCall.java |  4 --
 .../test/org/apache/solr/cli/PostLogsToolTest.java | 14 ++---
 .../apache/solr/cloud/CollectionsAPISolrJTest.java | 64 +++++++++++-----------
 .../test/org/apache/solr/cloud/TestLockTree.java   |  5 +-
 solr/server/contexts/solr-jetty-context.xml        |  9 +--
 .../configuration-guide/pages/config-api.adoc      |  1 -
 .../pages/package-manager-internals.adoc           |  2 -
 .../pages/major-changes-in-solr-10.adoc            |  7 ++-
 .../client/solrj/io/sql/DatabaseMetaDataImpl.java  |  4 +-
 .../client/solrj/impl/CloudHttp2SolrClient.java    |  5 --
 .../client/solrj/impl/CloudLegacySolrClient.java   |  3 +-
 .../solr/client/solrj/impl/CloudSolrClient.java    | 12 ++--
 .../impl/ConcurrentUpdateHttp2SolrClient.java      | 12 ++--
 .../solrj/request/CollectionAdminRequest.java      |  1 +
 .../solrj/request/beans/CreateShardPayload.java    |  4 +-
 .../solrj/request/beans/MoveReplicaPayload.java    |  4 +-
 .../solrj/request/beans/SplitShardPayload.java     |  4 +-
 .../solr/common/params/CollectionParams.java       |  6 +-
 .../solr/common/params/CommonAdminParams.java      |  1 +
 29 files changed, 117 insertions(+), 106 deletions(-)

Reply via email to