This is an automated email from the ASF dual-hosted git repository. daim pushed a change to branch OAK-11889 in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
discard ecc9b50bfa OAK-11889 : fixed compilation error discard 1ab8ee7342 OAK-11889 : fixed for sonar issue discard deca4ad3c9 OAK-11889 : incorporatd review comments discard 4a68058bb4 OAK-11886 : replaced Guavs's Futures.successfulAsList with JDK completableFuture add cf9483d505 OAK-11875 : avoid removing props/docs if they have empty split props (#2489) add 58bc3d6fc5 Revert "OAK-11224: shaded guava is only a test dependency in commons, adjust …" (#2492) add 859c0e5d5b OAK-11886 : replaced Guavs's Futures.successfulAsList with JDK completableFuture add 3b8cad527a OAK-11889 : incorporatd review comments add 93cb73f978 OAK-11889 : fixed for sonar issue 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 (ecc9b50bfa) \ N -- N -- N refs/heads/OAK-11889 (93cb73f978) 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/pom.xml | 1 - .../internal/concurrent/FutureConverter.java | 2 +- oak-core-spi/pom.xml | 5 -- .../oak/plugins/document/NodeDocument.java | 25 ++++++++ .../plugins/document/VersionGarbageCollector.java | 20 +++++++ .../oak/plugins/document/NodeDocumentTest.java | 69 ++++++++++++++++++++++ 6 files changed, 115 insertions(+), 7 deletions(-)