Closed johneke closed 8 years ago
Thank you for the PR
Great! Always glad to contribute :)
What do we need to do to get this into the maven repositories?
I need to complete a task then I can ask @jurmous to release it
:+1:
Any word on getting this uploaded to the maven repos? :)
Hi @johneke, give me a few more days :-)
Hello!! Any update on this yet? Is there any way I can help out?
I've merged my latest code, can you check if you have any regression ? @jurmous would it be possible to add have grants to publish on sonatype so I can free you for doing it ?
@lburgazzoli I wanted to do a quick SNAPSHOT release but there is a test failure on InOrderKeys.
I will look later into giving you publishing rights, it is a complex thing. For now I can do it pretty quickly if needed. Just give me a sign.
@jurmous which version of etcd you have ? in > 2.2 the index format has changed and it is padded with zeros
@lburgazzoli It was 2.1.1. I adapted the test so it is compatible with both 2.1 and 2.2. I have pushed 2.9.0-SNAPSHOT, if OK I will publish the final.
fine with me
Sorry to bug you again @jurmous, is 2.9.0 up yet? I'm a bit blocked by this at the moment :(
It should be on maven central. Although maven search is sometimes a bit delayed. Enjoy the new release! :smile:
Great!!! Thank you @jurmous!
Please consider my PR for adding leader stats API to etcd4j.
One thing, the tests are a bit weird. They always run against a local etcd instance, so all I could do was add a test that if there is one node running, we get back information saying that its the leader.
If you point the tests to a multi node cluster it also passes, but its hard to write that up.
One thing that can be done is if we mock etcd, then we can simulate responses to different requests.
Either way, I look forward to your feedback! :)