This is an automated email from the ASF dual-hosted git repository.
tflobbe pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/solr.git
from 98056d4ee25 SOLR-17000: Fix ExecutorUtilTest to eliminate concurrency
assumptions
new c56a297a652 SOLR-16852: Let backups have custom key/values (#1739)
new 794c9dad120 SOLR-16852: Fix import class for 9.x branch
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 +
.../client/api/model/CollectionBackupDetails.java | 1 +
.../solr/cloud/api/collections/BackupCmd.java | 10 +++-
.../apache/solr/core/backup/BackupProperties.java | 68 ++++++++++++++++++----
.../admin/api/CreateCollectionBackupAPI.java | 7 +++
.../LocalFSCloudIncrementalBackupTest.java | 68 ++++++++++++++++++++++
.../solr/cloud/api/collections/PurgeGraphTest.java | 6 +-
.../pages/collection-management.adoc | 10 +++-
.../solrj/request/CollectionAdminRequest.java | 9 +++
.../collections/AbstractIncrementalBackupTest.java | 33 ++++++++++-
10 files changed, 198 insertions(+), 16 deletions(-)