This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-928-rest-error-handling
in repository https://gitbox.apache.org/repos/asf/unomi.git
at b676a10f2 UNOMI-928: Improve REST API error handling with dedicated
exception mappers Add JsonMappingExceptionMapper and
InternalServerErrorExceptionMapper so Jackson deserialization failures return
400 badRequest instead of 500. Enrich RuntimeExceptionMapper with sanitized
request-context logging. Extract shared logic into AbstractRestExceptionMapper
and LogSanitizer. Add unit tests. Backported from unomi-3-dev.
This branch includes the following new commits:
new b676a10f2 UNOMI-928: Improve REST API error handling with dedicated
exception mappers Add JsonMappingExceptionMapper and
InternalServerErrorExceptionMapper so Jackson deserialization failures return
400 badRequest instead of 500. Enrich RuntimeExceptionMapper with sanitized
request-context logging. Extract shared logic into AbstractRestExceptionMapper
and LogSanitizer. Add unit tests. Backported from unomi-3-dev.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.