Melloware

Results 2520 comments of Melloware

@brunobat i fixed it back to a squash commit!

@phillip-kruger didn't we run into something like before where static resources were breaking the resolving of the card?

@tmulle got to the bottom of this. 1. its being caught by this mapper: https://github.com/quarkiverse/quarkus-resteasy-problem/blob/main/runtime/src/main/java/io/quarkiverse/resteasy/problem/jackson/InvalidFormatExceptionMapper.java 2. I temporarily stuck the stack trace in so you can see where its coming...

So for me here is the HTTP problem that comes out when I have a ENUM that won't parse or is invalid. ```js { "status": 400, "title": "Bad Request", "detail":...

We should add a quality `toString()` method to HttpProblem if it doesn't already have one?

@tmulle yep I am seeing mine at INFO level? Can you check yours?

Safe to close this ticket @tmulle ?

@HarshThink please submit a PR!