-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: mockito/mockito
base: v4.2.0
head repository: mockito/mockito
compare: v4.3.0
- 20 commits
- 92 files changed
- 10 contributors
Commits on Dec 16, 2021
-
Fix JavaDoc warnings and enforce zero errors in Gradle (#2513)
Now, we ensure that our JavaDoc doesn't produce any warnings. The most common problems were using < instead of < and & instead of the word "and".
Configuration menu - View commit details
-
Copy full SHA for 80e1cc9 - Browse repository at this point
Copy the full SHA 80e1cc9View commit details -
Introduce a BOM for Mockito's artifacts (closes #2321) (#2323)
Co-authored-by: Thomas Keller <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d894b54 - Browse repository at this point
Copy the full SHA d894b54View commit details
Commits on Dec 17, 2021
-
Bump com.diffplug.spotless from 6.0.4 to 6.0.5 (#2520)
Bumps com.diffplug.spotless from 6.0.4 to 6.0.5. --- 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>
Configuration menu - View commit details
-
Copy full SHA for 230c162 - Browse repository at this point
Copy the full SHA 230c162View commit details -
Bump versions.bytebuddy from 1.12.4 to 1.12.5 (#2519)
Bumps `versions.bytebuddy` from 1.12.4 to 1.12.5. Updates `byte-buddy` from 1.12.4 to 1.12.5 - [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.4...byte-buddy-1.12.5) Updates `byte-buddy-agent` from 1.12.4 to 1.12.5 - [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.4...byte-buddy-1.12.5) Updates `byte-buddy-android` from 1.12.4 to 1.12.5 - [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.4...byte-buddy-1.12.5) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 91d0608 - Browse repository at this point
Copy the full SHA 91d0608View commit details
Commits on Dec 20, 2021
-
Bump versions.bytebuddy from 1.12.5 to 1.12.6 (#2524)
Bumps `versions.bytebuddy` from 1.12.5 to 1.12.6. Updates `byte-buddy` from 1.12.5 to 1.12.6 - [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.5...byte-buddy-1.12.6) Updates `byte-buddy-agent` from 1.12.5 to 1.12.6 - [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.5...byte-buddy-1.12.6) Updates `byte-buddy-android` from 1.12.5 to 1.12.6 - [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.5...byte-buddy-1.12.6) --- 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>
Configuration menu - View commit details
-
Copy full SHA for d9d25b6 - Browse repository at this point
Copy the full SHA d9d25b6View commit details
Commits on Dec 22, 2021
-
Bump kotlinx-coroutines-core from 1.5.2-native-mt to 1.6.0-native-mt (#…
…2526) Bumps [kotlinx-coroutines-core](https://github.com/Kotlin/kotlinx.coroutines) from 1.5.2-native-mt to 1.6.0-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-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 4c397ef - Browse repository at this point
Copy the full SHA 4c397efView commit details
Commits on Dec 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6b818ba - Browse repository at this point
Copy the full SHA 6b818baView commit details -
Bump com.diffplug.spotless from 6.0.5 to 6.1.0 (#2527)
Bumps com.diffplug.spotless from 6.0.5 to 6.1.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>
Configuration menu - View commit details
-
Copy full SHA for 3da95a1 - Browse repository at this point
Copy the full SHA 3da95a1View commit details
Commits on Dec 31, 2021
-
Bump com.github.ben-manes.versions from 0.39.0 to 0.40.0 (#2529)
Bumps com.github.ben-manes.versions from 0.39.0 to 0.40.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f0a1f45 - Browse repository at this point
Copy the full SHA f0a1f45View commit details
Commits on Jan 3, 2022
-
Bump assertj-core from 3.21.0 to 3.22.0 (#2531)
Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.21.0 to 3.22.0. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.21.0...assertj-core-3.22.0) --- updated-dependencies: - dependency-name: org.assertj:assertj-core 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 b93860b - Browse repository at this point
Copy the full SHA b93860bView commit details
Commits on Jan 6, 2022
-
Bump com.github.ben-manes.versions from 0.40.0 to 0.41.0 (#2533)
Bumps com.github.ben-manes.versions from 0.40.0 to 0.41.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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d5cad06 - Browse repository at this point
Copy the full SHA d5cad06View commit details -
Bump com.diffplug.spotless from 6.1.0 to 6.1.1 (#2534)
Bumps com.diffplug.spotless from 6.1.0 to 6.1.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>
Configuration menu - View commit details
-
Copy full SHA for 3dca21f - Browse repository at this point
Copy the full SHA 3dca21fView commit details
Commits on Jan 7, 2022
-
Remove
@link
to ProxyMockMaker from main Mockito javadoc (#2535)We shouldn't be directly linking to specific extensions. For users that want to use Mockito with a specific extension, we only want to load the appropriate one and avoid loading any others. Follow-up to 80e1cc9
Configuration menu - View commit details
-
Copy full SHA for d501300 - Browse repository at this point
Copy the full SHA d501300View commit details -
Bump com.diffplug.spotless from 6.1.1 to 6.1.2 (#2536)
Bumps com.diffplug.spotless from 6.1.1 to 6.1.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>
Configuration menu - View commit details
-
Copy full SHA for cb948d2 - Browse repository at this point
Copy the full SHA cb948d2View commit details
Commits on Jan 13, 2022
-
Bump com.diffplug.spotless from 6.1.2 to 6.2.0 (#2542)
Bumps com.diffplug.spotless from 6.1.2 to 6.2.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>
Configuration menu - View commit details
-
Copy full SHA for 88b958d - Browse repository at this point
Copy the full SHA 88b958dView commit details -
Bump material from 1.4.0 to 1.5.0 (#2541)
Bumps [material](https://github.com/material-components/material-components-android) from 1.4.0 to 1.5.0. - [Release notes](https://github.com/material-components/material-components-android/releases) - [Commits](material-components/material-components-android@1.4.0...1.5.0) --- updated-dependencies: - dependency-name: com.google.android.material:material 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 8e94aeb - Browse repository at this point
Copy the full SHA 8e94aebView commit details
Commits on Jan 17, 2022
-
Bump versions.bytebuddy from 1.12.6 to 1.12.7 (#2543)
Bumps `versions.bytebuddy` from 1.12.6 to 1.12.7. Updates `byte-buddy` from 1.12.6 to 1.12.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.12.6...byte-buddy-1.12.7) Updates `byte-buddy-agent` from 1.12.6 to 1.12.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.12.6...byte-buddy-1.12.7) Updates `byte-buddy-android` from 1.12.6 to 1.12.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.12.6...byte-buddy-1.12.7) --- 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>
Configuration menu - View commit details
-
Copy full SHA for 9e95f1a - Browse repository at this point
Copy the full SHA 9e95f1aView commit details
Commits on Jan 18, 2022
-
Fix Mockito.mockConstructionWithAnswer with more than 2 invocations (#…
…2545) If you build a mockConstructionWithAnswer with more than 1 additionalAnswers, there was a logic error whereby the method would return the wrong value when making the second last invocation. It would accidentally think it's at the end an only return the last answer, never returning the second last answer when it should. Co-authored-by: John Pyeatt <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 5505941 - Browse repository at this point
Copy the full SHA 5505941View commit details -
Bump appcompat from 1.4.0 to 1.4.1 (#2539)
Bumps appcompat from 1.4.0 to 1.4.1. --- updated-dependencies: - dependency-name: androidx.appcompat:appcompat 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 faa6e92 - Browse repository at this point
Copy the full SHA faa6e92View commit details
Commits on Jan 22, 2022
-
Fixes #2489 : Fixed issue related to exceptions thrown from the neste…
…d spies (#2546) Behaviour of the filtering redundant method calls from stacktrace was changed. Now it removes only lines that have the same method name and line number Co-authored-by: Andrey Kozel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8cdf0cc - Browse repository at this point
Copy the full SHA 8cdf0ccView 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 v4.2.0...v4.3.0