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.

0 0 5 Java

TAGS

20 tags
v3.0.6

Bump mockito-core from 3.5.0 to 3.5.2 (#7060) Bumps [mockito-core](https://github.com/mockito/mockito) from 3.5.0 to 3.5.2. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.5.0...v3.5.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

v3.0.5

Bump mockito-core from 3.4.4 to 3.4.6 (#7043) Bumps [mockito-core](https://github.com/mockito/mockito) from 3.4.4 to 3.4.6. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](https://github.com/mockito/mockito/compare/v3.4.4...v3.4.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>

v3.0.4

3.x: Fix recent groupBy tests sometimes failing with MBE (#6994)

v3.0.3

3.x: Allow setting the drift tolerance timeunit via system property (#6969)

v3.0.2

3.x: Fix Observable.flatMap with maxConcurrency hangs (#6946) * 3.x: Fix Observable.flatMap with maxConcurrency hangs * Verify Flowable

v3.0.1

Fix typos in Backpressure.md (#6927) Fix lower case generic type declaration in reactive pull backpressure's code sample Fix typo in the Further reading section

v3.0.0

More missing version tags

v3.0.0-RC9

3.x: Add concatEagerDelayError across (#6899) * 3.x: Add concatEagerDelayError across * Add more since 3.0.0 tags

v3.0.0-RC8

3.x: Simplify @return sentences in Flowable JavaDocs (#6847) * 3.x: Simplify @return sentences in Flowable * Clear Completable * Clear Single * Clean Maybe * Clean Observable

v3.0.0-RC7

3.x: [Java 8] Add flattenStreamAsX to Maybe/Single (#6805) * 3.x: [Java 8] Add flattenStreamAsX to Maybe/Single * Add RS TCK tests for flattenStreamAsFlowable

v3.0.0-RC6

3.x: Change Flowable.groupBy to signal MBE instead of possibly hanging (#6740) * 3.x: Change Flowable.groupBy to signal MBE instead of possibly hanging * Update groupBy javadocs * Update backpressure annotation to ERROR, add some see links * Correct javadocs typos * Improve coverage of changes

v3.0.0-RC5

3.x: Fix MulticastProcessor not requesting more after limit is reached (#6714) * 3.x: Fix MulticastProcessor not requesting more after limit is reached * Test for more prefetch values and patterns.

v3.0.0-RC4

3.x: Fix type inference problem when compiling with newer JDKs (#6682)