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/11/27 09:43:02 UTC

[sling-org-apache-sling-feature-extension-apiregions] branch master updated (00ca414 -> d20a8ac)

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 00ca414  SLING-9867 : Update unit tests
     new 66d6b2d  SLING-9937 api-regions-crossfeature-dups should work if all exports come from API Regions
     new d20a8ac  Merge pull request #14 from bosschaert/SLING-9937

The 126 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                                          |  11 ++-
 .../analyser/CheckApiRegionsCrossFeatureDups.java  |  66 +++++++++++++++-
 .../CheckApiRegionsCrossFeatureDupsTest.java       |  88 +++++++++++++++++++++
 src/test/resources/crossfeatdups/fm1.json          |   6 +-
 .../resources/crossfeatdups/{fm1.json => fm2.json} |  26 ++----
 src/test/resources/crossfeatdups/fm3.json          |  25 ++++++
 .../crossfeatdups/test-bundles/feature-export1.jar | Bin 0 -> 436 bytes
 .../crossfeatdups/test-bundles/feature-export4.jar | Bin 0 -> 405 bytes
 8 files changed, 195 insertions(+), 27 deletions(-)
 copy src/test/resources/crossfeatdups/{fm1.json => fm2.json} (50%)
 create mode 100644 src/test/resources/crossfeatdups/fm3.json
 create mode 100644 src/test/resources/crossfeatdups/test-bundles/feature-export1.jar
 create mode 100644 src/test/resources/crossfeatdups/test-bundles/feature-export4.jar