Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update DeprecationMap to DynamicMap #56149

Merged
merged 3 commits into from
May 5, 2020
Merged

Conversation

jdconrad
Copy link
Contributor

@jdconrad jdconrad commented May 4, 2020

This renames DeprecationMap to DynamicMap, and changes the deprecation messages Map to accept a Map of String (keys) to Functions (updated values) instead. This creates more flexibility in either logging or updating values from params within a script. This change is required to fix (#52103) in a future PR.

@jdconrad jdconrad added >enhancement :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache v8.0.0 v7.8.0 labels May 4, 2020
@jdconrad jdconrad requested a review from rjernst May 4, 2020 19:00
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra (:Core/Infra/Scripting)

@elasticmachine elasticmachine added the Team:Core/Infra Meta label for core/infra team label May 4, 2020
Copy link
Member

@rjernst rjernst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Just a couple minor comments

@jdconrad
Copy link
Contributor Author

jdconrad commented May 5, 2020

@rjernst Thanks for the review. Will merge once CI finishes successfully.

@jdconrad
Copy link
Contributor Author

jdconrad commented May 5, 2020

@elasticmachine run elasticsearch-ci/bwc

@jdconrad
Copy link
Contributor Author

jdconrad commented May 5, 2020

@elasticmachine run elasticsearch-ci/default-distro

@jdconrad jdconrad removed the v7.8.0 label May 5, 2020
@jdconrad jdconrad merged commit 6da58eb into elastic:master May 5, 2020
jdconrad added a commit to jdconrad/elasticsearch that referenced this pull request May 21, 2020
This renames DeprecationMap to DynamicMap, and changes the deprecation
messages Map to accept a Map of String (keys) to Functions (updated values)
instead. This creates more flexibility in either logging or updating values from
params within a script. This change is required to fix (elastic#52103) in a future PR.
jdconrad added a commit that referenced this pull request May 22, 2020
* Update DeprecationMap to DynamicMap (#56149)

This renames DeprecationMap to DynamicMap, and changes the deprecation
messages Map to accept a Map of String (keys) to Functions (updated values)
instead. This creates more flexibility in either logging or updating values from
params within a script. This change is required to fix (#52103) in a future PR.

* Fix Source Return Bug in Scripting (#56831)

This change ensures that when a user returns _source directly no matter where 
accessed within scripting, the value is a Map of the converted source as 
opposed to a SourceLookup.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Scripting Scripting abstractions, Painless, and Mustache >enhancement Team:Core/Infra Meta label for core/infra team v8.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants