Christian Bongiorno
Christian Bongiorno
The javadoc issue is because you're building with java 8 -- I have the same issue. Katharsis is java 7 only. The java 8 javadocer is really picky. The default...
Craig, did you pull master? It compiles fine. See previous comments. On Sun, Jan 1, 2017, 2:25 PM Craig Setera wrote: > Good to know re: the proper branch. >...
If you create a PR from `master` we can have a quick review and get it merged in. Thanks for identifying this and helping. If/when you make the PR please...
Please take our example project and either give details on how to do it from there, or fork it, make whatever changes are necessary, and then give a pr. With...
Without an example to reproduce we will end up closing the issue.
I have assigned it to the author of that module.
Agreed - this is not well implemented. The original author of the code has left the project and it's for reasons like this. You're are welcome to offer a PR.
This code shouldn't return a 'null' but a Throwable.class (but even that isn't truly determinable due to erasure, just assumed). The slickest (and probably correct) thing would be to walk...
It uses jackson underneath - you can set the objectmapper independently to do as you wish. That functionality already exists.
@donahchoo - from a purely technical aspect, You're dead right about Katharsis: It uses a filter and doesn't expose endpoint. In addition, because of the way that filter is setup,...