Add Support for RxJava 3
Describe your problem or use case
Please add support for RxJava 3 to Realm 7+
https://github.com/ReactiveX/RxJava
Can also see a dependency on RxAndroid v2 in v7, is this needed?
+--- io.realm:realm-android-library:7.0.0
| +--- com.google.code.findbugs:jsr305:3.0.2
| +--- com.getkeepsafe.relinker:relinker:1.4.0
| +--- io.reactivex.rxjava2:rxandroid:2.1.1
| \--- io.realm:realm-annotations:7.0.0
Can also see a dependency on RxAndroid v2 in v7, is this needed?
+--- io.realm:realm-android-library:7.0.0 | +--- com.google.code.findbugs:jsr305:3.0.2 | +--- com.getkeepsafe.relinker:relinker:1.4.0 | +--- io.reactivex.rxjava2:rxandroid:2.1.1 | \--- io.realm:realm-annotations:7.0.0
implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
There's a release for rxandroid updated to RxJava3
Rxjava 2 support ends on February 28, 2021. This is becoming more pressing.
An option is also https://github.com/akarnokd/RxJavaBridge#RxJavaBridge
Am I missing something or has this still not happened yet?
Would be good to be updated on that topic @cmelchior. What is the plan about it ?
Any updates on this issue @cmelchior?