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 2022/10/27 12:32:13 UTC

[sling-org-apache-sling-feature-cpconverter] branch master updated (1f9d4da -> 9abcf11)

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 1f9d4da  [maven-release-plugin] prepare for next development iteration
     add 14e8259  SLING-11653 : DefaultAclManager.calculateEnforcedIntermediatePath fails for supported ancestor
     new 9abcf11  Merge pull request #148 from apache/SLING-11653

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           |  2 +
 .../cpconverter/accesscontrol/AclManagerTest.java  |  6 --
 .../cpconverter/accesscontrol/EnforceInfoTest.java | 99 ++++++++++++++++++++++
 3 files changed, 101 insertions(+), 6 deletions(-)
 create mode 100644 src/test/java/org/apache/sling/feature/cpconverter/accesscontrol/EnforceInfoTest.java


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

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 9abcf11652daa7309c34c7241ea38a01bfe4412c
Merge: 1f9d4da 14e8259
Author: anchela <an...@adobe.com>
AuthorDate: Thu Oct 27 14:32:07 2022 +0200

    Merge pull request #148 from apache/SLING-11653
    
    SLING-11653 : DefaultAclManager.calculateEnforcedIntermediatePath fails for supported ancestor

 .../accesscontrol/DefaultAclManager.java           |  2 +
 .../cpconverter/accesscontrol/AclManagerTest.java  |  6 --
 .../cpconverter/accesscontrol/EnforceInfoTest.java | 99 ++++++++++++++++++++++
 3 files changed, 101 insertions(+), 6 deletions(-)