sksamuel / cohort

Ktor/Vertx spring-actuator style library - healthchecks, logging, database
Apache License 2.0
123 stars 6 forks source link

refactor: extract cohort-api module #46

Closed monosoul closed 7 months ago

monosoul commented 7 months ago

This is a minimalistic refactoring to separate cohort-api from cohort-core. This will make using it a better experience in a multi-module project where one might want to declare an isolated health check without bringing in all of Ktor dependencies.

sksamuel commented 7 months ago

Looks like some references failing.

monosoul commented 7 months ago

@sksamuel sorry, fixed that. Also ran the tests locally this time :smile:

sksamuel commented 7 months ago

All good :)