This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch OAK-10199
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 6d2b3f5656 OAK-10199 : fixed the VG INIT test
add 2835170ac3 OAK-10307: oak-shaded-guava leaks original guava as
transitive dependency - restore references in oak-core
add 9baa6e57ea OAK-10317 : Additional tests for dynamic automembership
add 404a2f9844 OAK-10199 : fixed logic to include previously garbage
collected documents if updated recently
No new revisions were added by this update.
Summary of changes:
.../external/impl/DynamicAutomembershipTest.java | 208 +++++++++++++++++++--
oak-core/pom.xml | 6 +
.../plugins/document/VersionGCRecommendations.java | 11 +-
.../oak/plugins/document/VersionGCSupport.java | 15 +-
.../plugins/document/VersionGarbageCollector.java | 50 +++--
.../document/mongo/MongoVersionGCSupport.java | 13 +-
.../plugins/document/rdb/RDBVersionGCSupport.java | 15 +-
.../oak/plugins/document/VersionGCInitTest.java | 2 +-
.../oak/plugins/document/VersionGCSupportTest.java | 22 +--
.../oak/plugins/document/VersionGCTest.java | 88 ++++++++-
.../document/VersionGarbageCollectorIT.java | 127 ++++++++++++-
11 files changed, 475 insertions(+), 82 deletions(-)