Add ProblemDetailJacksonMixin

Closes gh-28665
This commit is contained in:
rstoyanchev
2022-07-12 13:04:15 +01:00
parent 1c03aaaddc
commit 380aedb12a
9 changed files with 179 additions and 30 deletions

View File

@@ -433,9 +433,7 @@ public class RequestResponseBodyMethodProcessorTests {
"{\"type\":\"about:blank\"," +
"\"title\":\"Bad Request\"," +
"\"status\":400," +
"\"detail\":null," +
"\"instance\":\"/path\"," +
"\"properties\":null}");
"\"instance\":\"/path\"}");
}
@Test // SPR-13135