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/09/19 19:23:34 UTC

[solr] branch main updated (26777cb0872 -> 5ecb21e992a)

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 26777cb0872 Fix occasional issue in SSL integration test
     add 5ecb21e992a SOLR-16397: Convert reload-core API to JAX-RS (#1903)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |  3 +
 .../solr/handler/admin/CoreAdminHandler.java       |  7 +-
 .../solr/handler/admin/CoreAdminOperation.java     | 10 ++-
 .../solr/handler/admin/api/ReloadCoreAPI.java      | 87 +++++++++++++---------
 .../solr/handler/admin/api/ReloadCoreAPITest.java  | 81 ++++++++++++++++++++
 .../handler/admin/api/V2CoreAPIMappingTest.java    | 10 ---
 .../configuration-guide/pages/coreadmin-api.adoc   |  6 +-
 7 files changed, 151 insertions(+), 53 deletions(-)
 create mode 100644 solr/core/src/test/org/apache/solr/handler/admin/api/ReloadCoreAPITest.java