trello-archive / RxLifecycle

Lifecycle handling APIs for Android apps using RxJava
Apache License 2.0
7.71k stars 638 forks source link

Potential migrating to RxJava3 #315

Closed nongdenchet closed 4 years ago

nongdenchet commented 4 years ago

As RxJava3 has released for a while, do we plan to migrate to RxJava3 on a separate branch?

dlew commented 4 years ago

On the one hand: sure, why not. It'll probably be trivially simple to do so.

On the other hand: people really ought not to be using this library anymore - AutoDispose is much better and already supports RxJava 3.

I'm curious how much interest there is in continuing support - if there's enough we can bump it up.

nongdenchet commented 4 years ago

Thank you for your response @dlew our team is planning to upgrade to Rx3 and still have no plan migrating out of RxLifecycle. Let see how many people are still interested in the project.

klamborowski commented 4 years ago

@dlew I've made PullRequest for rxjava3 migrating :)