Remo
Remo
one may has to check that ResourceFieldNameTransformer does what is supposed to do in such a case. And potentially a end-to-end test case in Katharsis with katharsis-client could not hurt....
I have a look, since I'm already working on the serializers anyway.
something like that is not implemented so far.
meanting the [index] support
I think it should be sufficient to make KatharsisBoot thread safe, because it is the one doing all the initialization in a single thread. But not sure if even KatharsisBoot...
both 1 and 2 would be good to support I guess. regarding being agnostic: applications are also free to implement there own serializer/deserializer to do the parameter handling manually. The...
there are a lot of different ways katharsis can be integrated. Are you using something like Spring or CDI? Then you can let the dependency injection framework takeover the work...
you mean guice I guess? In that case you have to provide a ServiceDiscovery implementation for guice just like katharsis-cdi or katharsis-spring. That would be very welcomed as PR. You...
you can make use of KatharsisFeature() default constructor.
I think for the "root resource" DefaultQuerySpecSerializer could switch to the short format, meaning sort=-id insteado of sort[Main-Task]=-id. But the two version are equivalent and the later also allows to...