Casey Link
Casey Link
Yup, access to headers is quite important IMHO. Otherwise we need a Katharsis Filter to do things w/ katharsis context, and another filter before Katharsis to do things with the...
@hibaymj The current plan is as follows: 1. Introduce a `PagingSpec` interface `PagingSpecResolver` PagingSpec will define a generic interface that represents de-serialized query parameters `page[limit]`, `page[number]`, `page[cursor]` etc. 2. Introduce...
Can we close this issue?
This should be possible in katharsis, but you will need to wire up all of katharsis itself. Start with KatharsisBoot and setup multiple katharsis contexts. You won't be able to...
Need some more information. Are you using katharsis-jpa or vanilla katharsis? If you *are not* using katharsis-jpa, then you have to provide the filtering yourself in the implementation of your...
> Remo @remmeier 16:45 I would say the attribute should not be created in the first place. MetaDataObjectImpl.initAttributes is the place to prevent that.
What you're looking for is a write-only field, and there currently isn't a way to implement that with the API. This ticket is about ignoring internal fields entirely (the whole...
Here is a PR for this issue. @remmeier mind taking a look? To ease testing I added an equals/hashCode methods to QueryParams (and friends), but this might break backwards compatibility.....
PR moved to #356 based on master
@masterspambot Yup, working through @chb0github's code review. Just pushed an update.