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.4.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.5.0
Choose a head ref
  • 15 commits
  • 32 files changed
  • 6 contributors

Commits on Mar 16, 2022

  1. Bump org.eclipse.osgi from 3.17.100 to 3.17.200 (#2597)

    Bumps org.eclipse.osgi from 3.17.100 to 3.17.200.
    
    ---
    updated-dependencies:
    - dependency-name: org.eclipse.platform:org.eclipse.osgi
      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 Mar 16, 2022
    Configuration menu
    Copy the full SHA
    dc5021c View commit details
    Browse the repository at this point in the history
  2. Remove internal ListUtil and Fields (#2593)

    Both of these classes were used prior to JDK 8 to implement list filtering, for which streams are now available in JDK 8+.
    andreisilviudragnea authored Mar 16, 2022
    Configuration menu
    Copy the full SHA
    aabb8f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Bump com.diffplug.spotless from 6.3.0 to 6.4.0 (#2605)

    Bumps com.diffplug.spotless from 6.3.0 to 6.4.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      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 Mar 29, 2022
    Configuration menu
    Copy the full SHA
    2eb26cc View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2022

  1. Bump com.diffplug.spotless from 6.4.0 to 6.4.1 (#2606)

    Bumps com.diffplug.spotless from 6.4.0 to 6.4.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      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 Mar 30, 2022
    Configuration menu
    Copy the full SHA
    ab3b1c2 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2022

  1. Bump kotlinVersion from 1.6.10 to 1.6.20 (#2607)

    Bumps `kotlinVersion` from 1.6.10 to 1.6.20.
    
    Updates `kotlin-gradle-plugin` from 1.6.10 to 1.6.20
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/commits)
    
    Updates `kotlin-stdlib` from 1.6.10 to 1.6.20
    - [Release notes](https://github.com/JetBrains/kotlin/releases)
    - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
    - [Commits](https://github.com/JetBrains/kotlin/commits)
    
    ---
    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] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 1, 2022
    Configuration menu
    Copy the full SHA
    0dd95d7 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2022

  1. Bump versions.errorprone from 2.10.0 to 2.12.1 (#2608)

    * Bump versions.errorprone from 2.10.0 to 2.11.0
    
    Bumps `versions.errorprone` from 2.10.0 to 2.11.0.
    
    Updates `error_prone_core` from 2.10.0 to 2.11.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.10.0...v2.11.0)
    
    Updates `error_prone_test_helpers` from 2.10.0 to 2.11.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.10.0...v2.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.errorprone:error_prone_test_helpers
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Fix compilation for JDK 8
    
    This also fixes #2554, by using `.withNoParameters()` instead.
    
    * Extract method for JDK 8
    
    For some reason, Java 8 chooses the wrong subclass for this specific use
    case. All other assertions are fine and this doesn't happen on JDK 11.
    Therefore, let's extract it into a method to force the correct type.
    
    * Fixes #2554: Upgrade Error Prone 2.11 -> 2.12
    
    See:
    - https://github.com/google/error-prone/releases/tag/v2.12.0
    - google/error-prone@v2.11.0...v2.12.0
    
    * Upgrade Error Prone 2.12.0 -> 2.12.1
    
    See:
    - https://github.com/google/error-prone/releases/tag/v2.12.1
    - google/error-prone@v2.12.0...v2.12.1
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tim van der Lippe <[email protected]>
    3 people authored Apr 6, 2022
    Configuration menu
    Copy the full SHA
    331ff01 View commit details
    Browse the repository at this point in the history
  2. Bump com.diffplug.spotless from 6.4.1 to 6.4.2 (#2611)

    Bumps com.diffplug.spotless from 6.4.1 to 6.4.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      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 Apr 6, 2022
    Configuration menu
    Copy the full SHA
    e2fa1c9 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2022

  1. Bump versions.bytebuddy from 1.12.8 to 1.12.9 (#2614)

    Bumps `versions.bytebuddy` from 1.12.8 to 1.12.9.
    
    Updates `byte-buddy` from 1.12.8 to 1.12.9
    - [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.8...byte-buddy-1.12.9)
    
    Updates `byte-buddy-agent` from 1.12.8 to 1.12.9
    - [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.8...byte-buddy-1.12.9)
    
    Updates `byte-buddy-android` from 1.12.8 to 1.12.9
    - [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.8...byte-buddy-1.12.9)
    
    ---
    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] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Apr 8, 2022
    Configuration menu
    Copy the full SHA
    98b5ff9 View commit details
    Browse the repository at this point in the history
  2. Bump actions/setup-java from 2 to 3 (#2615)

    Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
    - [Release notes](https://github.com/actions/setup-java/releases)
    - [Commits](actions/setup-java@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-java
      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 Apr 8, 2022
    Configuration menu
    Copy the full SHA
    09ba420 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Bump versions.errorprone from 2.12.1 to 2.13.0 (#2619)

    Bumps `versions.errorprone` from 2.12.1 to 2.13.0.
    
    Updates `error_prone_core` from 2.12.1 to 2.13.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.12.1...v2.13.0)
    
    Updates `error_prone_test_helpers` from 2.12.1 to 2.13.0
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.12.1...v2.13.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: com.google.errorprone:error_prone_test_helpers
      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 Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2947e9d View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2022

  1. Fix mockito-inline for Groovy projects (#2618)

    Add ignore matcher for Groovy meta methods for inline Byte Buddy mock maker.
    Add a new test subproject to verify fixes between mockito-inline and Groovy
    
    Fixes #2522
    
    Co-authored-by: Steve Green <[email protected]>
    raphw and Steve Green authored Apr 18, 2022
    Configuration menu
    Copy the full SHA
    d539af2 View commit details
    Browse the repository at this point in the history
  2. Bump kotlinx-coroutines-core from 1.6.0-native-mt to 1.6.1-native-mt (#…

    …2609)
    
    Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.6.0-native-mt to 1.6.1-native-mt.
    - [Release notes](https://github.com/Kotlin/kotlinx.coroutines/releases)
    - [Changelog](https://github.com/Kotlin/kotlinx.coroutines/blob/master/CHANGES.md)
    - [Commits](https://github.com/Kotlin/kotlinx.coroutines/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.jetbrains.kotlinx:kotlinx-coroutines-core
      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 Apr 18, 2022
    Configuration menu
    Copy the full SHA
    20f1627 View commit details
    Browse the repository at this point in the history
  3. Bump versions.errorprone from 2.13.0 to 2.13.1 (#2621)

    Bumps `versions.errorprone` from 2.13.0 to 2.13.1.
    
    Updates `error_prone_core` from 2.13.0 to 2.13.1
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.13.0...v2.13.1)
    
    Updates `error_prone_test_helpers` from 2.13.0 to 2.13.1
    - [Release notes](https://github.com/google/error-prone/releases)
    - [Commits](google/error-prone@v2.13.0...v2.13.1)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.errorprone:error_prone_core
      dependency-type: direct:production
      update-type: version-update:semver-patch
    - dependency-name: com.google.errorprone:error_prone_test_helpers
      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 Apr 18, 2022
    Configuration menu
    Copy the full SHA
    8314824 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2022

  1. Configuration menu
    Copy the full SHA
    d23dc0e View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2613 from mockito/graal-support

    Support subclass mocks on Graal VM.
    raphw authored Apr 19, 2022
    Configuration menu
    Copy the full SHA
    2c0bf94 View commit details
    Browse the repository at this point in the history
Loading