codelibs/elasticsearch-cluster-runner

Releases for latest 5.x versions missing

Closed this issue · 8 comments

Hi there,

I had a look at the Maven repo linked in the README (it's actually an outdated link, PR incoming) and it seems that the latest version for Elastic 5.x is 5.6.10.0.

Elastic has since released versions 5.6.11 through 5.6.16. Would it be possible to get releases for the cluster runner for these versions or at least for the latest, 5.6.16? I'd like to update an Elastic plugin that uses the cluster runner for its tests.

I pushed 5.6.16 to the repository. It'll be available.

Thanks for the quick response @marevol. 🙌 I can't see the updated version in Maven yet; does it just take some time to sync?

hmm..., I do not know why I cannot deploy it...
just in case, I deployed version 5.6.16.1.

Looking at the build log, it fails to install the Oracle JDK. I think it's related to Travis' recent change to use Ubuntu Xenial as the build environment: https://blog.travis-ci.com/2019-04-15-xenial-default-build-environment

Options are to update to OpenJDK 8 or pin the distribution to Trusty in the Travis config by adding dist: trusty. #33 makes the build use OpenJDK. This is in line with the master branch.

The deployment problem is in Sonatype.
So, travis error is not related to the problem I encountered.

What's the error you're seeing? Anything you can use help with?

sabi0 commented

Hi,
Any chance to have recent 6.8.x builds too?
The latest is 6.8.4.0. And Elastic is already on 6.8.9.
(Should I create a separate ticket?)

released.