Skip to content

Tags: ReactiveX/RxJava

Tags

v4.0.0-alpha-17

Toggle v4.0.0-alpha-17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump jupiterVersion from 6.1.0 to 6.1.1 (#8198)

Bumps `jupiterVersion` from 6.1.0 to 6.1.1.

Updates `org.junit.jupiter:junit-jupiter` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.0...r6.1.1)

Updates `org.junit.vintage:junit-vintage-engine` from 6.1.0 to 6.1.1
- [Release notes](https://github.com/junit-team/junit-framework/releases)
- [Commits](junit-team/junit-framework@r6.1.0...r6.1.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.vintage:junit-vintage-engine
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v4.0.0-alpha-16

Toggle v4.0.0-alpha-16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.x: Cleanup API reduction - Observable.switchMap (#8193)

v4.0.0-alpha-15

Toggle v4.0.0-alpha-15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.x: API turn Completable concatX and mergeX into config-based (#8166)

v4.0.0-alpha-14

Toggle v4.0.0-alpha-14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.x: +shared, +parallel, +blocking Scheduler (#8154)

* 4.x: +shared, +parallel, +blocking Scheduler

* Improve new scheduler tests, fix access issues

* BlockingScheduler clarification

* Fix documentation style error

* Fix unit mistakes in the config record

v4.0.0-alpha-13

Toggle v4.0.0-alpha-13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.x: Enhance Streamable/Streamer and DisposableContainer APIs (#8092)

* 4.x: Enhance Streamable/Streamer and DisposableContainer APIs

* Create the "await" keyword, as static helper method.

10 foot pile of shit, 11 foot high ladder, Brian.

* Add conversion operators for the minimum viable testing

* Upgrade components, add Streamable.create for the universal generator

* Fix flaky tests, Fix a missing await() call. F java

v4.0.0-alpha-12

Toggle v4.0.0-alpha-12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Toggle v4.0.0-alpha-11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
4.x: Upgrade to Java 26 baseline compilation, test isolation (#8074)

v4.0.0-alpha-10

Toggle v4.0.0-alpha-10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md to show our fancy openssf badge

v4.0.0-alpha-09

Toggle v4.0.0-alpha-09's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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-9

Toggle v4.0.0-alpha-9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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`