rsocket / rsocket-java

Java implementation of RSocket
http://rsocket.io
Apache License 2.0
2.36k stars 354 forks source link

1.0.x release #284

Closed mitermayer closed 6 years ago

mitermayer commented 7 years ago

I was wondering what is outstanding for doing a 1.0.x release to maven central ?

robertroeser commented 7 years ago

Need to add leasing support back in, support resumeablity, and probably have support for extension frames. The current version is 0.9-SNAPSHOT, we could change that to 0.9.0 and release that to maven central.

mitermayer commented 7 years ago

@robertroeser I like the idea of releasing 0.9.0 to maven central now, this would make it easier to keep track on changes from 0.9.0 to 1.0.0.

yschimke commented 7 years ago

I think just blocked on https://github.com/rsocket/rsocket-java/issues/363

Otherwise based on current usage, I would happily release a 1.0 version.

yschimke commented 7 years ago

0.9.8 released

https://jcenter.bintray.com/io/rsocket/rsocket-core/0.9.8/

1.0.0 is just a github release away

yschimke commented 7 years ago

Thing's I'd like supported for 1.0

yschimke commented 7 years ago

Leases are being worked on https://github.com/rsocket/rsocket-java/pull/421

yschimke commented 6 years ago

This isn't the right way to track missing features. These should just be milestones on issues.

publishing already covered here https://github.com/rsocket/rsocket-java/issues/463

yschimke commented 6 years ago

Resume support https://github.com/rsocket/rsocket-java/issues/339 Aeron split out or fix https://github.com/rsocket/rsocket-java/issues/309 Lease support https://github.com/rsocket/rsocket-java/issues/284