Remo

Results 186 comments of Remo

added some clarification to the docs

Hi, I cannot directly say what is wrong. In general the inclusion mechanism is very reliable also for much more complex use cases than here. - Do you have the...

yes, maven central has proven to be rather unreliable. It works for single artifacts, but publishing the entire project did not work rather frequently. You seem have a lazy-loading issue,...

it should be rebased and squashed, currently.it isnnot mergeable due to conflicts

there is `DefaultResourceFieldInformationProvider` which takes care of reading the crnk-related JSON API annotations (next to e.g. Jackson `JacksonResourceFieldInformationProvider`). It is used by `ResourceInformationProviderBase`. It could be combined in there as...

have you found the issue? I suspect an issue with the primary key of the MultiNestedTask. Does it contain newProjectId?

The generator is general is a plain Java class that can be executed without using Gradle. So by looking at the Gradle code, one could do the same thing in...

it goes a bit into a dangerous area. JSON:API/restful services have a rather strong semantic of resources and a single repositry being responsible for a resource. An update should touch...

I entirely see the point. Maybe it would be good to have it as add-on for a start. or to have an annotation on the relationship to allow this kind...

a second exception to fix: ``` {"exception":"io.crnk.core.exception.InternalServerErrorException: not a valid uuid" (internally java.lang.IllegalArgumentException: Invalid UUID string: abcd" . what can be done here? these are the logs : {"exception":"io.crnk.core.exception.InternalServerErrorException: not...