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 2022/03/04 16:55:21 UTC

[jackrabbit-oak] branch trunk updated (1385c05 -> 8fe0b13)

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 1385c05  OAK-9695 correctly evaluate property type from definition during protected check
     new ce36f9a  Add support for Azure SAS URIs in oak-run
     new 0832fab  Improve exception handling
     new 8fe0b13  Merge pull request #506 from kunal3112/sas-uri

The 17546 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:
 oak-run/README.md                                  |  4 +++
 .../azure/tool/SegmentCopyAzureSasToTarTest.java   | 26 ++++++++++++++
 .../segment/azure/tool/SegmentCopyTestBase.java    | 41 ++++++++++++++++++++++
 3 files changed, 71 insertions(+)
 create mode 100644 oak-segment-azure/src/test/java/oak/apache/jackrabbit/oak/segment/azure/tool/SegmentCopyAzureSasToTarTest.java