joerghoh / cq5-healthcheck

CQ5 Healthcheck code
Apache License 2.0
28 stars 15 forks source link

Create API bundle for public interfaces and classes #8

Closed alexsaar closed 11 years ago

alexsaar commented 11 years ago

initial bundle has been created. now what should go in there? right now I have the two most obvious extension points.

would say that's it. Anything else that should go into the API bundle?

joerghoh commented 11 years ago

If we want to decouple the healthcheck completely, we also need:

These are required to access the systemHealthStatus, which is done by the healthcheck page component. Maybe creating a dedicated package in the API bundle?

alexsaar commented 11 years ago

just looked at the cq-bot project and noticed that I still have to reference the core bundle, because it uses the HealthStatusService. So I agree with Jörg and will move those 2 as well.

alexsaar commented 11 years ago

@mhaack can you pull this into the master please