mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-04-24 15:17:30 -04:00
Remove Joda dependency (#79007)
This commit removes the dependency on the Joda library. It removes many remaining references to joda, though not all because some comments are worthwhile for historical reasoning.
This commit is contained in:
parent
ce614ce05c
commit
208d575e43
31 changed files with 845 additions and 251 deletions
|
@ -22,7 +22,7 @@ import java.time.ZonedDateTime;
|
|||
import java.util.Objects;
|
||||
import java.util.function.ToIntFunction;
|
||||
|
||||
/** Extracts a portion of a date field with joda time */
|
||||
/** Extracts a portion of a date field with Java time */
|
||||
class DateObjectValueSource extends FieldDataValueSource {
|
||||
|
||||
final String methodName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue