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.
[ERROR] Failures:
[ERROR] ProblemMixInTest.shouldDeserializeDefaultProblem:153
Expected: parameters map containing ["product"->"B00027Y5QG"]
but: parameters map was []
[ERROR] Errors:
[ERROR] ProblemMixInTest.shouldDeserializeCause:231 » UnrecognizedProperty Unrecognize...
[ERROR] ProblemMixInTest.shouldDeserializeWithProcessedStackTrace:249 » UnrecognizedProperty
[INFO]
[ERROR] Tests run: 18, Failures: 1, Errors: 2, Skipped: 0
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.xmlcreates the following test failures.