We are seeing quite a lot of bad responses from calls to JBS where the response body cannot be parsed as JSON. When this happens, we get a RuntimeException, which is logged, but we lose the information about the status code. I would like to capture this in a UncheckedRestException instead so that the status code gets logged.