You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by an...@apache.org on 2021/08/31 15:33:41 UTC

[sling-org-apache-sling-feature-cpconverter] 01/01: Merge pull request #99 from apache/SLING-10754

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

angela pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-cpconverter.git

commit 7c851131feb83b81c28720fa09f373861e001e35
Merge: ef04e43 ce2557b
Author: anchela <an...@adobe.com>
AuthorDate: Tue Aug 31 17:33:34 2021 +0200

    Merge pull request #99 from apache/SLING-10754
    
    SLING-10754 : Missing entries in filter.xml (test-case illustrating the problem)

 .../cpconverter/handlers/DefaultEntryParser.java   |  74 ++++++++
 .../cpconverter/shared/AbstractJcrNodeParser.java  |   5 +-
 .../cpconverter/vltpkg/VaultPackageAssembler.java  | 119 ++----------
 .../cpconverter/vltpkg/VaultPackageUtils.java      |  27 +++
 .../cpconverter/vltpkg/WorkspaceFilterBuilder.java | 183 ++++++++++++++++++
 .../feature/cpconverter/AbstractConverterTest.java |  13 ++
 .../feature/cpconverter/AdjustedFilterTest.java    | 207 +++++++++++++++++++++
 .../ConverterUserAndPermissionTest.java            |  11 --
 .../vltpkg/WorkspaceFilterBuilderTest.java         | 167 +++++++++++++++++
 .../sling/feature/cpconverter/remove_filter.zip    | Bin 0 -> 4243 bytes
 .../feature/cpconverter/subtree_in_contentxml.zip  | Bin 0 -> 4556 bytes
 .../subtree_in_contentxml_nosibling.zip            | Bin 0 -> 4495 bytes
 .../cpconverter/subtree_in_contentxml_policy.zip   | Bin 0 -> 4612 bytes
 .../cpconverter/subtree_in_contentxml_sibling.zip  | Bin 0 -> 4491 bytes
 .../feature/cpconverter/subtree_remove_filter.zip  | Bin 0 -> 4320 bytes
 15 files changed, 691 insertions(+), 115 deletions(-)