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

[solr] branch main updated (44c750a29ec -> a7fc4a0c867)

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

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


    from 44c750a29ec SOLR-16689: Improving efficiency of replication process (#1442)
     add a7fc4a0c867 SOLR-16391: Migrate collprop APIs to JAX-RS (#1441)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |   4 +
 .../solr/handler/admin/CollectionsHandler.java     |  26 +++---
 .../handler/admin/api/CollectionPropertyAPI.java   | 100 +++++++++++++++++++++
 .../admin/api/SetCollectionPropertyAPI.java        |  71 ---------------
 .../solr/handler/admin/TestCollectionAPIs.java     |   7 --
 .../admin/api/V2CollectionAPIMappingTest.java      |  18 ----
 .../pages/collection-management.adoc               |  23 +++--
 .../beans/SetCollectionPropertyPayload.java        |  27 ------
 8 files changed, 135 insertions(+), 141 deletions(-)
 create mode 100644 solr/core/src/java/org/apache/solr/handler/admin/api/CollectionPropertyAPI.java
 delete mode 100644 solr/core/src/java/org/apache/solr/handler/admin/api/SetCollectionPropertyAPI.java
 delete mode 100644 solr/solrj/src/java/org/apache/solr/client/solrj/request/beans/SetCollectionPropertyPayload.java