This is an automated email from the ASF dual-hosted git repository. daim pushed a change to branch OAK-11596 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
omit f740faab89 Update oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/property/PropertyIndex.java omit ce43a9fea5 Update oak-core/src/main/java/org/apache/jackrabbit/oak/plugins/index/nodetype/NodeTypeIndexLookup.java omit 905deda3a7 OAK-11596 : removed Guava's Iterables imports add 308965d9a0 OAK-11583: add get api in IteratorUtils (#2171) add a0f3186559 OAK-11596 : removed Guava's Iterables imports add 0f1a5cc847 OAK-11596 : added review 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 (f740faab89) \ N -- N -- N refs/heads/OAK-11596 (0f1a5cc847) 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: .../oak/commons/collections/IteratorUtils.java | 18 +++++ .../oak/commons/collections/IteratorUtilsTest.java | 79 ++++++++++++++++++++++ .../index/nodetype/NodeTypeIndexLookup.java | 1 + .../oak/plugins/index/property/PropertyIndex.java | 1 + .../plugins/index/property/PropertyIndexPlan.java | 1 - .../plugins/index/reference/ReferenceIndex.java | 1 - .../oak/plugins/name/NamespaceEditor.java | 1 - .../plugins/nodetype/EffectiveNodeTypeImpl.java | 1 - .../oak/plugins/nodetype/TypePredicate.java | 1 - .../oak/plugins/nodetype/TypeRegistration.java | 1 - .../plugins/index/property/PropertyIndexTest.java | 1 - .../plugins/migration/FilteringNodeStateTest.java | 1 - .../jackrabbit/oak/spi/state/NodeStoreTest.java | 1 - .../jackrabbit/oak/jcr/OakRepositoryStub.java | 2 - .../jackrabbit/oak/plugins/tree/TreeUtil.java | 2 - .../principal/CompositePrincipalProviderTest.java | 2 - .../jackrabbit/oak/segment/file/tar/TarFiles.java | 2 - .../oak/composite/CompositeChildrenCountTest.java | 2 - .../jackrabbit/oak/plugins/document/Branch.java | 2 - .../oak/plugins/document/DocumentNodeStore.java | 2 - .../oak/plugins/document/JournalEntry.java | 1 - .../oak/plugins/document/MissingLastRevSeeker.java | 2 - .../oak/plugins/document/TieredDiffCache.java | 1 - .../oak/plugins/document/UnsavedModifications.java | 2 - .../oak/plugins/document/VersionGCSupport.java | 2 - .../plugins/document/cache/NodeDocumentCache.java | 2 - .../async/InvalidateCacheAction.java | 2 - .../plugins/document/rdb/RDBDocumentStoreJDBC.java | 2 - .../plugins/document/rdb/RDBVersionGCSupport.java | 1 - .../document/ClusterRevisionComparisonTest.java | 2 - .../plugins/document/ConcurrentReadAndAddTest.java | 2 - .../oak/plugins/document/DocumentSplitTest.java | 2 - .../oak/plugins/document/JournalGCTest.java | 2 - 33 files changed, 99 insertions(+), 46 deletions(-)