Rüdiger zu Dohna
Rüdiger zu Dohna
Remove workaround in `ProblemDetailResponseExceptionMapper#handles`, as it get's an empty headers map from RestEasy. https://issues.redhat.com/browse/RESTEASY-2460 https://github.com/resteasy/Resteasy/pull/2249
JAX-RS and Spring Boot
`application/problem+xml`
Custom factory to generate `instance` URIs, e.g. to the logging system (Kibana, etc.).
Add a mechanism to build type URIs from code. E.g. to link types to some API documentation, without having to copy the full URIs to all annotations.
Clarify (in doc, test and RIs), if and how the annotations behave on caused exceptions.
Clarify (in doc, test and RIs), if and how the annotations behave on super classes.
As it has been suggested in [MP Metrics](https://github.com/eclipse/microprofile-metrics/issues/245), it would be cool to have a new type of metric for an error rate. The API could look something like this:...