Skip to content

Codecs not 100% pluggable, hard dependency on Jackson #2309

Open
@ThijsBroersen

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions