You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by da...@apache.org on 2023/06/21 19:39:05 UTC

[jackrabbit-oak] branch OAK-10199 updated (6d2b3f5656 -> 404a2f9844)

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