This is an automated email from the ASF dual-hosted git repository.

daim pushed a change to branch OAK-11575
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git


 discard c77ef07724 OAK-11575 : added util to replace Iterables.getLast in 
oak-commons
     add 1762685c40 OAK-11576 : removed usage of Guava's Iterables.get() with 
oak-commons (#2163)
     add 3f5167cb95 OAK-11577 : removed usage of Guava's Iterables.find() with 
oak-commons (#2164)
     add 49b0eba003 OAK-11575 : added util to replace Iterables.getLast in 
oak-commons
     add bf4b3f02d1 OAK-11575 : addressed review comments to update comments

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   (c77ef07724)
            \
             N -- N -- N   refs/heads/OAK-11575 (bf4b3f02d1)

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:
 .../jackrabbit/oak/commons/collections/IterableUtils.java   |  5 ++---
 .../oak/plugins/migration/FilteringNodeStateTest.java       |  2 +-
 .../authorization/restriction/GlobsPatternTest.java         |  3 ++-
 .../principalbased/AbstractPrincipalBasedTest.java          |  3 ++-
 .../jackrabbit/oak/composite/CompositeNodeStoreTest.java    |  2 +-
 .../org/apache/jackrabbit/oak/run/DataStoreCheckTest.java   | 13 +++++++------
 .../restriction/AbstractRestrictionProviderTest.java        |  3 ++-
 .../apache/jackrabbit/oak/segment/SegmentCompactionIT.java  |  9 +++++----
 .../jackrabbit/oak/segment/SegmentOverflowExceptionIT.java  |  3 ++-
 .../oak/plugins/document/DocumentMKBuilderTest.java         |  4 ++--
 .../oak/plugins/document/LargeMergeRecoveryTest.java        |  8 ++++----
 .../oak/plugins/document/LastRevRecoveryAgentTest.java      | 12 ++++++------
 .../jackrabbit/oak/plugins/document/NodeDocumentTest.java   |  4 ++--
 13 files changed, 38 insertions(+), 33 deletions(-)

Reply via email to