Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support RxJava 2.0 #2

Open
psh opened this issue Dec 2, 2016 · 1 comment
Open

Support RxJava 2.0 #2

psh opened this issue Dec 2, 2016 · 1 comment

Comments

@psh
Copy link
Collaborator

psh commented Dec 2, 2016

See: https://github.com/ReactiveX/RxJava/wiki/What's-different-in-2.0

@psh psh added the enhancement label Dec 2, 2016
@psh psh added this to the The Future milestone Dec 2, 2016
@psh
Copy link
Collaborator Author

psh commented Dec 2, 2016

Similar to the main Rx naming convention, there should probably be an "rxrapidapi2" artifact. This means the overall project could restructure slightly -

  • Support plain RxJava 1.1.6 (submodule: rxjava)
  • Support plain RxJava 2.0 (submodule: rxjava2)

Note: the main Readme needs to change to reflect these changes.

It appears that many projects are using a branching strategy to handle things - the benefit of a "rx2" branch would be that at some point it could merge to master and become the mainline. Spun the other way, pulling "rx1" into the long-lived branch and making "master" the rx2 code would signal something... decisions, decisions...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant