-
Notifications
You must be signed in to change notification settings - Fork 43
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
RxJava2? #34
Comments
Now that Retrofit 2.2.0 is out with first party support for RxJava 2, I think we can finally upgrade. |
Cool! Thanks! |
Hi @felipecsl i am working on migrating this library to RxJava2. Do you want to give any suggestions/ pointers for it? |
@BenSchwab started work on the RxJava2 migration I believe. |
There is quite a lot of new work in the 1.0 branch and the migration will probably happen there. not sure if it is worth making changes to master at this point. |
Yes, working on a RxJava2 migration now. I would prefer to keep the changes in the 1.0 branch. If you have started to think about the migration, would appreciate your feedback when I put up the PR @rahulrj |
@BenSchwab how is the code in |
Yep, 1.0 is the active development branch for the time being, with experimental features like annotation process based tagging - and now RxJava2. We are testing internally (and the branch may experience API churn) before elevating to a general 1.0 release. |
Okay @BenSchwab . I was also working parallely on the RxJava2 migration. But i converted the code of the |
any updates here? :) [edit] and can you maybe publish alpha2 so that one can test as well? |
Hi! Any updates for rxjava 2.0 support? |
Hi!
Do you have any plans for migrating or any guides for using it with RxJava2?
Since RxJava2 released 3 months ago, I think it soon will be a major blocker for using this library.
The text was updated successfully, but these errors were encountered: