Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package com.sksamuel.elastic4s

import com.fasterxml.jackson.annotation.JsonInclude
import tools.jackson.databind.{DeserializationFeature, ObjectMapper}
import tools.jackson.databind.ObjectMapper
import tools.jackson.module.scala.{ClassTagExtensions, DefaultScalaModule}
import org.scalatest.matchers.should.Matchers
import org.scalatest.matchers.{MatchResult, Matcher}
import tools.jackson.core.json.{JsonFactory, JsonReadFeature}
import tools.jackson.core.json.JsonFactory
import tools.jackson.databind.json.JsonMapper

trait JsonSugar extends Matchers {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
package com.sksamuel.elastic4s

import com.fasterxml.jackson.annotation.JsonInclude
import tools.jackson.databind.{DeserializationFeature, ObjectMapper}
import tools.jackson.databind.ObjectMapper
import tools.jackson.module.scala.{ClassTagExtensions, DefaultScalaModule}
import org.scalatest.matchers.should.Matchers
import org.scalatest.matchers.{MatchResult, Matcher}
import tools.jackson.core.json.{JsonFactory, JsonReadFeature}
import tools.jackson.core.json.JsonFactory
import tools.jackson.databind.json.JsonMapper

trait JsonSugar extends Matchers {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.sksamuel.elastic4s.jackson

import tools.jackson.core.JsonParser
import tools.jackson.databind.module.SimpleModule
import tools.jackson.databind.{DatabindException, DeserializationContext, ObjectMapper, ValueDeserializer}
import tools.jackson.databind.{DatabindException, DeserializationContext, ObjectMapper}
import tools.jackson.module.scala.{ClassTagExtensions, DefaultScalaModule}
import com.sksamuel.elastic4s.requests.common.RefreshPolicy
import com.sksamuel.elastic4s.testkit.DockerTests
Expand Down