Skip to content

Investigate requirement for reflective access to convert date/time values. #1969

@christophstrobl

Description

@christophstrobl

The ElasticsearchDateConverter is making use of reflection to access the from method for eg. java.time.Instant. This requires additional configuration for GraalVM native image.
Currently we are adding the required configuration for java.time types via the general processing of Spring Data repositories, but it would be nice to get rid of that extra bit of reflection config if possible.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions