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 7a43646 SLING-10796 : Provide option to error on embedded packages
new 2188d6c SLING-10803 : Improve content package scanning
new 00afdc8 SLING-10803 : Improve content package scanning
The 2 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:
pom.xml | 1 +
.../scanner/impl/ArtifactDescriptorImpl.java | 25 +--
.../scanner/impl/ContentPackageDescriptor.java | 9 +-
.../scanner/impl/ContentPackageScanner.java | 238 ++++++++++++---------
.../impl/ContentPackagesExtensionScanner.java | 2 +-
.../CheckContentPackagesForInstallablesTest.java | 6 +-
.../impl/CheckContentPackagesForPathsTest.java | 4 +-
.../scanner/impl/ContentPackageScannerTest.java | 125 ++++++++---
src/test/resources/test-config.xml | 4 +
src/test/resources/test-noconfig.xml | 6 +
10 files changed, 263 insertions(+), 157 deletions(-)
create mode 100644 src/test/resources/test-config.xml
create mode 100644 src/test/resources/test-noconfig.xml