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 th...@apache.org on 2022/07/29 16:10:50 UTC

[jackrabbit-oak] branch trunk updated (92dffbdf2d -> 6f54e735f9)

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

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


    from 92dffbdf2d OAK-9866 + OAK-9872 (#641)
     add 8f630a3941 OAK-9873 Prefetch node states: composite node store support
     add 3181736057 OAK-9873 Prefetch node states: composite node store support
     new 6f54e735f9 Merge pull request #642 from apache/OAK-9873

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:
 .../apache/jackrabbit/oak/query/QueryOptions.java  |  10 +
 .../apache/jackrabbit/oak/query/SQL2Parser.java    |   3 +
 .../jackrabbit/oak/query/ast/SelectorImpl.java     |   4 +-
 .../jackrabbit/oak/query/xpath/Statement.java      |   3 +
 .../oak/query/xpath/XPathToSQL2Converter.java      |   2 +
 .../jackrabbit/oak/composite/PrefetchTest.java     | 214 +++++++++++++++++++++
 .../oak/composite/CompositionContext.java          |   4 +
 .../plugins/document/prefetch/CacheWarming.java    |   7 +
 8 files changed, 246 insertions(+), 1 deletion(-)
 create mode 100644 oak-lucene/src/test/java/org/apache/jackrabbit/oak/composite/PrefetchTest.java


[jackrabbit-oak] 01/01: Merge pull request #642 from apache/OAK-9873

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

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

commit 6f54e735f91737712f0093bbaaec6603c05f33ba
Merge: 92dffbdf2d 3181736057
Author: Thomas Mueller <th...@apache.org>
AuthorDate: Fri Jul 29 18:10:44 2022 +0200

    Merge pull request #642 from apache/OAK-9873
    
    OAK-9873 Prefetch node states: composite node store support

 .../apache/jackrabbit/oak/query/QueryOptions.java  |  10 +
 .../apache/jackrabbit/oak/query/SQL2Parser.java    |   3 +
 .../jackrabbit/oak/query/ast/SelectorImpl.java     |   4 +-
 .../jackrabbit/oak/query/xpath/Statement.java      |   3 +
 .../oak/query/xpath/XPathToSQL2Converter.java      |   2 +
 .../jackrabbit/oak/composite/PrefetchTest.java     | 214 +++++++++++++++++++++
 .../oak/composite/CompositionContext.java          |   4 +
 .../plugins/document/prefetch/CacheWarming.java    |   7 +
 8 files changed, 246 insertions(+), 1 deletion(-)