-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve dev experience of creating custom ProblemPostProcessor #301
Comments
We are in need of this as well, as it would make a lot of nice use cases possible. Btw. what is the intended way of registering |
I've slightly changed the title to make the scope of this issue a bit bigger:
|
@morgenthum @mbechto, happy to report that v3.1.0 with this feature is now available in Maven Central, let me guys now how it works for you. |
Great news, thanks @lwitkowski! We will test it and report back to you soon. |
I want to implement a
ProblemPostProcessor
and need access to the original exception. TheProblemContext
is passed to theapply
-Method, but it's fields, includingcause
, is package scoped.It would be nice to provide getters for the fields in the
ProblemContext
class.The text was updated successfully, but these errors were encountered: