SIGN IN SIGN UP
ReactiveX / RxJava UNCLAIMED

RxJava – Reactive Extensions for the JVM – a library for composing asynchronous and event-based programs using observable sequences for the Java VM.

TAGS

20 tags
v4.0.0-alpha-12

4.x: Add optional build/test for future JDKs (#8077) * 4.x: Add optional build/test for future JDKs * try temurin builds * use toolchain override * Run Gradle on 26, invoke toolchain for 27 * Minor log fix * hope gradle runs on 26 * Don't run jacoco on EA as it breaks its assembly parser * another attempt at running Gradle on 26 and code on 27 * Fix jacoco again * fix java home * No jacoco for experimentals

v4.0.0-alpha-09

4.x: Add optional build/test for future JDKs (#8077) * 4.x: Add optional build/test for future JDKs * try temurin builds * use toolchain override * Run Gradle on 26, invoke toolchain for 27 * Minor log fix * hope gradle runs on 26 * Don't run jacoco on EA as it breaks its assembly parser * another attempt at running Gradle on 26 and code on 27 * Fix jacoco again * fix java home * No jacoco for experimentals

v4.0.0-alpha-11

4.x: Upgrade to Java 26 baseline compilation, test isolation (#8074)

v4.0.0-alpha-10

Update README.md to show our fancy openssf badge

v4.0.0-alpha-9

4.x: Report back test failures in a readable manner for PRs/Snaps (#8066) * 4.x: Report back test failures in a readable manner for PRs/Snaps * gradle_pr.yml `test_failures` -> `test failures`

v4.0.0-alpha-8

4.x: Intro Schedulers.virtual(), deprecate Schedulers.io(), fix tests (#8051) * 4.x: Intro Schedulers.virtual(), deprecate Schedulers.io(), fix tests * Add TCK tests, fix other tests

v4.0.0-alpha-7-1

Create release-notify-x.yml Don't want to manually post on X every time there is a release...

v4.0.0-alpha-7

org.reactivestreams -> java.util.concurrent.Flow in docs

v4.0.0-alpha-6-1

Merge branch '4.x' of https://github.com/ReactiveX/RxJava into 4.x

v4.0.0-alpha-6

Update push_javadoc.sh make the 4.x/javadoc directory if doesn't exist

v4.0.0-alpha-5

4.x: Hide documentation in sealed interfaces [1/x] (#8028) * 4.x: Hide documentation in sealed interfaces [1/x] This should reduce the file size of the main classes while also keeping docks in IDEs. * Fix a couple of lint and other generics issues * Finally fix checkstyle.

v4.0.0-alpha-2

Isolate a flaky parallel test

v3.1.12-RC1

Update build.gradle Add JPMS module version Related: #7906

v3.1.12

Update build.gradle Add JPMS module version Related: #7906

v3.1.11

3.x: Fix ReplaySubject termination-subscription race emitting wrongly (#7879)

v3.1.11-RC5

3.x: Fix ReplaySubject termination-subscription race emitting wrongly (#7879)