Marcel Overdijk

Results 207 comments of Marcel Overdijk

I'm also looking at using a `include` query parameter. Where is the code you mentioned? I cannot seem to find it... https://github.com/jasminb/jsonapi-converter/search?utf8=%E2%9C%93&q=includeString&type=

Does jsonapi-converter support writing a `JSONAPIDocument` with defined includes per request / call to write method? I cannot seem to find that.

I don’t need a patch at the moment (get only api so far), but I would look into this approach: https://github.com/FasterXML/jackson-databind/issues/578#issuecomment-58443025 It means adding a flag for each property in...

Also this SO discussion is quite useful: https://stackoverflow.com/questions/38424383/how-to-distinguish-between-null-and-not-provided-values-for-partial-updates-in-s

Similar issues with other plugin: https://stackoverflow.com/questions/53520246/gradle-5-0-causes-error-val-cannot-be-reassigned-when-using-kotlin-dsl-in-buid-g

Hi, It fails on Google AppEngine Standard. The application is uploaded using `glcoud app deploy` so the actual build is done using Google Cloud Build. Locally I have no Google...

OK will do that after holidays... I've no access to dev laptop :-D

I'm sorry Loic, I never did that. Don't have project currently that I can use for this. Probably better to close this issue, and re-open later if needed.

Hi Chris, Thanks for reply. Would you be able to give some insight how many files/templates you compile at startup? This would be interesting to know. I'm evaluating using Closure...

Hi @codedance, Yes I know I have to be careful with startup times on GAE. I did some tests in the past and even using resteasy (and guice) gave me...