You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by da...@apache.org on 2020/03/02 16:24:35 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated (9ea872a -> e9aa764)

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

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


    from 9ea872a  Updated README.md
     new b1b5fcd  SLING-9136 Check if a feature model exports overlapping packages with an API Region
     new 137b2e2  Small improvements as suggested by Sonar
     new e9aa764  Merge pull request #6 from bosschaert/SLING-9136

The 66 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:
 README.md                                          |  14 ++
 .../analyser/CheckApiRegionsCrossFeatureDups.java  | 130 +++++++++++++
 ...apache.sling.feature.analyser.task.AnalyserTask |   1 +
 .../CheckApiRegionsCrossFeatureDupsTest.java       | 216 +++++++++++++++++++++
 src/test/resources/crossfeatdups/fm1.json          |  35 ++++
 .../crossfeatdups/test-bundles/feature-export.jar  | Bin 0 -> 423 bytes
 .../crossfeatdups/test-bundles/feature-export2.jar | Bin 0 -> 408 bytes
 .../crossfeatdups/test-bundles/feature-export3.jar | Bin 0 -> 405 bytes
 .../crossfeatdups/test-bundles/no-exports.jar      | Bin 0 -> 381 bytes
 9 files changed, 396 insertions(+)
 create mode 100644 src/main/java/org/apache/sling/feature/extension/apiregions/analyser/CheckApiRegionsCrossFeatureDups.java
 create mode 100644 src/test/java/org/apache/sling/feature/extension/apiregions/analyser/CheckApiRegionsCrossFeatureDupsTest.java
 create mode 100644 src/test/resources/crossfeatdups/fm1.json
 create mode 100644 src/test/resources/crossfeatdups/test-bundles/feature-export.jar
 create mode 100644 src/test/resources/crossfeatdups/test-bundles/feature-export2.jar
 create mode 100644 src/test/resources/crossfeatdups/test-bundles/feature-export3.jar
 create mode 100644 src/test/resources/crossfeatdups/test-bundles/no-exports.jar