This is an automated email from the ASF dual-hosted git repository.
davidb pushed a commit to branch master
in repository
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-feature-extension-apiregions.git
The following commit(s) were added to refs/heads/master by this push:
new 3e77803 Fix incorrect description in readme.md
3e77803 is described below
commit 3e77803d8dad59c88729b8229e3b8b46a097fafa
Author: David Bosschaert <[email protected]>
AuthorDate: Fri Sep 4 13:34:40 2020 +0100
Fix incorrect description in readme.md
---
README.md | 3 +++
1 file changed, 3 insertions(+)
diff --git a/README.md b/README.md
index 57d7160..54eefdc 100644
--- a/README.md
+++ b/README.md
@@ -26,6 +26,9 @@ packages in the `exporting-api` cannot depend on any packages
from this region.
* `api-regions-duplicates`: This analyser ensures that packages are only
listed in one region
in a given feature. If the same package is listed in multiple regions this
will be an error.
+* `api-regions-exportsimports`: Checks bundle import/export package statements
for consistency and completeness. If API Regions are used this analyser
includes this
+information as part of the check, to ensure that bundles don't import packages
of which they have no visibility because of API Regions restrictions.
+
* `api-regions-check-order`: This analyser checks that regions are defined in
the specified
order and that the same region is only declared once. Later regions inherit
the packages
expose in earlier regions in the list, so the order is important.