-
-
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.15.2
head repository: mockito/mockito
compare: v5.17.0
- 20 commits
- 49 files changed
- 12 contributors
Commits on Jan 6, 2025
-
Refine reflection when calling management factory (#3566)
Use interface type for invoking method to avoid that module boundaries are breached when using reflection on internal implementation type. Relates to #3551
Configuration menu - View commit details
-
Copy full SHA for e9a4c77 - Browse repository at this point
Copy the full SHA e9a4c77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1c3800d - Browse repository at this point
Copy the full SHA 1c3800dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96c2095 - Browse repository at this point
Copy the full SHA 96c2095View commit details
Commits on Jan 7, 2025
-
Bump org.assertj:assertj-core from 3.27.1 to 3.27.2 (#3569)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.1 to 3.27.2. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.1...assertj-build-3.27.2) --- updated-dependencies: - dependency-name: org.assertj:assertj-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>
Configuration menu - View commit details
-
Copy full SHA for e280630 - Browse repository at this point
Copy the full SHA e280630View commit details
Commits on Jan 8, 2025
-
Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (
#3571) Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 6.25.0 to 7.0.1. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/6.25.0...gradle/7.0.1) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Workaround for spotless 7.0.0 bug See diffplug/spotless#2387 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brice Dutheil <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for fdb5df1 - Browse repository at this point
Copy the full SHA fdb5df1View commit details
Commits on Jan 16, 2025
-
Bump com.diffplug.spotless:spotless-plugin-gradle from 7.0.1 to 7.0.2 (…
…#3574) Bumps [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) from 7.0.1 to 7.0.2. - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/7.0.1...gradle/7.0.2) --- updated-dependencies: - dependency-name: com.diffplug.spotless:spotless-plugin-gradle 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 1ab8483 - Browse repository at this point
Copy the full SHA 1ab8483View commit details
Commits on Jan 22, 2025
-
Bump org.assertj:assertj-core from 3.27.2 to 3.27.3 (#3577)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.2 to 3.27.3. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.2...assertj-build-3.27.3) --- updated-dependencies: - dependency-name: org.assertj:assertj-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>
Configuration menu - View commit details
-
Copy full SHA for 289e971 - Browse repository at this point
Copy the full SHA 289e971View commit details
Commits on Jan 24, 2025
-
Bump com.gradle.develocity from 3.19 to 3.19.1 (#3579)
Bumps com.gradle.develocity from 3.19 to 3.19.1. --- updated-dependencies: - dependency-name: com.gradle.develocity 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>
1Configuration menu - View commit details
-
Copy full SHA for 83ee69b - Browse repository at this point
Copy the full SHA 83ee69bView commit details
Commits on Feb 11, 2025
-
Issue #3584 Improve Gradle Kotlin documentation to add agent
Proposed change for issue #3584
Configuration menu - View commit details
-
Copy full SHA for d01ac9d - Browse repository at this point
Copy the full SHA d01ac9dView commit details
Commits on Mar 3, 2025
-
Add support for including module-info in Mockito. (#3597)
Both `mockito-core` and `mockito-junit-jupiter` now ship a `module-info` declaration. All internal packages are not exported.
Configuration menu - View commit details
-
Copy full SHA for c81be5d - Browse repository at this point
Copy the full SHA c81be5dView commit details
Commits on Mar 14, 2025
-
Configuration menu - View commit details
-
Copy full SHA for d185035 - Browse repository at this point
Copy the full SHA d185035View commit details -
Remove Arrays.asList from critical stubbing path in GenericMetadataSu…
…pport (#3610) On Android, the implementation of `java.util.Arrays.ArrayList.toArray` has a non-trivial implementation that ends up calling into `android.os.Process.myUid()`. Consequently, attempting to stub static methods in `android.os.Process` with `doReturn` will end up calling into `myUid()` before the stubbing completes, triggering an infinite recursion. To work around that, replace the `addAll(asList(...))` call with `Collections.addAll`. As an added benefit this avoids an array copy. This upstreams https://r.android.com/3500336.
Configuration menu - View commit details
-
Copy full SHA for 0215884 - Browse repository at this point
Copy the full SHA 0215884View commit details
Commits on Mar 15, 2025
-
Rework of injection strategy in the context of modules (#3608)
This fixes several reported issues with inaccessible classes and required extra reads and exports in module configuration.
Configuration menu - View commit details
-
Copy full SHA for d000e63 - Browse repository at this point
Copy the full SHA d000e63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e029d7 - Browse repository at this point
Copy the full SHA 1e029d7View commit details
Commits on Mar 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1764e62 - Browse repository at this point
Copy the full SHA 1764e62View commit details
Commits on Mar 26, 2025
-
MockitoExtension fails cleanup when aborted before setup (#3623)
Fixes #3622 Signed-off-by: Andre Kurait <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4f469c8 - Browse repository at this point
Copy the full SHA 4f469c8View commit details
Commits on Mar 28, 2025
-
Fall back to Throwable Location strategy on Android (#3619)
Works around an Android Runtime bug where StackWalker would fail to traverse the stack if a stack frame involves java.lang.Proxy. Disables StackWalker for Android versions that do not yet include the fix in https://r.android.com/3548340. This issue was also reported as linkedin/dexmaker#190. Fixes #3171
Configuration menu - View commit details
-
Copy full SHA for bfab743 - Browse repository at this point
Copy the full SHA bfab743View commit details
Commits on Mar 29, 2025
-
Clarify structure of commit messages (#3626)
Since I have been merging most of the community contributions, I realized that I continuously rewrite commit messages with regards to the `Fixes #id` notation. Therefore, update the contribution guidelines to clarify that the fixes part should come at the end (as to not clutter the message). Also, link to the commit guide that I usually refer to, which also clarifies that the commit title should start with a verb.
Configuration menu - View commit details
-
Copy full SHA for 3edab52 - Browse repository at this point
Copy the full SHA 3edab52View commit details
Commits on Apr 1, 2025
-
Fix broken banner image link (#3632)
Fixes #3631 Signed-off-by: Taeik Lim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee92ad4 - Browse repository at this point
Copy the full SHA ee92ad4View commit details
Commits on Apr 4, 2025
-
Remove mention of
mockito-inlinefrom mockmaker exception (#3628)`mockito-inline` is a discontinued artifact, since the inline mockmaker is now the default mockmaker in `mockito-core`. Fixes #3621
Configuration menu - View commit details
-
Copy full SHA for 7764992 - Browse repository at this point
Copy the full SHA 7764992View 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.15.2...v5.17.0