spring-attic / spring-cloud-etcd

Apache License 2.0
144 stars 60 forks source link

GOAL: graduate from incubator #24

Open whgibbo opened 8 years ago

spencergibb commented 8 years ago

Not at the moment.

efenderbosch commented 8 years ago

Is there a list of items to be completed/fixed before leaving incubator status?

spencergibb commented 8 years ago

No. It's fallen a bit behind spring-cloud-{netflix,consul,zookeeper} mostly because of lack of bandwidth. It's not in consideration for Brixton. I'm not sure what it would take. Maybe a review and list of issues that the community could tackle. Again, that won't happen until after Brixton goes GA. /cc @mstine @viniciusccarvalho

dsyer commented 8 years ago

I found out this week that etcd4j only works with etcd v2. So unless there is some movement in the that library it's not clear we could support it (etcd is v3 now).

spencergibb commented 8 years ago

https://github.com/coreos/etcd/issues/5067

yorksen commented 8 years ago

So,is it means RELEASE version won't be provided in a short time until etcd4j supports etcdv3, or we find some other third-party libraries which support etcdv3 to replace etcd4j?

dsyer commented 8 years ago

The only way this project has a future is if there is a client to connect to the server. I don't think it's hugely difficult to write a client, so maybe someone will do that. I suppose we could cut a release with what we have, but there wouldn't be any commitment to maintaining it.

marcingrzejszczak commented 8 years ago

Maybe instead of releasing such an "artificial" artifact we could create a proper branch and suggest using http://jitpack.io/ or sth for people to use a "artificial milestone 1". It wouldn't be published but properly configured and could be used as a maven artifact.

spencergibb commented 8 years ago

I'm thinking a community maintainer that does releases to bintray/maven central, codes, PR's, issues, etc... and is managed and maintained by them.

spencergibb commented 7 years ago

Depends on #29