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 c231c2206e OAK-10199 : added unit cases to handle concurrent prop
update and escaped properties update
omit 019ba1dea9 OAK-10328 fix scope of "jackrabbit-jcr-tests" (#1005)
omit 4badb7b2a8 OAK-10315: Counter for DocumentStore check
omit 81f81fe2fe OAK-10330: oak-it-osgi: temporarily introduce Guava
dependency again
omit e44b99127a OAK-10093 : added note that PresinedUrls won't work with
Direct Binary Access
omit f72a670159 OAK-10093 : incorporated review comments
omit b49d5b82f1 OAK-10093 : fixed code smells suggested by SONAR
omit c2494b4d03 OAK-10093 : updated properties file with steps to generate
SSE_C key
omit bdff57f2a9 OAK-10093 : fixed issues with unit cases and provided steps
to create base64 encoded 32 bytes SSE_C keys
omit 4588617569 OAK-10093 : replaces if/else block with switch statement
omit d89144458e OAK-10093 : provided support for SSE Customer Keys for AWS
omit 11cf1f61f8 OAK-10199 : handled escaped properties while deleting them
omit d01e5710cd OAK-10199 : added test case to continue with GC even if
there is crash
omit 5579020e93 OAK-10199 : fixed logic to include previously garbage
collected documents if updated recently
omit a6a2813b24 OAK-10199 : fixed the VG INIT test
omit aa3807472e OAK-10199 : fixed the VGC IT test cases failures for RDB
omit ef87fbb727 OAK-10199 : fixed the test case with different revision for
DetailedGC
omit a036119e33 OAK-10199 : added check to include oldestId when running
detailedGc very first time
omit 8e0c3a43fa OAK-10199 : added test cases to fetch 5000+ modified docs
in loop and verify them
omit 338caf031f OAK-10199 : minor refactoring
omit b3510bf369 OAK-10199 : updated logic to fetch nodes by sorting them on
the basis of _modified & _id
omit 9cf4cd2117 OAK-10199 : fixed code smells as suggested by Sonar
omit 0b52bd9907 OAK-10199 : ignore documents which doesn't have _modified
field in mongo while fetching modifiedDocs
omit aaad5ab0ad OAK-10199 : used bulk findAndModify api to perform garbage
cleanup
omit 71e2cd6b6c OAK-10199 : override getModifiedDocs() for RDB and added
unit cases for deletedProps
omit b631db6110 OAK-10199 : provided support for feature toggle & osgi
config for detailed gc
omit 801abb7be7 OAK-10199 : disable the detailGc in tearDown to avoid
side-effects
omit 8dcbb60c89 OAK-10199 : initial sketch of detail gc skeleton
add 676535262b OAK-10093 : provided support for SSE Customer Keys for AWS
add be16e2e4f7 OAK-10093 : replaces if/else block with switch statement
add 133d4d3ab1 OAK-10093 : fixed issues with unit cases and provided steps
to create base64 encoded 32 bytes SSE_C keys
add c91b16e172 OAK-10093 : updated properties file with steps to generate
SSE_C key
add c4aa1b5fc8 OAK-10093 : fixed code smells suggested by SONAR
add 3a744e293a OAK-10093 : incorporated review comments
add d18125c839 OAK-10093 : added note that PresinedUrls won't work with
Direct Binary Access
add 83b30949f8 Merge pull request #960 from apache/OAK-10093
add 53ee3d9188 OAK-10330: oak-it-osgi: temporarily introduce Guava
dependency again
add 4c98e62760 Merge pull request #1009 from mreutegg/OAK-10330
add 4b1d15e5c5 OAK-10315: Counter for DocumentStore check
add 41e9d740ce Merge pull request #1008 from mreutegg/OAK-10315-1
add 667e2d234b OAK-10328 fix scope of "jackrabbit-jcr-tests" (#1005)
add dc9f483623 OAK-10199 : initial sketch of detail gc skeleton
add d154f0ba69 OAK-10199 : disable the detailGc in tearDown to avoid
side-effects
add cfecc9a52c OAK-10199 : provided support for feature toggle & osgi
config for detailed gc
add d70566b96e OAK-10199 : override getModifiedDocs() for RDB and added
unit cases for deletedProps
add 3b258bc942 OAK-10199 : used bulk findAndModify api to perform garbage
cleanup
add 53b0742896 OAK-10199 : ignore documents which doesn't have _modified
field in mongo while fetching modifiedDocs
add 754c1cb90c OAK-10199 : fixed code smells as suggested by Sonar
add 1f533a8c72 OAK-10199 : updated logic to fetch nodes by sorting them on
the basis of _modified & _id
add 70413d572c OAK-10199 : minor refactoring
add f274163408 OAK-10199 : added test cases to fetch 5000+ modified docs
in loop and verify them
add 6748df6823 OAK-10199 : added check to include oldestId when running
detailedGc very first time
add 29a17dba0e OAK-10199 : fixed the test case with different revision for
DetailedGC
add 3e40e5e35c OAK-10199 : fixed the VGC IT test cases failures for RDB
add f774427333 OAK-10199 : fixed the VG INIT test
add 4ebeff4cc7 OAK-10199 : fixed logic to include previously garbage
collected documents if updated recently
add ac6e292b1b OAK-10199 : added test case to continue with GC even if
there is crash
add 551d21b24f OAK-10199 : handled escaped properties while deleting them
add e2951693d1 OAK-10199 : added unit cases to handle concurrent prop
update and escaped properties update
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 (c231c2206e)
\
N -- N -- N refs/heads/OAK-10199 (e2951693d1)
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: