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:51 UTC

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

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(-)