SLING-8136 - Analyser fails when javax.*, org.xml.sax.*, org.w3c.dom* or org.ietf.jgss imports are found

Extend the current TODO regarding some packages that are not analysed and apply it
for missing exported packages as well.
1 file changed
tree: 17ec1d1199bdc1882e00f0c2489e65d9b2cb46ba
  1. src/
  2. .gitignore
  3. CODE_OF_CONDUCT.md
  4. CONTRIBUTING.md
  5. LICENSE
  6. pom.xml
  7. readme.md
readme.md

Build Status Maven Central JavaDocs License feature

Feature Model Analyser

The Analyser can analyse a feature for completeness, to ensure all requirements are satisfied by capabilities. The analyser is pluggable and can also perform other checks.

The analyser can be run from the commandline by running the following main class:

java org.apache.sling.feature.analyser.main.Main

For further documentation see: https://github.com/apache/sling-org-apache-sling-feature/blob/master/readme.md