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


    omit e8aded27e8 OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp
    omit 0506c012a6 OAK-10199 : added logic to skip non garbage documents
    omit c984745e53 OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
    omit c812ad818d OAK-10199 : handled escaped properties while deleting them
    omit 54d5e8b30a OAK-10199 : added test case to continue with GC even if 
there is crash
    omit d63e635ae8 OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
    omit d1fb4cbb49 OAK-10199 : fixed the VG INIT test
    omit 416e913e14 OAK-10199 : fixed the VGC IT test cases failures for RDB
    omit b7551f4b4a OAK-10199 : fixed the test case with different revision for 
DetailedGC
    omit fbabf40927 OAK-10199 : added check to include oldestId when running 
detailedGc very first time
    omit 6b623ea5bc OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
    omit 6707b71421 OAK-10199 : minor refactoring
    omit 84d5c0cca5 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
    omit 04b00713c9 OAK-10199 : fixed code smells as suggested by Sonar
    omit d6a92ddc2a OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
    omit dfbfac5fa3 OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
    omit 29971b2406 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
    omit 6330016e33 OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
    omit 3a3cd82f1c OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
    omit 6005e9ae70 OAK-10199 : initial sketch of detail gc skeleton
     add 5e7c1f6bc8 OAK-10349: Update Tomcat dependency to 9.0.78 (#1022)
     new f4784f3272 OAK-10199 : initial sketch of detail gc skeleton
     new 1e589883d6 OAK-10199 : disable the detailGc in tearDown to avoid 
side-effects
     new 3c72c8ad4f OAK-10199 : provided support for feature toggle & osgi 
config for detailed gc
     new edb59cd547 OAK-10199 : override getModifiedDocs() for RDB and added 
unit cases for deletedProps
     new bfa68fecc2 OAK-10199 : used bulk findAndModify api to perform garbage 
cleanup
     new 5dac6e9c38 OAK-10199 : ignore documents which doesn't have _modified 
field in mongo while fetching modifiedDocs
     new 540813d85d OAK-10199 : fixed code smells as suggested by Sonar
     new 68d65b7377 OAK-10199 : updated logic to fetch nodes by sorting them on 
the basis of _modified & _id
     new ae687f3d69 OAK-10199 : minor refactoring
     new 4c6fd3a977 OAK-10199 : added test cases to fetch 5000+ modified docs 
in loop and verify them
     new 9d8c2562ff OAK-10199 : added check to include oldestId when running 
detailedGc very first time
     new 96b8672225 OAK-10199 : fixed the test case with different revision for 
DetailedGC
     new 82fe8744cd OAK-10199 : fixed the VGC IT test cases failures for RDB
     new 7af270c8e5 OAK-10199 : fixed the VG INIT test
     new 0ee6eee589 OAK-10199 : fixed logic to include previously garbage 
collected documents if updated recently
     new 444cad1991 OAK-10199 : added test case to continue with GC even if 
there is crash
     new fbd719dab7 OAK-10199 : handled escaped properties while deleting them
     new 69944e7494 OAK-10199 : added unit cases to handle concurrent prop 
update and escaped properties update
     new 0c129bcf8b OAK-10199 : added logic to skip non garbage documents
     new 2e75322f0d OAK-10199 : fixed query to avoid skipping documents with 
greater _modified timestamp

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   (e8aded27e8)
            \
             N -- N -- N   refs/heads/OAK-10199 (2e75322f0d)

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 20 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-examples/webapp/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Reply via email to