-
Notifications
You must be signed in to change notification settings - Fork 434
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
5.1.0 changes status exception behaviour #371
Comments
Which log messages do you see from this class ? |
Important to notice: The exception being thrown is not a |
This is THE ONLY log you see ? |
Yep. I even activated debug log level for |
Please try with latest |
|
Hey there,
we recently tried to update from v5.0.0 to v5.1.0.
Unfortunately, the status exception handling changed behaviour in this release.
At some point in the code we throw an
IllegalArgumentException
. Then catch it, and map it to a StatusException:This exception is then thrown in our grpc service.
We would expect this response:
The actual output is:
Wild guess: This one might cause this: #344
The text was updated successfully, but these errors were encountered: