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/09/09 09:12:35 UTC

[jackrabbit-oak] branch trunk updated (a0bd343f66 -> 5b1916dfd6)

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 a0bd343f66 Change the way that an in() property restriction in SQL2 is mapped to an Elastic query. Instead of using and or of range queries, one for each value in the set, use the terms query of Elastic. (#689)
     add df574a94d7 OAK-9927 CachingArchiveManager has never returned null as is should
     add ae9ce54284 OAK-9927 changed test method name
     new 5b1916dfd6 Merge pull request #696 from apache/split_persistence_recovery

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:
 .../oak/segment/azure/AzureArchiveManagerTest.java | 65 ++++++++++++++++++++++
 .../persistentcache/CachingArchiveManager.java     | 16 +++++-
 2 files changed, 79 insertions(+), 2 deletions(-)


[jackrabbit-oak] 01/01: Merge pull request #696 from apache/split_persistence_recovery

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 5b1916dfd69e82759d80aff867d34bad94eac760
Merge: a0bd343f66 ae9ce54284
Author: Miroslav Smiljanic <sm...@gmail.com>
AuthorDate: Fri Sep 9 11:12:29 2022 +0200

    Merge pull request #696 from apache/split_persistence_recovery
    
    OAK-9927: Caching persistence recovery

 .../oak/segment/azure/AzureArchiveManagerTest.java | 65 ++++++++++++++++++++++
 .../persistentcache/CachingArchiveManager.java     | 16 +++++-
 2 files changed, 79 insertions(+), 2 deletions(-)