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

Elasticsearch 5 support #261

Merged

Conversation

briantrice
Copy link
Contributor

@briantrice briantrice commented Apr 19, 2018

This mainly fixes the content-type header so that Elasticsearch 5 does not complain.

Related (high-level) issue: #245

I'm including a cherry-picked change from Han Tuzun for delete-by-query which is not backwards-compatible. Please advise on that; could delay that easily.

Brian T. Rice and others added 4 commits April 19, 2018 10:47
Error from Elasticsearch 5 without this is:
"Content type detection for rest requests is deprecated. Specify the content type using the [Content-Type] header."

Per clojurewerkz#257
@briantrice
Copy link
Contributor Author

FYI, Travis CI failure does not indicate test failures or uncaught exceptions - might be a Travis config vs desired test run config mismatch.

@michaelklishin michaelklishin merged commit e8d1b47 into clojurewerkz:master May 11, 2018
@michaelklishin
Copy link
Member

Thank you!

@sam-burrell
Copy link

Many thanks Brian. I was looking at adding content-type headers myself.
If there is any other way I might be able to help let me know.
When would it be likely that a new tagged release from master would be added to clojars?

@michaelklishin
Copy link
Member

When the docs are updated.

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.

None yet

4 participants