-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Comparing changes
Open a pull request
base repository: mockito/mockito
base: v5.20.0
head repository: mockito/mockito
compare: v5.21.0
- 17 commits
- 18 files changed
- 6 contributors
Commits on Sep 23, 2025
-
Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 (#3733)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.5 to 3.27.6. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.5...assertj-build-3.27.6) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.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>
Configuration menu - View commit details
-
Copy full SHA for a41afe9 - Browse repository at this point
Copy the full SHA a41afe9View commit details -
Bump errorprone from 2.41.0 to 2.42.0 (#3732)
Bumps `errorprone` from 2.41.0 to 2.42.0. Updates `com.google.errorprone:error_prone_core` from 2.41.0 to 2.42.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.41.0...v2.42.0) Updates `com.google.errorprone:error_prone_test_helpers` from 2.41.0 to 2.42.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.41.0...v2.42.0) --- updated-dependencies: - dependency-name: com.google.errorprone:error_prone_core dependency-version: 2.42.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.google.errorprone:error_prone_test_helpers dependency-version: 2.42.0 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>
Configuration menu - View commit details
-
Copy full SHA for 153425e - Browse repository at this point
Copy the full SHA 153425eView commit details
Commits on Sep 24, 2025
-
Bump graalvm/setup-graalvm from 1.3.7 to 1.4.0 (#3734)
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.3.7 to 1.4.0. - [Release notes](https://github.com/graalvm/setup-graalvm/releases) - [Commits](graalvm/setup-graalvm@v1.3.7...v1.4.0) --- updated-dependencies: - dependency-name: graalvm/setup-graalvm dependency-version: 1.4.0 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>
Configuration menu - View commit details
-
Copy full SHA for 6ac8f90 - Browse repository at this point
Copy the full SHA 6ac8f90View commit details
Commits on Sep 25, 2025
-
Bump com.diffplug.spotless:spotless-plugin-gradle from 7.2.1 to 8.0.0 (…
…#3735) Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 7.2.1 to 8.0.0. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/7.2.1...gradle/8.0.0) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 8.0.0 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>
Configuration menu - View commit details
-
Copy full SHA for 3b52a4a - Browse repository at this point
Copy the full SHA 3b52a4aView commit details -
Bump org.graalvm.buildtools.native from 0.11.0 to 0.11.1 (#3738)
Bumps [org.graalvm.buildtools.native](https://github.com/graalvm/native-build-tools) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/graalvm/native-build-tools/releases) - [Commits](https://github.com/graalvm/native-build-tools/commits) --- updated-dependencies: - dependency-name: org.graalvm.buildtools.native dependency-version: 0.11.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>
Configuration menu - View commit details
-
Copy full SHA for 1d4b473 - Browse repository at this point
Copy the full SHA 1d4b473View commit details
Commits on Sep 26, 2025
-
Infer class to mock in mockStatic and mockConstruction (#3731)
As PR #2779 introduced the ability to automatically detect the class to mock for mocks and spies, this commit allows doing the same with mockStatic and mockConstruction. Added overloaded reified methods to match all the counterparts that consume an explicit Class literal parameter. For instance, users can now leverage these: * MockedStatic<SomeClass> mock = mockStatic(); * MockedConstruction<SomeClass> mock = mockConstruction(); instead of: * MockedStatic<SomeClass> mock = mockStatic(SomeClass.class); * MockedConstruction<SomeClass> mock = mockConstruction(SomeClass.class); The following methods have been added: * mockStatic(T...) * mockStatic(Answer, T...) * mockStatic(String, T...) * mockStatic(MockSettings, T...) * mockConstruction(T...) * mockConstruction(MockInitializer, T...) * mockConstruction(MockSettings, T...) * mockConstruction(Function<Context, MockSettings>, T...) * mockConstruction(MockSettings, MockInitializer, T...) * mockConstruction(Function<Context, MockSettings>, MockInitializer, T...)
Configuration menu - View commit details
-
Copy full SHA for e6682a3 - Browse repository at this point
Copy the full SHA e6682a3View commit details
Commits on Sep 27, 2025
-
Return completed futures for unstubbed Future/CompletionStage in Retu…
…rnsEmptyValues (#3727)
Configuration menu - View commit details
-
Copy full SHA for 2503dd1 - Browse repository at this point
Copy the full SHA 2503dd1View commit details
Commits on Oct 1, 2025
-
Bump gradle/actions from 4 to 5 (#3743)
Bumps [gradle/actions](https://github.com/gradle/actions) from 4 to 5. - [Release notes](https://github.com/gradle/actions/releases) - [Commits](gradle/actions@v4...v5) --- updated-dependencies: - dependency-name: gradle/actions 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>
Configuration menu - View commit details
-
Copy full SHA for cffddd4 - Browse repository at this point
Copy the full SHA cffddd4View commit details
Commits on Oct 2, 2025
-
Bump graalvm/setup-graalvm from 1.4.0 to 1.4.1 (#3744)
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/graalvm/setup-graalvm/releases) - [Commits](graalvm/setup-graalvm@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: graalvm/setup-graalvm dependency-version: 1.4.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>
Configuration menu - View commit details
-
Copy full SHA for bf3a809 - Browse repository at this point
Copy the full SHA bf3a809View commit details
Commits on Oct 22, 2025
-
Fix primitives support in GenericArrayReturnType for Android (#3753)
Fixes #3752 --------- Co-authored-by: Joshua Selbo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8564b43 - Browse repository at this point
Copy the full SHA 8564b43View commit details
Commits on Oct 25, 2025
-
Bump graalvm/setup-graalvm from 1.4.1 to 1.4.2 (#3755)
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.4.1 to 1.4.2. - [Release notes](https://github.com/graalvm/setup-graalvm/releases) - [Commits](graalvm/setup-graalvm@v1.4.1...v1.4.2) --- updated-dependencies: - dependency-name: graalvm/setup-graalvm dependency-version: 1.4.2 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>
Configuration menu - View commit details
-
Copy full SHA for 632bf7b - Browse repository at this point
Copy the full SHA 632bf7bView commit details
Commits on Oct 27, 2025
-
Bump actions/upload-artifact from 4 to 5 (#3756)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact 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>
Configuration menu - View commit details
-
Copy full SHA for 966d600 - Browse repository at this point
Copy the full SHA 966d600View commit details
Commits on Oct 31, 2025
-
Forbid mocking WeakReference with inline mock maker (#3759)
Fixes #3758 Co-authored-by: Joshua Selbo <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 58ba445 - Browse repository at this point
Copy the full SHA 58ba445View commit details
Commits on Nov 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 756a3cf - Browse repository at this point
Copy the full SHA 756a3cfView commit details
Commits on Nov 20, 2025
-
Bump actions/checkout from 5 to 6 (#3765)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' 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>
Configuration menu - View commit details
-
Copy full SHA for 04a6e9f - Browse repository at this point
Copy the full SHA 04a6e9fView commit details
Commits on Nov 26, 2025
-
Bump graalvm/setup-graalvm from 1.4.2 to 1.4.3 (#3767)
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.4.2 to 1.4.3. - [Release notes](https://github.com/graalvm/setup-graalvm/releases) - [Commits](graalvm/setup-graalvm@v1.4.2...v1.4.3) --- updated-dependencies: - dependency-name: graalvm/setup-graalvm dependency-version: 1.4.3 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>
Configuration menu - View commit details
-
Copy full SHA for df3e0cc - Browse repository at this point
Copy the full SHA df3e0ccView commit details
Commits on Dec 2, 2025
-
Bump graalvm/setup-graalvm from 1.4.3 to 1.4.4 (#3768)
Bumps [graalvm/setup-graalvm](https://github.com/graalvm/setup-graalvm) from 1.4.3 to 1.4.4. - [Release notes](https://github.com/graalvm/setup-graalvm/releases) - [Commits](graalvm/setup-graalvm@v1.4.3...v1.4.4) --- updated-dependencies: - dependency-name: graalvm/setup-graalvm dependency-version: 1.4.4 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>
Configuration menu - View commit details
-
Copy full SHA for 09d2230 - Browse repository at this point
Copy the full SHA 09d2230View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v5.20.0...v5.21.0