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 2021/11/26 16:24:40 UTC

[jackrabbit-oak] branch OAK-9625 updated (708c3d7 -> 306bd09)

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

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


    from 708c3d7  Undo whitespace changes
     add f545723  OAK-9627: disable elastic index cleaner by default (#425)
     add e8af772  OAK-9624 print the name of the calling class invoking a query in some cases (#420)
     add 44b79ab  OAK-9625 (remove trailing whitespace)
     new 306bd09  Merge branch 'trunk' into OAK-9625

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/api/jmx/QueryEngineSettingsMBean.java      | 18 ++++++++++++
 .../jackrabbit/oak/api/jmx/package-info.java       |  2 +-
 .../main/java/org/apache/jackrabbit/oak/Oak.java   |  8 +++++
 .../jackrabbit/oak/plugins/index/Cursors.java      |  4 ++-
 .../jackrabbit/oak/plugins/index/IndexUtils.java   | 34 ++++++++++++++++++++++
 .../plugins/index/property/PropertyIndexPlan.java  |  8 +++--
 .../strategy/ContentMirrorStoreStrategy.java       |  5 +++-
 .../jackrabbit/oak/query/QueryEngineSettings.java  | 14 +++++++++
 .../oak/query/QueryEngineSettingsService.java      | 10 +++++++
 .../oak/plugins/index/IndexUtilsTest.java          | 16 ++++++++++
 .../property/PropertyIndexDeprecatedTest.java      |  2 +-
 .../jackrabbit/oak/spi/query/QueryLimits.java      | 11 ++++++-
 .../index/elastic/ElasticIndexProviderService.java |  7 +++--
 .../elastic/ElasticIndexProviderServiceTest.java   | 18 ++++++++++++
 14 files changed, 146 insertions(+), 11 deletions(-)

[jackrabbit-oak] 01/01: Merge branch 'trunk' into OAK-9625

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

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

commit 306bd096e76ab32f3d89d5abb3df34658447b560
Merge: 708c3d7 44b79ab
Author: thomasm <th...@apache.org>
AuthorDate: Fri Nov 26 17:24:19 2021 +0100

    Merge branch 'trunk' into OAK-9625

 .../oak/api/jmx/QueryEngineSettingsMBean.java      | 18 ++++++++++++
 .../jackrabbit/oak/api/jmx/package-info.java       |  2 +-
 .../main/java/org/apache/jackrabbit/oak/Oak.java   |  8 +++++
 .../jackrabbit/oak/plugins/index/Cursors.java      |  4 ++-
 .../jackrabbit/oak/plugins/index/IndexUtils.java   | 34 ++++++++++++++++++++++
 .../plugins/index/property/PropertyIndexPlan.java  |  8 +++--
 .../strategy/ContentMirrorStoreStrategy.java       |  5 +++-
 .../jackrabbit/oak/query/QueryEngineSettings.java  | 14 +++++++++
 .../oak/query/QueryEngineSettingsService.java      | 10 +++++++
 .../oak/plugins/index/IndexUtilsTest.java          | 16 ++++++++++
 .../property/PropertyIndexDeprecatedTest.java      |  2 +-
 .../jackrabbit/oak/spi/query/QueryLimits.java      | 11 ++++++-
 .../index/elastic/ElasticIndexProviderService.java |  7 +++--
 .../elastic/ElasticIndexProviderServiceTest.java   | 18 ++++++++++++
 14 files changed, 146 insertions(+), 11 deletions(-)