Skip to content

v3.15.1

Latest
Compare
Choose a tag to compare
@adrienlauer adrienlauer released this 25 Oct 15:03
  • [new] Allow to disable Jackson exception mappers as they may disclose technical info to REST clients.
    Set rest.exceptionMapping.jackson and rest.exceptionMapping.detailedUserMessage to false. The exception will
    go through the default exception mapper, which logs them. To avoid this provide your own exception mapper.