Closed neilabdev closed 7 years ago
@neilabdev Please test once again now, it should be fixed.
shablam! 1.2.1. is downloading just fine. Thanks so much for your efforts :)
As a side note should others face the testing issues, after looking at the tests in elasticsearch, I did notice you were manually indexing as I was, which is fine for testing. Just wasn't sure if that was normal not execute the callbacks. Thus 1.2.0 worked for me also.
While experiencing issues with using Elastic Search 1.2.0 in integration test in grails 3.2.6-8, such as not being unable to refresh the database each test inside the spec using deleteIndex() or unindex(), nor being able to index without explicit indexing of the item.
I thought upgrading to 1.2.1 which is said to be current in the documentation at:
http://noamt.github.io/elasticsearch-grails-plugin/docs/index.html#overriding-spring-boot-elasticsearch-version
which reads:
And there happens to be a 1.2.1 branch in the repository. However, conversely, the documentation version may be 1.2.1, instead of the application which has branch equally designated.
The error displayed is as follow:
In any case, before creating a separate issue regarding the aforementioned problems that I hoped 1.2.1 may resolve, I wan't to ensure that 1.2.0 was in fact the newest version, etc. Thanks so much for the hard work!