You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@solr.apache.org by kr...@apache.org on 2022/10/26 21:14:00 UTC

[solr] branch main updated (360923eaf6c -> 8c11b3325e2)

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

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


    from 360923eaf6c Fix useGpg signing without password in releaseWizard (#1125)
     add 8c11b3325e2 SOLR-16477: Collection RENAME api creates broken alias (#1127)

No new revisions were added by this update.

Summary of changes:
 solr/CHANGES.txt                                   |   2 +
 .../apache/solr/cloud/CollectionsAPISolrJTest.java |   4 +-
 .../java/org/apache/solr/common/cloud/Aliases.java |   8 +-
 .../org/apache/solr/common/cloud/AliasesTest.java  | 110 +++++++++++++++++++++
 4 files changed, 118 insertions(+), 6 deletions(-)
 create mode 100755 solr/solrj/src/test/org/apache/solr/common/cloud/AliasesTest.java