elasticsearch/docs/painless/painless-api-reference/painless-api-reference-score
Jack Conradson 086ba1aefb
Remove JodaCompatibleZonedDateTime (#78417)
This change removes JodaCompatibleZonedDateTime and replaces it with ZonedDateTime for use in 
scripting.

Breaking changes:
* JodaCompatibleDateTime no longer exists and cannot be cast to in Painless. Use ZonedDateTime 
instead.
* The dayOfWeek method on ZonedDateTime returns the DayOfWeek enum instead of an int from 
JodaCompatibleDateTime. dayOfWeekEnum still exists on ZonedDateTime as an augmentation to 
support the transition to ZonedDateTime, but is now deprecated in favor of dayOfWeek on 
ZonedDateTime.
2021-09-29 13:01:40 -07:00
..
index.asciidoc Remove JodaCompatibleZonedDateTime (#78417) 2021-09-29 13:01:40 -07:00
packages.asciidoc Scripting: Update ctx docs with sha augment (#59719) 2020-07-16 12:51:47 -05:00