RxQuasar
RxQuasar copied to clipboard
RxQuasar Bootstrap
RxQuasar has been extracted from RxJava prior to 1.0 as per https://github.com/ReactiveX/RxJava/issues/589
I have done this with a simply copy/paste/commit for now. Commit history remains in the 0.20.x branch of RxJava: https://github.com/ReactiveX/RxJava/tree/0.20.x
If anyone wishes to replace the code in this project with files that retain commit history, go ahead and make the changes.
Over the coming weeks the build and release process will be updated.
This project does not need to release immediately as 1.0. It can continue with 0.x releases until it makes sense to hit 1.0. Its lifecycle is now decoupled from RxJava.
@pron how would you like to proceed with this project?
I'll keep maintaining it.
Thanks @pron
I’ve just fixed the issue with the tests getting stuck. What’s the protocol for releasing new versions?
Right now I still need to push a button on CloudBees. I want to get us working with just Travis so you can release by just pushing a new tag. We are experimenting first on RxScala which adopted this model this past week.
So just file an issue and let me know when you're ready to release and tell me if you want to bump major, minor or patch and I'll push the button. As soon as the Travis-only model is working I'll let you know.