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
I am not sure if this should be a bug raised on Jackson but starting here.
Updating to Jackson 2.18.1 in jackson-datatype-problem/pom.xml creates the following test failures.
ProblemMixInTest.shouldDeserializeDefaultProblem should be fixed with Jackson 2.18.2 I believe. However the other failing tests remain. I tried debugging it without great success but Jackson has some custom behaviour for throwables that does not play well with the mixin/JsonCreator of problems (being throwables).
I am not sure if this should be a bug raised on Jackson but starting here.
Updating to Jackson 2.18.1 in
jackson-datatype-problem/pom.xml
creates the following test failures.The text was updated successfully, but these errors were encountered: