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

miroslav pushed a change to branch issue/OAK-9212
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


    from 19f29c6e4e OAK-9212 mock listing blobs during initialisation
     add d563b5b775 OAK-9212 upload deleted marker when the archive is being 
deleted, and use the same marker to exclude the archive when invoking 
listArchives
     add 126ec432d8 OAK-9212 rename method
     add 5f6f318545 OAK-9212 change field visibility
     add 8d3bfa4dd2 OAK-9212 upload deleted marker when the archive is being 
deleted, and use the same marker to exclude the archive when invoking 
listArchives (Azure SDK v12)
     add c82d87b541 OAK-9212 use readOnly when instantiating 
SegmentArchiveManager
     add 2597b24d1b OAK-9212 changed exported version for 
org.apache.jackrabbit.oak.segment.spi.persistence.split
     add 25b3c64b54 OAK-9212 use constant

No new revisions were added by this update.

Summary of changes:
 .../jackrabbit/oak/segment/aws/AwsPersistence.java |  2 +-
 .../oak/segment/aws/tool/AwsCompact.java           |  2 +-
 .../segment/aws/tool/AwsSegmentStoreMigrator.java  |  4 +-
 .../oak/segment/aws/AwsArchiveManagerTest.java     |  6 +-
 .../oak/segment/aws/AwsGCJournalFileTest.java      |  2 +-
 .../oak/segment/aws/AwsReadSegmentTest.java        |  2 +-
 .../oak/segment/aws/tool/SegmentCopyTestBase.java  |  4 +-
 .../persistence/split/SplitPersistenceTest.java    |  2 +-
 .../oak/segment/azure/AzureArchiveManager.java     | 64 ++++++++++++++++++++--
 .../oak/segment/azure/AzurePersistence.java        |  4 +-
 .../oak/segment/azure/tool/AzureCompact.java       |  4 +-
 .../oak/segment/azure/tool/SegmentCopy.java        |  2 +-
 .../segment/azure/tool/SegmentStoreMigrator.java   |  4 +-
 .../oak/segment/azure/tool/ToolUtils.java          |  4 +-
 .../segment/azure/v8/AzureArchiveManagerV8.java    | 61 +++++++++++++++++++--
 .../oak/segment/azure/v8/AzurePersistenceV8.java   |  4 +-
 .../AzureArchiveManagerIgnoreSamePrefixTest.java   | 13 +++--
 .../oak/segment/azure/AzureArchiveManagerTest.java | 42 +++++++++++---
 .../oak/segment/azure/AzureReadSegmentTest.java    |  4 +-
 .../azure/AzureSegmentArchiveWriterTest.java       |  2 +-
 .../oak/segment/azure/AzureTarFileTest.java        |  2 +-
 .../oak/segment/azure/AzureTarWriterTest.java      |  4 +-
 .../segment/azure/tool/SegmentCopyTestBase.java    |  5 +-
 .../azure/v8/AzureArchiveManagerV8Test.java        | 42 +++++++++++---
 .../segment/azure/v8/AzureReadSegmentV8Test.java   |  4 +-
 .../azure/v8/AzureSegmentArchiveWriterV8Test.java  |  2 +-
 .../oak/segment/azure/v8/AzureTarFileV8Test.java   |  2 +-
 .../oak/segment/azure/v8/AzureTarWriterV8Test.java |  4 +-
 .../persistence/split/SplitPersistenceTest.java    |  2 +-
 .../split/v8/SplitPersistenceV8Test.java           |  2 +-
 .../oak/segment/file/FileStoreProcBackend.java     |  2 +-
 .../jackrabbit/oak/segment/file/tar/TarFiles.java  |  2 +-
 .../oak/segment/file/tar/TarPersistence.java       |  2 +-
 .../persistence/SegmentNodeStorePersistence.java   | 16 +++---
 .../persistentcache/CachingPersistence.java        |  4 +-
 .../spi/persistence/split/SplitPersistence.java    | 10 ++--
 .../spi/persistence/split/package-info.java        |  2 +-
 .../jackrabbit/oak/segment/FailedFlushTest.java    |  2 +-
 .../jackrabbit/oak/segment/file/FileStoreTest.java |  2 +-
 .../oak/segment/file/tar/TarFilesTest.java         |  4 +-
 40 files changed, 251 insertions(+), 96 deletions(-)

Reply via email to