File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -697,12 +697,11 @@ git add src/main/java/com/retailsvc/http/internal/ProblemDetail.java \
697697 src/test/java/com/retailsvc/http/internal/ProblemDetailRendererTest.java \
698698 src/test/java/com/retailsvc/http/internal/ProblemDetailTest.java \
699699 src/test/java/com/retailsvc/http/HandlersDefaultExceptionTest.java
700- git commit -m " feat!: Render validation errors as RFC 9457 errors array
700+ git commit -m " feat: Move validation pointer and keyword into an errors array
701701
702- BREAKING CHANGE: problem+json responses no longer carry top-level
703- pointer/keyword. Each failure is now an entry in an errors[] array
704- with a #/... JSON-Pointer-in-fragment pointer. oneOf/anyOf failures
705- list one entry per branch, deepest-first and de-duplicated."
702+ Each failure is now an entry in an errors[] array with a #/...
703+ JSON-Pointer-in-fragment pointer. oneOf/anyOf failures list one entry
704+ per branch, deepest-first and de-duplicated."
706705```
707706
708707---
You can’t perform that action at this time.
0 commit comments