davidmoten / rxjava-file

RxJava observables for files including NIO events
Apache License 2.0
82 stars 17 forks source link

Support for latest RxJava 2.x #17

Closed corporatepiyush closed 5 years ago

corporatepiyush commented 6 years ago

It's been almost 2 years since v2.x release of RxJava and its also widely adopted than 1.x

It would be great if this library supports latest version of RxJava

davidmoten commented 6 years ago

Fair enough, I'll have a look.

toaler commented 5 years ago

@davidmoten what is the plan to make RxJava 2.x compatible?

davidmoten commented 5 years ago

@toaler having a look now, new library will be at https://github.com/davidmoten/rxjava2-file

davidmoten commented 5 years ago

First release of rxjava2-file is on Maven Central. API is a lot slimmer and the internals are simpler. Give it a try and let me know if it does what you want it to do (on the rxjava2-file issues page).

corporatepiyush commented 5 years ago

Awesome. Thanks David

On Thu 6 Dec, 2018, 06:57 Dave Moten <notifications@github.com wrote:

First release of rxjava2-file is on Maven Central. API is a lot slimmer and the internals are simpler. Give it a try and let me know if it does what you want it to do (on the rxjava2-file issues page).

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/davidmoten/rxjava-file/issues/17#issuecomment-444714379, or mute the thread https://github.com/notifications/unsubscribe-auth/ACKjuBdbpWKWFXCGLJ8A0NpklcDVEtVtks5u2HJwgaJpZM4WDuHs .

toaler commented 5 years ago

Thanks @davidmoten giving it a go.