Open
Description
As codecs for case class instances can be chosen (e.g. Jackson, Circe, Json4s) there is still a core dependency on Jackson.
I got the following error:
com.fasterxml.jackson.databind.JsonMappingException: Scala module 2.11.4 requires Jackson Databind version >= 2.11.0 and < 2.12.0
Found the Jackson import in com.sksamuel.elastic4s.ResponseHandler
Can this also be made pluggable?
Activity