Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0-alpha-11
Choose a base ref
...
head repository: ReactiveX/RxJava
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0-alpha-13
Choose a head ref
  • 11 commits
  • 47 files changed
  • 3 contributors

Commits on Mar 25, 2026

  1. Configuration menu
    Copy the full SHA
    d027c72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7603054 View commit details
    Browse the repository at this point in the history
  3. 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
    akarnokd authored Mar 25, 2026
    Configuration menu
    Copy the full SHA
    e81cfaf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e5575b9 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2026

  1. Enable individual test run reporting in Codecov

    Whatever Copilot suggested in the title.
    akarnokd authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    ee7a427 View commit details
    Browse the repository at this point in the history
  2. Enable individual run reporting for RxJava tests

    For snapshot.yml too
    akarnokd authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    45d1b60 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 (#8085)

    Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 5.5.3 to 6.0.0.
    - [Release notes](https://github.com/codecov/codecov-action/releases)
    - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md)
    - [Commits](codecov/codecov-action@1af5884...57e3a13)
    
    ---
    updated-dependencies:
    - dependency-name: codecov/codecov-action
      dependency-version: 6.0.0
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 27, 2026
    Configuration menu
    Copy the full SHA
    e54d3ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d3d529 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2026

  1. chore(deps): bump github/codeql-action from 4.34.1 to 4.35.1 (#8088)

    Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.35.1.
    - [Release notes](https://github.com/github/codeql-action/releases)
    - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
    - [Commits](github/codeql-action@3869755...c10b806)
    
    ---
    updated-dependencies:
    - dependency-name: github/codeql-action
      dependency-version: 4.35.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 30, 2026
    Configuration menu
    Copy the full SHA
    2e84b74 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2026

  1. chore(deps): bump trufflesecurity/trufflehog from 3.94.1 to 3.94.2 (#…

    …8091)
    
    Bumps [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) from 3.94.1 to 3.94.2.
    - [Release notes](https://github.com/trufflesecurity/trufflehog/releases)
    - [Commits](trufflesecurity/trufflehog@586f66d...6bd2d14)
    
    ---
    updated-dependencies:
    - dependency-name: trufflesecurity/trufflehog
      dependency-version: 3.94.2
      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>
    dependabot[bot] authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    377194b View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2026

  1. 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
    akarnokd authored Apr 3, 2026
    Configuration menu
    Copy the full SHA
    73241eb View commit details
    Browse the repository at this point in the history
Loading