Closed krystian-panek-vmltech closed 11 months ago
When developing AEM/OSGi bundles sometimes components or bundles are failing when they are activated. It's pretty hard to track it but programmatically it should be pretty easy to determine it and report it by the tool.
http://localhost:4503/system/console/components.json
find components matching wildcard pattern e.g "com.acme.aem.*":
that should never have
"state": "failed activation",
that could be a new "Components" check
released in 1.6.0 via #216
When developing AEM/OSGi bundles sometimes components or bundles are failing when they are activated. It's pretty hard to track it but programmatically it should be pretty easy to determine it and report it by the tool.
http://localhost:4503/system/console/components.json
find components matching wildcard pattern e.g "com.acme.aem.*":
that should never have
that could be a new "Components" check