wttech / aemc

AEM Compose (Core & CLI)
https://wttech.blog/blog/2023/get-your-aem-together-with-aem-compose/
Apache License 2.0
41 stars 6 forks source link

Detect failed activation of configured bundles/components #215

Closed krystian-panek-vmltech closed 11 months ago

krystian-panek-vmltech commented 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

krystian-panek-vmltech commented 11 months ago

released in 1.6.0 via #216