lagom-openapi icon indicating copy to clipboard operation
lagom-openapi copied to clipboard

OpenAPIRouter not included in lagom-openapi-scala-api

Open ASchmidt84 opened this issue 3 years ago • 0 comments

Hi, I updated to version 1.3.1 and had to see in my API a deprecation warning. Their is showing I should use OpenAPIRouter. Nothing simpler than that. I was wrong :( The lagom-openapi-scala-api does not include them. In readme the "lagom-openapi-scala-api" should use in api sbt specification.

Should I now only use the "lagom-openapi-scala-impl"?

Thank you.

val lagomOpenapiVersion = "1.3.1"
val lagomOpenapiApi = "org.taymyr.lagom" %% "lagom-openapi-scala-api" % lagomOpenapiVersion
val lagomOpenapiImpl = "org.taymyr.lagom" %% "lagom-openapi-scala-impl" % lagomOpenapiVersion

ASchmidt84 avatar Feb 09 '22 06:02 ASchmidt84