Skip to content

Remove deprecated config for 5.0 #432

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

Closed
wants to merge 1 commit into from

Conversation

wiibaa
Copy link
Contributor

@wiibaa wiibaa commented May 30, 2016

Meta issue => elastic/logstash#3858

@@ -124,9 +112,6 @@ def self.included(mod)
# Create a new document with source if `document_id` doesn't exist in Elasticsearch
mod.config :doc_as_upsert, :validate => :boolean, :default => false

# DEPRECATED This setting no longer does anything. It will be marked obsolete in a future version.
mod.config :max_retries, :validate => :number, :default => 3
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be marked :obsolete => "This setting no longer does anything and has been removed. Remove it from your configuration."

Because it's currently labeled deprecated, we should mark it obsolete before removing it completely.

@andrewvc
Copy link
Contributor

andrewvc commented Jun 3, 2016

@wiibaa would you be able to rebase and factor in @jordansissel 's comments? I'd love to merge this in!

Thanks for all the hard work. I've been a bit delayed trying to get #390 in, but now its finally in master!

@andrewvc andrewvc closed this Jun 3, 2016
@andrewvc andrewvc reopened this Jun 3, 2016
@wiibaa wiibaa force-pushed the remove-deprecated branch from e808fc4 to 0c6bf19 Compare June 10, 2016 03:53
@wiibaa
Copy link
Contributor Author

wiibaa commented Jun 10, 2016

@andrewvc done

@andrewvc
Copy link
Contributor

Thanks so much @wiibaa , merging and releasing :)

@elasticsearch-bot
Copy link

Andrew Cholakian merged this into the following branches!

Branch Commits
master f11d858

@wiibaa wiibaa deleted the remove-deprecated branch June 16, 2016 06:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants