Anders Storsveen

Results 4 issues of Anders Storsveen

Wrote description of problem here: https://github.com/zalando/problem/issues/319#issuecomment-1116008030 > This is because the implementation used by the problem-detail library, has StatusType in the POJO, and registers a Jackson-Module to the ObjectMapper, that...

The code: if (LOGGER.isLoggable(exceptionLogLevel)) { LOGGER.log(exceptionLogLevel, "Error in JSON-RPC Service", thrown); } that is configured via the setExceptionLogLevel method is suddenly removed and replace with: logger.warn("Error in JSON-RPC Service", unwrappedException);...

I'd like to include a json property in all requests I send, however, I want the value of the property to be different on each call. I also don't necessarily...

I have one exception in my interface that has it's own data. How am I supposed to get that to work? The additional fields on the exceptions are not serialized...

enhancement