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

Migrate to RxJava 3 #5

Merged
merged 18 commits into from
Mar 29, 2022
Merged

Migrate to RxJava 3 #5

merged 18 commits into from
Mar 29, 2022

Conversation

nrbrook
Copy link

@nrbrook nrbrook commented Mar 29, 2022

Rebased from dariuszseweryn#722

nrbrook and others added 18 commits March 29, 2022 12:19
Co-authored-by: Luca Weiss <luca@z3ntu.xyz>
According to the below link some test assertions are now not available. Made substitute extensions.
ReactiveX/RxJava#6526
RxJava 3 removes quite a lot of TestObserver’s functions. This commit re-adds them as extensions for kotlin sample tests purposes.
git grep io.reactivex | grep -v rxjava3
find . -name rxandroidble2 | rev | cut -c2- | rev | xargs -I % mv "%2" "%3"
git grep -l rxandroidble2 | xargs sed -i 's|rxandroidble2|rxandroidble3|g'
@nrbrook nrbrook merged commit 79759e1 into develop Mar 29, 2022
@nrbrook nrbrook deleted the rxjava3 branch March 29, 2022 14:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants