sksamuel / cohort

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

cohort-ktor2 version `2.0.2` not available in Maven repository #44

Closed wiiitek closed 1 year ago

wiiitek commented 1 year ago

actual:

There is version 2.0.2 of cohort-core:

But the latest version of cohort-ktor and cohort-ktor2 is 1.7.3:

When I clone the project and run ./gradlew publishMavenJavaPublicationToMavenLocal artifacts are NOT created.

I also found the commit that removes cohort-ktor and cohort-ktor2: 9fe382f1efe8034a14ef3caef7f22ae3bf2db637

expected:

Should we update the documentation about how to use cohort 2.x?

sksamuel commented 1 year ago

I've updated the documentation now - you just need the core module. The ktor2 module has been rolled into the main artifact.