TAGS
20 tagsBump 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>
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>
3.x: Allow setting the drift tolerance timeunit via system property (#6969)
3.x: Fix Observable.flatMap with maxConcurrency hangs (#6946) * 3.x: Fix Observable.flatMap with maxConcurrency hangs * Verify Flowable
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
3.x: Add concatEagerDelayError across (#6899) * 3.x: Add concatEagerDelayError across * Add more since 3.0.0 tags
3.x: Simplify @return sentences in Flowable JavaDocs (#6847) * 3.x: Simplify @return sentences in Flowable * Clear Completable * Clear Single * Clean Maybe * Clean Observable
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
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
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.
3.x: Fix type inference problem when compiling with newer JDKs (#6682)