You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by mi...@apache.org on 2023/01/20 13:45:42 UTC

[jackrabbit-oak] branch trunk updated (5113fda4cb -> a926f72077)

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

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


    from 5113fda4cb OAK-10075: EOL Oak 1.8 - update roadmap
     add 3cc1f087c6 OAK-10022 for Azure segment store binary references and graph pushed on flush
     add 597f215066 OAK-10022 - merge with trunk
     add bea8414d1f OAK-10022 test failse in case excepton is thrown
     add 35349814d2 OAK-10022 modified AWS test
     add b675d56df3 OAK-10022 introduced org.apache.jackrabbit.oak.segment.spi.persistence.SegmentArchiveWriter#isRemote
     add 21955990b9 OAK-10022 test modification
     add 325f315a10 OAK-10022 added comment
     add 6ac58e066f OAK-10022 dont write graph on every flush
     new a926f72077 Merge pull request #800 from apache/issue/OAK-10022

The 1 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:
 .../split/SplitPersistenceBlobTest.java            |  6 ++--
 .../oak/segment/azure/AzureArchiveManagerTest.java | 32 ++++++++++++++++++++++
 .../split/SplitPersistenceBlobTest.java            |  7 +++--
 .../remote/AbstractRemoteSegmentArchiveWriter.java |  5 ++++
 .../oak/segment/remote}/package-info.java          |  2 +-
 .../oak/segment/file/tar/SegmentTarWriter.java     |  5 ++++
 .../jackrabbit/oak/segment/file/tar/TarWriter.java |  4 +++
 .../spi/persistence/SegmentArchiveWriter.java      | 12 ++++++++
 8 files changed, 68 insertions(+), 5 deletions(-)
 copy {oak-commons/src/main/java/org/apache/jackrabbit/oak/commons/properties => oak-segment-remote/src/main/java/org/apache/jackrabbit/oak/segment/remote}/package-info.java (94%)


[jackrabbit-oak] 01/01: Merge pull request #800 from apache/issue/OAK-10022

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

miroslav pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit a926f720771536ab2db3f0e310623b9a57912a31
Merge: 5113fda4cb 6ac58e066f
Author: Miroslav Smiljanic <sm...@gmail.com>
AuthorDate: Fri Jan 20 14:45:33 2023 +0100

    Merge pull request #800 from apache/issue/OAK-10022
    
    Issue/oak 10022

 .../split/SplitPersistenceBlobTest.java            |  6 ++--
 .../oak/segment/azure/AzureArchiveManagerTest.java | 32 ++++++++++++++++++++++
 .../split/SplitPersistenceBlobTest.java            |  7 +++--
 .../remote/AbstractRemoteSegmentArchiveWriter.java |  5 ++++
 .../oak/segment/remote/package-info.java           | 20 ++++++++++++++
 .../oak/segment/file/tar/SegmentTarWriter.java     |  5 ++++
 .../jackrabbit/oak/segment/file/tar/TarWriter.java |  4 +++
 .../spi/persistence/SegmentArchiveWriter.java      | 12 ++++++++
 8 files changed, 87 insertions(+), 4 deletions(-)