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: v4.9.0
Choose a base ref
...
head repository: mockito/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.10.0
Choose a head ref
  • 13 commits
  • 19 files changed
  • 8 contributors

Commits on Nov 14, 2022

  1. Add Mockito.{mock,spy} that take no Class argument (#2779)

    This commit adds method `Mockito.mock()` as a shorter alternative for `Mockito.mock(Class)`.
    When the result of this call is assigned to a variable/field with an explicit type, java will detect
    the needed class automatically.
    
    Co-authored-by: Tim van der Lippe <TimvdLippe@users.noreply.github.com>
    asolntsev and TimvdLippe authored Nov 14, 2022
    Configuration menu
    Copy the full SHA
    3faa002 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

  1. Configuration menu
    Copy the full SHA
    544d0b6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Bump versions.bytebuddy from 1.12.16 to 1.12.19 (#2799)

    Bumps `versions.bytebuddy` from 1.12.16 to 1.12.19.
    
    Updates `byte-buddy` from 1.12.16 to 1.12.19
    - [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.12.16...byte-buddy-1.12.19)
    
    Updates `byte-buddy-agent` from 1.12.16 to 1.12.19
    - [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.12.16...byte-buddy-1.12.19)
    
    Updates `byte-buddy-android` from 1.12.16 to 1.12.19
    - [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.12.16...byte-buddy-1.12.19)
    
    ---
    updated-dependencies:
    - dependency-name: net.bytebuddy:byte-buddy
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-agent
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: net.bytebuddy:byte-buddy-android
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    4086970 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2022

  1. Bump espresso-core from 3.4.0 to 3.5.0 (#2800)

    Bumps espresso-core from 3.4.0 to 3.5.0.
    
    ---
    updated-dependencies:
    - dependency-name: androidx.test.espresso:espresso-core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 24, 2022
    Configuration menu
    Copy the full SHA
    a8af042 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2022

  1. Bump kotlinVersion from 1.7.10 to 1.7.21 (#2801)

    Bumps `kotlinVersion` from 1.7.10 to 1.7.21.
    
    Updates `kotlin-gradle-plugin` from 1.7.10 to 1.7.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.7.10...v1.7.21)
    
    Updates `kotlin-stdlib` from 1.7.10 to 1.7.21
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.7.10...v1.7.21)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 26, 2022
    Configuration menu
    Copy the full SHA
    0ce902a View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2022

  1. Simplify MatcherApplicationStrategy (#2803)

    Prep work for #2796
    
    The class is overly complex, with the precomputed `matchingType` adding to value.
    big-andy-coates authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    8f4af18 View commit details
    Browse the repository at this point in the history
  2. Bump junit from 1.1.3 to 1.1.4 (#2806)

    Bumps junit from 1.1.3 to 1.1.4.
    
    ---
    updated-dependencies:
    - dependency-name: androidx.test.ext:junit
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 28, 2022
    Configuration menu
    Copy the full SHA
    83a41fd View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Bump kotlinVersion from 1.7.21 to 1.7.22 (#2809)

    Bumps `kotlinVersion` from 1.7.21 to 1.7.22.
    
    Updates `kotlin-gradle-plugin` from 1.7.21 to 1.7.22
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.7.21...v1.7.22)
    
    Updates `kotlin-stdlib` from 1.7.21 to 1.7.22
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](JetBrains/kotlin@v1.7.21...v1.7.22)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: org.jetbrains.kotlin:kotlin-stdlib
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    34b8a8d View commit details
    Browse the repository at this point in the history
  2. Bump com.github.ben-manes.versions from 0.42.0 to 0.44.0 (#2810)

    Bumps com.github.ben-manes.versions from 0.42.0 to 0.44.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.versions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 29, 2022
    Configuration menu
    Copy the full SHA
    bdcb31e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2022

  1. Bump shipkit-auto-version from 1.2.1 to 1.2.2 (#2811)

    Bumps shipkit-auto-version from 1.2.1 to 1.2.2.
    
    ---
    updated-dependencies:
    - dependency-name: org.shipkit:shipkit-auto-version
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    2567f05 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    ee9ba74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e6289 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Add mockito-subclass artifact (#2821)

    Signed-off-by: Andriy Redko <andriy.redko@aiven.io>
    reta authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a4e2e48 View commit details
    Browse the repository at this point in the history
Loading