Remove JodaCompatibleZonedDateTime#78417
Merged
jdconrad merged 10 commits intoelastic:masterfrom Sep 29, 2021
Merged
Conversation
Collaborator
|
Pinging @elastic/es-data-management (Team:Data Management) |
Collaborator
|
Pinging @elastic/es-core-infra (Team:Core/Infra) |
Contributor
Author
|
@elasticmachine run elasticsearch-ci/part-2 |
Contributor
Author
|
@jrodewig Please take a look at the breaking change documentation when you have a chance. Thanks! |
jrodewig
approved these changes
Sep 29, 2021
Contributor
Author
sakurai-youhei
added a commit
to sakurai-youhei/elasticsearch
that referenced
this pull request
Jul 10, 2022
v1 can be an instance of JodaCompatibleZonedDateTime in versions prior to elastic#78417, which has to be converted to ZonedDateTime for appropriate comparison. Closes #TBC
sakurai-youhei
added a commit
to sakurai-youhei/elasticsearch
that referenced
this pull request
Jul 12, 2022
v1 can be an instance of JodaCompatibleZonedDateTime in versions prior to elastic#78417, which has to be converted to ZonedDateTime for appropriate comparison. Closes elastic#88408
stu-elastic
pushed a commit
that referenced
this pull request
Jul 13, 2022
…e condition (#88467) * Add test of date math with ctx.execution_time Add one test to confirm the below watcher compare condition is always met. ``` "condition": { "compare": { "ctx.execution_time": { "gte": "<{now-5m}>" } } } ``` v1 can be an instance of JodaCompatibleZonedDateTime in versions prior to #78417, which has to be converted to ZonedDateTime for appropriate comparison. Closes #88408
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This change removes JodaCompatibleZonedDateTime and replaces it with ZonedDateTime for use in scripting.
Breaking changes: