Christian Bongiorno

Results 130 comments of Christian Bongiorno

This has been pending a while. It's a good feature to have

I don't understand your question. There are tons of examples in the code base (more than I would prefer, even). On Tue, Dec 20, 2016 at 2:02 PM Yuval Bonen...

What you're trying to do isn't programmed into katharsis at all. If you need header params, the ONLY way to do it is: ``` @Component public class SomeRepository { @Resource...

You're `@Id` annotation is not defined - I will go on the assumption that you meant `@JsonApiId` Also, you're OutputPort is not defined. And, your repository class is incomplete. If...

I didn't see the attached zip file so no, I didn't. Better would have been to create a pr from the existing sample app. Either myself or @hibaymj will have...

Alternatively you can install an exception mapper that will log the error before/after and also do mapping. You could also implement your own filter and set it's priority to last.

Sorry, priority min -- it would be at the top of the chain and it's only job would be to catch exceptions and log them (and rethrow them). Honestly, an...

Pull requests are welcome. On Sat, Feb 18, 2017, 7:42 AM Tiago Daniel Jacobs wrote: > I was able to workaround it by adding the following if: > > if(!((HttpServletRequest)...

Can you reproduce the problem from our example project? If so, please include the exact steps to do so. I can take a look but only if I have a...