You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by si...@apache.org on 2019/11/07 14:57:51 UTC

[sling-org-apache-sling-feature-apiregions] 01/01: Merge pull request #1 from apache/SLING-8815

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

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

commit dd452c03f537ae072dded2a44722292ac14b2b17
Merge: 76d79c6 83e7ac6
Author: Simone Tripodi <st...@adobe.com>
AuthorDate: Thu Nov 7 15:57:41 2019 +0100

    Merge pull request #1 from apache/SLING-8815
    
    SLING-8815 - [API Regions] Prevent from resolving to customer-provided bundles

 .../impl/AbstractResolverHookFactory.java          | 107 +++++++++++++++++
 .../sling/feature/apiregions/impl/Activator.java   |  33 +++++-
 .../apiregions/impl/PlatformIsolationEnforcer.java |  54 +++++++++
 .../apiregions/impl/PlatformIsolationHook.java     |  93 +++++++++++++++
 .../feature/apiregions/impl/RegionEnforcer.java    |  78 +++----------
 .../feature/apiregions/impl/ActivatorTest.java     |   4 +-
 .../impl/PlatformIsolationEnforcerTest.java        |  55 +++++++++
 .../apiregions/impl/PlatformIsolationHookTest.java | 127 +++++++++++++++++++++
 8 files changed, 480 insertions(+), 71 deletions(-)