killbill / killbill-platform

Kill Bill core platform
https://killbill.io
Apache License 2.0
25 stars 42 forks source link

Export HealthCheckRegistry as an OSGI service #145

Open pierre opened 1 year ago

pierre commented 1 year ago

In KillbillActivator, register the HealthCheckRegistry as an OSGI service, so that plugins can access other plugins and Kill Bill healthchecks.

https://github.com/killbill/killbill-platform/blob/4fa797eaa30c82d0821c85daddf4a2e647794379/osgi/src/main/java/org/killbill/billing/osgi/KillbillActivator.java#L205