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/10/12 15:13:41 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated (35371df -> 793c14a)

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

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


    from 35371df  SLING-10823 : Pass in repoinit as a single text
     new 1924895  SLING-10770 - add node type support for sling initial content
     new 9268133  SLING-10770 - Optimization / cleanup / review comments
     new 9017e12  SLING-10770 - remove todo warning
     new 353a3f5  SLING-10770 - put back sling namespace - this is not provided ootb by default-nodetypes.cnd
     new 0bac22d  SLING-10770 - add unit test for jcrnamespaceregistry
     new 793c14a  Merge pull request #114 from niekraaijmakers/SLING-10770

The 457 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                            |  12 ++++
 .../cpconverter/handlers/BundleEntryHandler.java   |   4 +-
 .../cpconverter/vltpkg/JcrNamespaceRegistry.java   |  79 ++++++++++-----------
 .../ContentPackage2FeatureModelConverterTest.java  |  38 +++++-----
 .../BundleEntryHandleSlingInitialContentTest.java  |  49 +++++++++++++
 .../vltpkg/JcrNamespaceRegistryTest.java           |  59 +++++++++++++++
 .../mysite-slinginitialcontent-nodetype-def.jar    | Bin 0 -> 18983 bytes
 7 files changed, 177 insertions(+), 64 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/feature/cpconverter/vltpkg/JcrNamespaceRegistryTest.java
 create mode 100644 src/test/resources/org/apache/sling/feature/cpconverter/handlers/mysite-slinginitialcontent-nodetype-def.jar