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