Apache Sling Feature Model - Inventory Printer

Clone this repo:
  1. b35fdc0 SLING-11709 - Set up Jira autolinks to all Sling Github projects by Robert Munteanu · 8 weeks ago master
  2. 8366321 SLING-11051 - Fixing JavaDoc badge by Dan Klco · 1 year, 5 months ago
  3. dcea760 SLING-10676 - remove SECURITY.md which is not needed by Bertrand Delacretaz · 1 year, 10 months ago
  4. 8dc0fa9 SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 1 year, 10 months ago
  5. 4a8682e SLING-10676 - add or update SECURITY.md by Bertrand Delacretaz · 1 year, 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).