Skip to content

7.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Jul 22:56

Changed

  • Breaking: migrate from Jackson 2 to Jackson 3 (tools.jackson.core:jackson-databind 3.1.2). Model annotations keep the stable com.fasterxml.jackson.annotation package, so the data classes remain readable by both Jackson generations, but parsing now uses Jackson 3: the DefaultRequestHandler constructors accept a tools.jackson.databind.ObjectMapper and JsonProcessingException is replaced by the unchecked tools.jackson.core.JacksonException.