Apache Sling Feature Model - Inventory Printer

Clone this repo:
  1. eb6f2f0 SLING-12094 - Use GitHub for the Maven scm.url value by Robert Munteanu · 7 months ago master
  2. b35fdc0 SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 1 year, 1 month ago
  3. 8366321 SLING-11051 - Fixing JavaDoc badge by Dan Klco · 2 years, 4 months ago
  4. dcea760 SLING-10676 - remove SECURITY.md which is not needed by Bertrand Delacretaz · 2 years, 9 months ago
  5. 8dc0fa9 SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 2 years, 10 months ago

Apache Sling

Build Status Coverage Sonarcloud Status JavaDoc Maven Central feature License

Apache Sling Feature Model Inventory Printer

This bundle registers Inventory Printer services to introspect the feature model at runtime, for example via the Web Console.

The Apache Felix Inventory Printer API is defined here

This bundle introduces new status reporters`:

  • Sling Feature - Launch: the Feature model used to launch the platform (see /system/console/status-feature_launch.json);
  • Sling Feature - Running: the Feature model computed by scanning the BundleContext (see /system/console/status-feature_running.json);
  • Sling Feature - Launch 2 Runtime: the Feature model which computes the differences between the Launch and Running Features (see /system/console/status-feature_launch2running.json);
  • Sling Feature - Runtime: the assembled Feature model from the Launch 2 Runtime (see /system/console/status-feature_runtime.json).