This is an automated email from the ASF dual-hosted git repository.
thomasm pushed a change to branch OAK-12010-b
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 7392d4bd08 Remove indexes with selectionPolicy=tag when finding a
matching index with no tags (#2659)
add 092c6b946f OAK-12010 Simplified index management
No new revisions were added by this update.
Summary of changes:
.../jackrabbit/oak/plugins/index/IndexUpdate.java | 9 +-
.../oak/plugins/index/diff/DiffIndex.java | 295 +++++----------------
.../oak/plugins/index/diff/DiffIndexMerger.java | 20 +-
.../plugins/index/diff/RootIndexesListService.java | 20 +-
.../plugins/index/optimizer/DiffIndexUpdater.java | 200 +++++++++++++-
.../oak/plugins/index/diff/DiffIndexTest.java | 3 +-
6 files changed, 283 insertions(+), 264 deletions(-)