GitHub - apache/sling-org-apache-sling-feature-inventoryprinter: Apache Sling Feature Model - Inventory Printer (original) (raw)
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
).