Kork 1.96.1
fix(web): Support @ResponseStatus on parent classes/interfaces (#87) Previously the GenericExceptionHandler only looked for the @ResponseStatus annotation on the exception class itself. With this change set, the handler will look on the exception class _as well as_ any implemented interfaces or super classes. An HTTP 500 will be returned iff no @ResponseStatus annotation is found.