This is an automated email from the ASF dual-hosted git repository.
mbaedke pushed a change to branch OAK-12302
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
discard c627a158e7 OAK-12302: Add Bundle-SCM entries to the bundle manifests.
add 6cfac19789 OAK-12244: index nodes that gain a mixin rule, delete stale
docs when… (#2949)
add 045951c9ea OAK-12282 : defining a fixed bound for the
AbstractDiskCache (#2978)
add bead8ea6f1 OAK-12303: Update mina-core dependency version to 2.1.15
(#3008) (#3010)
add 69a6c68ac6 Revert "OAK-12295 : bump mongo-driver-sync to 5.3.1
(#3001)" (#3012)
add 9ff8e15223 OAK-12302: Add Bundle-SCM entries to the bundle manifests.
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (c627a158e7)
\
N -- N -- N refs/heads/OAK-12302 (9ff8e15223)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
oak-auth-ldap/pom.xml | 2 +-
.../index/lucene/LuceneIndexProviderService.java | 3 +
.../plugins/index/lucene/hybrid/DocumentQueue.java | 2 +-
.../lucene/hybrid/LocalIndexWriterFactory.java | 8 +-
.../oak/plugins/index/lucene/hybrid/NRTIndex.java | 7 +-
.../index/lucene/writer/DefaultIndexWriter.java | 7 +-
.../index/lucene/writer/IndexWriterPool.java | 30 ++++-
.../lucene/writer/MultiplexingIndexWriter.java | 11 +-
.../lucene/writer/PooledLuceneIndexWriter.java | 10 +-
.../index/lucene/LuceneIndexEditor2Test.java | 134 ++++++++++++++++++++-
.../index/lucene/writer/IndexWriterPoolTest.java | 12 +-
.../lucene/writer/MultiplexingIndexWriterTest.java | 6 +-
oak-parent/pom.xml | 2 +-
.../index/elastic/ElasticIndexProviderService.java | 5 +
.../index/elastic/index/ElasticIndexWriter.java | 8 +-
.../elastic/index/ElasticIndexWriterTest.java | 8 +-
.../search/spi/editor/FulltextIndexEditor.java | 89 ++++++++++++--
.../spi/editor/FulltextIndexEditorContext.java | 7 ++
.../search/spi/editor/FulltextIndexWriter.java | 19 ++-
.../oak/plugins/index/PropertyIndexCommonTest.java | 76 ++++++++++++
.../persistentcache/PersistentDiskCache.java | 3 +-
.../persistentcache/PersistentRedisCache.java | 2 +-
.../persistentcache/AbstractPersistentCache.java | 35 +++++-
.../persistentcache/SegmentCacheStats.java | 11 +-
.../persistence/persistentcache/package-info.java | 2 +-
.../persistentcache/MemoryPersistentCache.java | 3 +-
.../persistentcache/PersistentCacheStatsTest.java | 4 +-
.../plugins/document/mongo/MongoTestClient.java | 27 -----
28 files changed, 456 insertions(+), 77 deletions(-)