retrofit icon indicating copy to clipboard operation
retrofit copied to clipboard

is there "adapter-rxjava3" ?

Open ghost opened this issue 6 years ago • 5 comments

Updated to RxJava3, and I have to exclude RxJava2 from gradle dependencies required by adapter-rxjava2.

ghost avatar Jul 11 '19 03:07 ghost

Despite being binary incompatible, RxJava 3 re-uses the same Java package name and groupId and thus cannot live alongside RxJava 2. I don't really want to maintain two copies of the same adapter. I guess we could point the source sets and tests at the same folders and just declare different deps.

JakeWharton avatar Jul 11 '19 14:07 JakeWharton

@1001101 check this Repo https://github.com/akarnokd/RxJavaRetrofitAdapter

imohamedsoliman avatar Sep 22 '19 12:09 imohamedsoliman

@1001101 check this Repo https://github.com/akarnokd/RxJavaRetrofitAdapter

Nice! It's always the same VersionName to RxJava3?

ghost avatar Nov 01 '19 07:11 ghost

@1001101 check this Repo https://github.com/akarnokd/RxJavaRetrofitAdapter

Thanks saved my day

weylar avatar Feb 25 '20 10:02 weylar

It's now available -> https://github.com/square/retrofit/blob/master/CHANGELOG.md#version-290-2020-05-20

New: RxJava 3 adapter! The Maven coordinates are com.squareup.retrofit2:adapter-rxjava3

lopspower avatar May 29 '20 14:05 lopspower