Stéphane Épardaud
Stéphane Épardaud
Well that would certainly be easier than rework the exception mapper API… except it doesn't feel right, because response mappers are meant to tweak the response, not turn exceptions into...
> In my case, again, I am less trying to handle exceptions, but just to provide a unified error response format. I don't want to provide anything else but a...
This sounds like something we should improve out of the box for all Jackson errors, whether in plain text or in JSON. In prod mode, however, by design, we do...
Damnit, I know from the start that the syntax should have been `#{include 'foo.html'/}` 🤦
This is a great step towards usability, so thanks a lot. What do you think of going a step further with possible ideas? 1/ Add a Quarkus CLI plugin `quarkus...
For Panache entities, they can only belong to a single PU. It's the non-Panache entities that could belong to more than one PU.
Sorry I did not see this discussion until today. What @yrodiere said seems on point, I agree.
I'll regret this, but I could review if you want?
It looks like you're saying that the problem is that we can call `routingContext.next()` from the wrong duplicated Vert.x context? If yes, then indeed this has nothing to do with...