Skip to content

Use own implementation of date formatters. #1647

Closed
@sothawo

Description

@sothawo

Currently the ElasticsearchDateConverter has a dependency on org.elasticsearch.common.time.DateFormatter and org.elasticsearch.common.time.DateFormatter to convert Java classes to and from the different date formats that Elasticsearch supports.

These classes live in the core Elasticsearch library and not in one of the client libraries. To not risk licensing issues when ES changes it's license with 7.11, the formatting code must be implemented from scratch in Spring Data Elasticsearch.

Metadata

Metadata

Assignees

Labels

in: coreIssues in core supporttype: taskA general task

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions