David Karnok
David Karnok
Do you mean the auto-release? It was a bit long ago but these are the highlights: - https://github.com/ReactiveX/RxJava/blob/2.x/build.gradle#L13-L14 - https://github.com/ReactiveX/RxJava/blob/2.x/build.gradle#L21-L32 - https://github.com/ReactiveX/RxJava/blob/2.x/build.gradle#L44-L45 - https://github.com/ReactiveX/RxJava/blob/2.x/build.gradle#L146-L199 - https://github.com/ReactiveX/RxJava/blob/2.x/build.gradle#L311-L372 - https://github.com/ReactiveX/RxJava/blob/2.x/gradle/buildViaTravis.sh#L13-L24
Suggestion: do release tags with "-RCx" when testing out things.
Maybe the travis script still contains the old `snapshot` argument somewhere.
Are you using compile target 11? The matrix build of RxJava started working for 11+ only after Gradle 5M1.
Prior Gradle simply won't work with Java 11 class files. Compile target 10 works for tests but it may complain about 11 API use.
I haven't encountered this error but I haven't tried deploying with Gradle 5M+ before. May be worth trying 1.8.4 of the plugin.
I'm fine.
RxJava 2 is Reactive Streams compliant and there is an influence path (among other paths) of RxJava 0.x -> Reactive-Streams -> RxJava 2 as the concept and implementation details were...
There were no developments here for almost 8 years now. I don't know Clojure and can't maintain this project myself. Someone posted about some newer bindings recently: https://github.com/ReactiveX/RxClojure/issues/174#issuecomment-874984891
I don't know Groovy much so can't really help with coding in this project. I assume bumping to RxJava 1.1.5 is a straightforward diff though.