Christian Gendreau

Results 30 comments of Christian Gendreau

I think the issue is related `io.crnk.core.engine.internal.document.mapper.ResourceMapper` : ``` protected boolean isDefaultNodeValue(JsonNode node) { return isNullNodeValue(node) || (node.isObject() || node.isArray()) && node.size() == 0 || node.asText().isEmpty() || node.isNumber() && node.asDouble()...

+1 400 should be returned instead of 500 (and 404 since it's a malformed request syntax).

> This is somewhat confusing. A 415 response would be clearer in this case. +1

What is the status of the issue?

yes the "The VASCAN example dataset" is what I was looking for. In other words, could we load it in TaxonWorks and start curating it?

It is always of interest 👍 @CaroleSinou

There is no plan to send a response by e-mail at the moment. But if we were to do that it is very likely that we would use the GBIF...

I know this ticket is getting old but I'm looking for something similar to what @aklish mentioned in https://github.com/yahoo/elide/issues/522#issuecomment-712198702 Internal database identifiers are not exposed and UUIDs are generated on...

I think an example of mapping QuerySpecs when we are doing the DTO mapping with MapStruct would be very useful.

I just found https://github.com/mapstruct/mapstruct/issues/702#issuecomment-232922486