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: mockito/mockito
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 144751b
Choose a base ref
...
head repository: mockito/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3a1a19e
Choose a head ref
  • 11 commits
  • 11 files changed
  • 5 contributors

Commits on Aug 19, 2025

  1. Bump bytebuddy from 1.17.6 to 1.17.7 (#3712)

    Bumps `bytebuddy` from 1.17.6 to 1.17.7.
    
    Updates `net.bytebuddy:byte-buddy` from 1.17.6 to 1.17.7
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.17.6...byte-buddy-1.17.7)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.17.6 to 1.17.7
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.17.6...byte-buddy-1.17.7)
    
    Updates `net.bytebuddy:byte-buddy-android` from 1.17.6 to 1.17.7
    - [Release notes](https://github.com/raphw/byte-buddy/releases)
    - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
    - [Commits](raphw/byte-buddy@byte-buddy-1.17.6...byte-buddy-1.17.7)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-version: 1.17.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-version: 1.17.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-android
      dependency-version: 1.17.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    0776d97 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2025

  1. Bump com.gradle.develocity from 4.1 to 4.1.1 (#3713)

    Bumps com.gradle.develocity from 4.1 to 4.1.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.develocity
      dependency-version: 4.1.1
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 20, 2025
    Configuration menu
    Copy the full SHA
    ef2fd6f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Fix metadata generation on GraalVM (#3710)

    Avoids using the system loader on Graal, by always choosing
    an "expensive" class loadings strategy, if a Graal image code
    is discovered. In the compiled artifact, this will anyways not
    effectuate, so that this is not a problem on Graal when only
    affecting training runs.
    
    ---------
    
    Co-authored-by: Philipp Page <[email protected]>
    raphw and phipag authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    37bb3e5 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-java from 4 to 5 (#3715)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    a10aed0 View commit details
    Browse the repository at this point in the history
  3. Use Assume.assumeThat for SequencedCollection tests (#3711)

    Refactor the test for JDK 21's Sequenced Collections to use the
    standard `Assume.assumeThat` utility for conditional execution.
    
    Follow-up to #3708
    
    Signed-off-by: BeomSeogKim <[email protected]>
    BeomSeogKim authored Aug 22, 2025
    Configuration menu
    Copy the full SHA
    bc06f21 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2025

  1. Bump graalvm/setup-graalvm from 1.3.5 to 1.3.6 (#3719)

    Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.3.5 to 1.3.6.
    - [Release notes](https://github.com/graalvm/setup-graalvm/releases)
    - [Commits](graalvm/setup-graalvm@v1.3.5...v1.3.6)
    
    ---
    updated-dependencies:
    - dependency-name: graalvm/setup-graalvm
      dependency-version: 1.3.6
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 3, 2025
    Configuration menu
    Copy the full SHA
    54474fa View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2025

  1. Bump org.eclipse.platform:org.eclipse.osgi from 3.23.100 to 3.23.200 (#…

    …3720)
    
    Bumps [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) from 3.23.100 to 3.23.200.
    - [Commits](https://github.com/eclipse-equinox/equinox/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.osgi
      dependency-version: 3.23.200
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 9, 2025
    Configuration menu
    Copy the full SHA
    c75dfb8 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Bump com.gradle.develocity from 4.1.1 to 4.2 (#3726)

    Bumps com.gradle.develocity from 4.1.1 to 4.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.gradle.develocity
      dependency-version: '4.2'
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    6f9a04b View commit details
    Browse the repository at this point in the history
  2. Bump graalvm/setup-graalvm from 1.3.6 to 1.3.7 (#3725)

    Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.3.6 to 1.3.7.
    - [Release notes](https://github.com/graalvm/setup-graalvm/releases)
    - [Commits](graalvm/setup-graalvm@v1.3.6...v1.3.7)
    
    ---
    updated-dependencies:
    - dependency-name: graalvm/setup-graalvm
      dependency-version: 1.3.7
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 16, 2025
    Configuration menu
    Copy the full SHA
    3cfbd42 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2025

  1. Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#3730)

    Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.5.
    - [Release notes](https://github.com/assertj/assertj/releases)
    - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.5)
    
    ---
    updated-dependencies:
    - dependency-name: org.assertj:assertj-core
      dependency-version: 3.27.5
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    f3c957a View commit details
    Browse the repository at this point in the history
  2. Add support for generic types in MockedConstruction and `MockedStat…

    …ic` (#3729)
    
    MockedStatic and MockedConstruction threw a MockitoException when the
    provided type was itself parameterized, suggesting to use a raw type instead.
    For instance, MockedConstruction<MyGenericType<String>> was not allowed.
    
    This commit allows to mock generic types without throwing an exception and
    without forcing users to deal with 'raw use of parameterized class' warnings.
    
    Fixes #2401
    giulong authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    3a1a19e View commit details
    Browse the repository at this point in the history
Loading