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 1cce4b6 SOLR-15745: Convert remaining 'core-admin' v2 APIs to
annotations (#577)
add 8df4a06 SOLR-16026: Enable spotless on gcs-repository module
No new revisions were added by this update.
Summary of changes:
gradle/validation/spotless.gradle | 1 -
.../org/apache/solr/gcs/GCSBackupRepository.java | 825 +++++++++++----------
.../java/org/apache/solr/gcs/GCSConfigParser.java | 127 +++-
.../src/java/org/apache/solr/gcs/package-info.java | 6 +-
.../solr/gcs/ConcurrentDelegatingStorage.java | 322 ++++++--
.../apache/solr/gcs/GCSBackupRepositoryTest.java | 74 +-
.../apache/solr/gcs/GCSIncrementalBackupTest.java | 119 +--
.../solr/gcs/LocalStorageGCSBackupRepository.java | 35 +-
8 files changed, 867 insertions(+), 642 deletions(-)