Christian Gendreau

Results 10 issues of Christian Gendreau

The code in `ResourcePatchController` `updateValues` is not re-checking for every fields. https://github.com/crnk-project/crnk-framework/blob/252b7822c5bf8436da72a96b8e8900f63b579abc/crnk-core/src/main/java/io/crnk/core/engine/internal/dispatcher/controller/ResourcePatchController.java#L196 Not sure about the intention or intended behaviour but I suspect it should check at every field of...

`@JsonInclude(Include.NON_EMPTY)` behavior changed between 3.2 and 3.3. In version 3.3, Crnk will ignore an array or collection field annotated with `@JsonInclude(Include.NON_EMPTY)` even if it contains something.

help wanted

`@Target` would simply need to also have ANNOTATION_TYPE . We have custom annotation to handle external relationships (relationships with id that points to another service). The suggested change should have...

### Java API client version 7.17.6 ### Java version 17 ### Elasticsearch Version 7.17.6 ### Problem description I'm trying to create a `SearchRequest` from a search request expressed as json...

Category: Enhancement

We currently have 3 occurrence remarks related to continent that are not used (based on Solr facets): * CONTINENT_COUNTRY_MISMATCH * CONTINENT_INVALID * CONTINENT_DERIVED_FROM_COORDINATES Considering there is no official list of...

The goal of this issue is to document and collect feedback about the future response of the API related to the date to which an occurrence record occurred. This is...

The current Occurrence `eventDate` field is a Java `Date` field and it can not always represent the value that was provided. For example, the value "2013-02" is a valid ISO...

e.g. LITERATURE is not an accepted value according to DarwinCore.

This is a discussion to harmonize how we handle absence of data for taxa coordinates and date on Occurrence records. Currently it is different in all 3 cases: * If...

**Search for occurrences without date isn't an option** total 703,245,140 592,565,753 occ [before 2020](https://demo.gbif.org/occurrence/search?year=*,2020) (zero invalid and zero unlikely) 56,748,687 [recorded date invalid or unlikely or mismatch](https://demo.gbif.org/occurrence/search?issue=RECORDED_DATE_INVALID&issue=RECORDED_DATE_UNLIKELY&issue=RECORDED_DATE_MISMATCH) (8.6 mil mismatch...