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
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.