You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2018/11/09 12:24:32 UTC

[sling-org-apache-sling-feature-analyser] branch master updated (59270f5 -> 75a03bc)

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

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


    from 59270f5  Merge pull request #6 from apache/SLING-8078
     add e4b8a45  SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions
     add 7cad1bc  SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions
     add 0d3533c  SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions
     add 2747fb1  SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions
     add a4f89dd  SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions
     new 75a03bc  Merge pull request #7 from apache/SLING-8078_parametrized

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:
 .../apache/sling/feature/analyser/Analyser.java    | 37 ++++++++++++++++++++--
 .../feature/analyser/task/AnalyserTaskContext.java |  9 ++++++
 .../task/impl/CheckApiRegionsDependencies.java     | 25 ++++++++++-----
 .../impl/AbstractApiRegionsAnalyserTaskTest.java   | 10 ++++++
 .../task/impl/CheckApiRegionsDependenciesTest.java |  3 +-
 5 files changed, 73 insertions(+), 11 deletions(-)


[sling-org-apache-sling-feature-analyser] 01/01: Merge pull request #7 from apache/SLING-8078_parametrized

Posted by cz...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 75a03bc839b52b4bff082deb424ba70e5d95502f
Merge: 59270f5 a4f89dd
Author: Carsten Ziegeler <cz...@apache.org>
AuthorDate: Fri Nov 9 13:24:28 2018 +0100

    Merge pull request #7 from apache/SLING-8078_parametrized
    
    SLING-8078 - New Analyser task which is able to detect Export-Package dependencies between regions

 .../apache/sling/feature/analyser/Analyser.java    | 37 ++++++++++++++++++++--
 .../feature/analyser/task/AnalyserTaskContext.java |  9 ++++++
 .../task/impl/CheckApiRegionsDependencies.java     | 25 ++++++++++-----
 .../impl/AbstractApiRegionsAnalyserTaskTest.java   | 10 ++++++
 .../task/impl/CheckApiRegionsDependenciesTest.java |  3 +-
 5 files changed, 73 insertions(+), 11 deletions(-)