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/06/09 14:10:46 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated (1f0740a -> bf5cce1)

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 1f0740a  Merge pull request #89 from apache/SLING-10474
     add d0dddcb  SLING-10468 : Converted content package is missing some .content.xml
     add bb0093e  SLING-10468 : Converted content package is missing some .content.xml (cleanup unused saxTransformerFactory)
     add 407b305  SLING-10468 : Converted content package is missing some .content.xml (replace hardcoded sys-user-relpath)
     new bf5cce1  Merge pull request #90 from apache/SLING-10468

The 1 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:
 .../accesscontrol/DefaultAclManager.java           |   3 +-
 ...ntentPackage2FeatureModelConverterLauncher.java |   5 +-
 .../handlers/AbstractUserEntryHandler.java         |  34 +++++-
 .../cpconverter/handlers/AbstractUserParser.java   |   7 +-
 .../handlers/DefaultEntryHandlersManager.java      |   8 +-
 .../cpconverter/handlers/UsersEntryHandler.java    |  10 +-
 .../ConverterConstants.java}                       |  20 ++--
 .../ContentPackage2FeatureModelConverterTest.java  | 128 ++++++++++++++++-----
 .../feature/cpconverter/handlers/TestUtils.java    |  13 +--
 .../apache/sling/feature/cpconverter/demo-cp.zip   | Bin 0 -> 16491 bytes
 10 files changed, 162 insertions(+), 66 deletions(-)
 copy src/main/java/org/apache/sling/feature/cpconverter/{accesscontrol/EnforceInfo.java => shared/ConverterConstants.java} (66%)
 create mode 100644 src/test/resources/org/apache/sling/feature/cpconverter/demo-cp.zip

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

Posted by an...@apache.org.
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 bf5cce12c7d35b0956aee8167358f716b1b9717e
Merge: 1f0740a 407b305
Author: anchela <an...@adobe.com>
AuthorDate: Wed Jun 9 16:10:24 2021 +0200

    Merge pull request #90 from apache/SLING-10468
    
    SLING-10468 : Converted content package is missing some .content.xml

 .../accesscontrol/DefaultAclManager.java           |   3 +-
 ...ntentPackage2FeatureModelConverterLauncher.java |   5 +-
 .../handlers/AbstractUserEntryHandler.java         |  34 +++++-
 .../cpconverter/handlers/AbstractUserParser.java   |   7 +-
 .../handlers/DefaultEntryHandlersManager.java      |   8 +-
 .../cpconverter/handlers/UsersEntryHandler.java    |  10 +-
 .../cpconverter/shared/ConverterConstants.java     |  25 ++++
 .../ContentPackage2FeatureModelConverterTest.java  | 128 ++++++++++++++++-----
 .../feature/cpconverter/handlers/TestUtils.java    |  13 +--
 .../apache/sling/feature/cpconverter/demo-cp.zip   | Bin 0 -> 16491 bytes
 10 files changed, 180 insertions(+), 53 deletions(-)