You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] /snip/StackApi.scala:61: not found: type JValue
[error] implicit val jvalueReader: ClientResponseReader[JValue] = ClientResponseReaders.JValueReader
I believe because it's missing the required json4s import since we're no longer relying on type inference.
Description
The type annotations introduced in #7086 for
ClientResponseReader
, specifically this line causesI believe because it's missing the required
json4s
import since we're no longer relying on type inference.Swagger-codegen version
2.3.0
Swagger declaration file content or url
Any spec should reproduce this, but for completeness I'm using: https://download.elasticsearch.org/cloud/1.1/elastic-cloud-enterprise-API-swagger.json
Command line used for generation
The text was updated successfully, but these errors were encountered: