You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/04/05 10:22:25 UTC

[jackrabbit-filevault] branch feature/JCRVLT-624-add-write-capability-to-docviewnode2 updated (c5c993d9 -> ee28fbd6)

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

kwin pushed a change to branch feature/JCRVLT-624-add-write-capability-to-docviewnode2
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


 discard c5c993d9 JCRVLT-624 add write methods to DocViewNode2
     add d858f542 releng: add integration tests for DocViewSAXFormatter for same-name (#219)
     add edb5eaf7 add more ITs for DocViewSaxFormatter (order nodes and sorted mixins)
     add ee28fbd6 JCRVLT-624 add write methods to DocViewNode2

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   (c5c993d9)
            \
             N -- N -- N   refs/heads/feature/JCRVLT-624-add-write-capability-to-docviewnode2 (ee28fbd6)

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:
 .../vault/fs/impl/io/DocViewSAXFormatter.java      |   2 +-
 .../apache/jackrabbit/vault/util/DocViewNode2.java |  30 +++--
 .../vault/fs/impl/io/DocViewSaxFormatterIT.java    | 148 ++++++++++++++++-----
 3 files changed, 138 insertions(+), 42 deletions(-)