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 unnecessary Groovy deprecation logging #23410

Merged
merged 1 commit into from
Feb 28, 2017

Conversation

jasontedor
Copy link
Member

This commit removes a deprecation log message that is printed any time
the Groovy script engine is loaded. This is unnecessary because we print
deprecation messages any time a Groovy script is used, so this message
appears independently of whether or not a user is actually using Groovy
scripts.

Closes #23401

This commit removes a deprecation log message that is printed any time
the Groovy script engine is loaded. This is unnecessary because we print
deprecation messages any time a Groovy script is used, so this message
appears independently of whether or not a user is actually using Groovy
scripts.
Copy link
Contributor

@s1monw s1monw left a comment

Choose a reason for hiding this comment

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

LGTM

@jasontedor jasontedor merged commit 14ba251 into elastic:5.x Feb 28, 2017
jasontedor added a commit that referenced this pull request Feb 28, 2017
This commit removes a deprecation log message that is printed any time
the Groovy script engine is loaded. This is unnecessary because we print
deprecation messages any time a Groovy script is used, so this message
appears independently of whether or not a user is actually using Groovy
scripts.

Relates #23410
@jasontedor
Copy link
Member Author

Thanks @s1monw.

@jasontedor jasontedor deleted the groovy-deprecation branch February 28, 2017 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>bug :Core/Infra/Scripting Scripting abstractions, Painless, and Mustache v5.3.0 v5.4.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants