Georgios Andrianakis

Results 773 comments of Georgios Andrianakis

Let's also get the blessing of @sberyozkin on this :)

So the issue is that RESTEasy now does not automatically log an exception? What kinds of exceptions are we talking about?

Okay, that does seem problematic. In RR we always log exceptions that were **not** handled by any `ExceptionMapper`.

In that case, I would log the error in that exception mapper

I think we should override it and get back the previous behavior

@Chexpir would you like to test this before we merge it?

I would say that the easiest way to checkout a Pull Request is following [this](https://cli.github.com/manual/gh_pr_checkout). Once that is done, you can build it locally by following [this](https://github.com/quarkusio/quarkus/blob/main/CONTRIBUTING.md#build).