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 uses of features deprecated in 5.0 #881

Closed
jbaiera opened this issue Oct 24, 2016 · 1 comment
Closed

Remove uses of features deprecated in 5.0 #881

jbaiera opened this issue Oct 24, 2016 · 1 comment

Comments

@jbaiera
Copy link
Member

jbaiera commented Oct 24, 2016

There are a sizeable number of warnings generated in the integration tests that revolve around using deprecated end points or features, like so:

[2016-10-24T15:24:52,486][WARN ][org.elasticsearch.deprecation.rest.action.admin.indices.RestTypesExistsAction] [HEAD /{index}/{type}] is deprecated! Use [HEAD /{index}/_mapping/{type}] instead.

These should be hunted down and rectified. Care needs to be taken to ensure backwards compatibility in these places.

@jbaiera
Copy link
Member Author

jbaiera commented Jul 12, 2017

This specific deprecation has been addressed in the connector with 2f4e3a5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant