Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use Elasticsearch 7.6.2 #5

Merged
merged 7 commits into from
May 18, 2020
Merged

Use Elasticsearch 7.6.2 #5

merged 7 commits into from
May 18, 2020

Conversation

JKatzwinkel
Copy link
Contributor

Upgrade Spring Data Elasticsearch from 3.2.4 to 4.0.0, i.e. Elasticsearch from 6.8.4 to 7.6.2.

Because Spring Data Elasticsearch removed Jackson ObjectMapper as a mapper for entity models, and MappingElasticsearchConverter mapping operations still have issues with regards to java.util.Date (https://github.com/spring-projects/spring-data-elasticsearch/blob/master/src/main/java/org/springframework/data/elasticsearch/core/convert/ElasticsearchDateConverter.java#L125, cf. elastic/elasticsearch#39067), all date fields in out domain model now use the new TemporalAccessor implementation EditDate, so that ElasticsearchDateConverter can work with it (https://github.com/spring-projects/spring-data-elasticsearch/blob/master/src/main/java/org/springframework/data/elasticsearch/core/convert/ElasticsearchDateConverter.java#L108).

@JKatzwinkel JKatzwinkel merged commit b5c6541 into master May 18, 2020
@JKatzwinkel JKatzwinkel deleted the deps branch May 30, 2020 10:57
dwerning pushed a commit that referenced this pull request Jun 21, 2021
Nest time period lemma attestations into logical structure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant