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


 discard 8f848f1403 OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
 discard 0a2ebf62b7 OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
 discard cd6658e942 OAK-10199 : initial sketch of detail gc skeleton
     add dbe8155afa OAK-10207: oak-jcr: remove unused test dependency zip4j 
(#909)
     new bd2a1f69a0 OAK-10199 : initial sketch of detail gc skeleton
     new 4e840d4e30 OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
     new 5024987989 OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
     new 7dfef758db OAK-10199 : override  for RDB and added unit cases for 
deletedProps

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   (8f848f1403)
            \
             N -- N -- N   refs/heads/OAK-10199 (7dfef758db)

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.

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 oak-jcr/pom.xml                                    |   6 -
 .../oak/plugins/document/NodeDocument.java         |  12 +-
 .../plugins/document/VersionGCRecommendations.java |  20 +-
 .../plugins/document/VersionGarbageCollector.java  | 374 ++++++++++++---------
 .../plugins/document/mongo/MongoDocumentStore.java |   2 +-
 .../plugins/document/rdb/RDBDocumentStoreJDBC.java |   1 +
 .../plugins/document/rdb/RDBVersionGCSupport.java  |  35 +-
 .../oak/plugins/document/DetailGCHelper.java       |  22 +-
 .../oak/plugins/document/NodeDocumentTest.java     |  32 ++
 .../oak/plugins/document/VersionGCInitTest.java    |  17 +
 .../oak/plugins/document/VersionGCStatsTest.java   |  15 +
 .../oak/plugins/document/VersionGCTest.java        |  13 +-
 .../document/VersionGarbageCollectorIT.java        |  66 ++++
 13 files changed, 407 insertions(+), 208 deletions(-)

Reply via email to