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

Remove ScriptEngineService.execute. #13956

Merged
merged 1 commit into from
Oct 6, 2015

Conversation

jpountz
Copy link
Contributor

@jpountz jpountz commented Oct 6, 2015

This methods was only used in tests and can be replaced by calling
ScriptEngineService.executable(compiledScript, vars).run() instead.

@jpountz jpountz added the :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache label Oct 6, 2015
@rjernst
Copy link
Member

rjernst commented Oct 6, 2015

I was always confused about the difference between execute and executable there. LGTM.

This methods was only used in tests and can be replaced by calling
`ScriptEngineService.executable(compiledScript, vars).run()` instead.
@jpountz jpountz force-pushed the remove/ScriptEngineService_execute branch from 887006f to 56c2c24 Compare October 6, 2015 11:53
jpountz added a commit that referenced this pull request Oct 6, 2015
…cute

Remove ScriptEngineService.execute.
@jpountz jpountz merged commit 07fe08f into elastic:master Oct 6, 2015
@jpountz jpountz deleted the remove/ScriptEngineService_execute branch October 6, 2015 11:53
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 v2.2.0 v5.0.0-alpha1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants