You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.