This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch DetailedGC/OAK-10199
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 814e7c53c5 [maven-release-plugin] prepare for next development
iteration
add 0e9d8119cf OAK-10353: Elastic custom analyzer should ignore
unsupported properties (#1029)
add f7e3023516 OAK-10362: Create benchmark test (subtask of Improve
AutoMembershipPrincipals#isInheritedMember)
No new revisions were added by this update.
Summary of changes:
.../jackrabbit/oak/benchmark/BenchmarkRunner.java | 3 +
.../external/AbstractExternalTest.java | 31 ++++-
.../external/AutoMembershipTest.java | 153 +++++++++++++++++++++
.../index/elastic/index/ElasticCustomAnalyzer.java | 17 ++-
.../index/elastic/ElasticFullTextAnalyzerTest.java | 18 +--
.../plugins/index/FullTextAnalyzerCommonTest.java | 111 ++++++++-------
6 files changed, 259 insertions(+), 74 deletions(-)
create mode 100644
oak-benchmarks/src/main/java/org/apache/jackrabbit/oak/benchmark/authentication/external/AutoMembershipTest.java