Closed ArekX closed 4 years ago
Q | A |
---|---|
Is bugfix? | yes |
New feature? | no |
Breaks BC? | no |
Tests pass? | yes |
Fixed issues | #232 |
@samdark It looks like there is an issue with Travis CI, the build didn't even get to the part of running the tests.
@ArekX yes, setup is problematic as well.
className()
should be used in order to have compatibility with older PHP versions.Thank you for fixing travis :)
Thank you for fixing travis :)
You are welcome :)
@samdark
I had to put everything on trusty
. Elasticsearch 1.7 does not support newer version of OpenJDK VM so it doesn't want to run.
Wow! Love how fast you did it. I was trying to fix it for a few days and eventually gave up :)
@AlexGx do you have some extra time to fix 2.1 branch as well?
What's with newer versions of ES?
What's with newer versions of ES?
ES has changed too much between versions. Newest one (7.5 at this time) removed mapping types (aside from all other breaking changes) which IMO requires core of the functionality of this extension to be changed which will incur a lot of breaking changes so I don't think it's coming anytime soon.
Might be good to ~add~ update supported versions to the README
Yes, supported versions is a must. We need to make it clear what version of extension is for what version of ElasticSearch. After merging this pull request I plan making last release from master
and making 2.1 current branch. After tests there are passing, we can release from it.
Thank you very much.