This is an automated email from the ASF dual-hosted git repository.
daim pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
from 691a326ba7 OAK-11578 : removed usage of Guava's Iterables.getLast()
with oak-commons (#2172)
add 8a26abaf6f OAK-11574: remove usage of Iterators.size() api (#2169)
No new revisions were added by this update.
Summary of changes:
.../impl/principal/AutoMembershipProviderTest.java | 9 +++++----
.../impl/principal/DynamicGroupValidatorTest.java | 6 +++---
.../ExternalGroupPrincipalProviderDMTest.java | 5 +++--
.../jackrabbit/oak/benchmark/HybridIndexTest.java | 3 ++-
.../azure/blobstorage/AzureDataStoreTest.java | 4 ++--
.../oak/plugins/blob/CachingDataStoreTest.java | 9 +++++----
.../oak/plugins/blob/UploadStagingCacheTest.java | 5 +++--
.../plugins/blob/datastore/BlobIdTrackerTest.java | 4 ++--
.../EffectivePoliciesByPrincipalsAndPathsTest.java | 23 +++++++++++-----------
.../oak/security/principal/EveryoneFilterTest.java | 13 ++++++------
.../user/AddMembersByIdBestEffortTest.java | 11 +++++------
.../security/user/AuthorizableIteratorTest.java | 11 ++++++-----
.../oak/security/user/DuplicateMembershipTest.java | 17 ++++++++--------
.../oak/security/user/MembershipProviderTest.java | 13 ++++++------
.../security/user/UserPrincipalProviderTest.java | 3 ++-
.../security/user/query/ResultIteratorTest.java | 9 +++++----
.../user/query/XPathConditionVisitorTest.java | 4 ++--
.../jackrabbit/oak/jcr/session/NodeImpl.java | 4 ++--
.../apache/jackrabbit/oak/jcr/ConcurrentAddIT.java | 7 +++----
.../oak/jcr/ConcurrentAddReferenceTest.java | 5 ++---
.../jackrabbit/oak/jcr/OperationLoggerTest.java | 4 ++--
.../apache/jackrabbit/oak/jcr/PropertyTest.java | 9 ++++-----
.../security/user/GroupImportBestEffortTest.java | 6 +++---
.../directory/AbstractActiveDeletedBlobTest.java | 8 ++++----
.../index/lucene/hybrid/HybridIndexTest.java | 4 ++--
.../index/lucene/util/TapeSamplingTest.java | 4 ++--
.../document/flatfile/ChildNodeStateProvider.java | 4 ++--
.../flatfile/FlatFileStoreIteratorTest.java | 4 ++--
.../linkedList/FlatFileBufferLinkedListTest.java | 18 ++++++++---------
.../oak/index/DocumentStoreIndexerIT.java | 4 ++--
.../org/apache/jackrabbit/oak/index/ReindexIT.java | 4 ++--
.../index/search/util/TapeSamplingTest.java | 4 ++--
.../MongoVersionGCSupportDefaultNoBranchTest.java | 5 ++---
.../oak/plugins/document/NodeDocumentTest.java | 11 ++++++-----
.../oak/plugins/document/PreviousDocCacheTest.java | 6 +++---
.../oak/plugins/document/ValueMapTest.java | 6 +++---
.../plugins/document/VersionGCDeletionTest.java | 4 ++--
.../oak/plugins/document/VersionGCQueryTest.java | 8 +++-----
.../oak/plugins/document/VersionGCSweepTest.java | 4 ++--
.../document/VersionGarbageCollectorIT.java | 7 ++++---
.../oak/upgrade/UpgradeOldSegmentTest.java | 6 +++---
41 files changed, 151 insertions(+), 144 deletions(-)