Skip to content

Tags: Onenos-com/mockito

Tags

v3.9.0

Toggle v3.9.0's commit message
Publish new minor version to Maven central

[ci maven-central-release]

v3.8.25

Toggle v3.8.25's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
"But invoked here" lists the invocation parameters (mockito#2259)

Fixes mockito#2058

Co-authored-by: EugeneLesnov <[email protected]>

v3.8.22

Toggle v3.8.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix thread race condition (mockito#2248)

Discovered internally at Google. The culprit was a thread race condition
around the usage of usedAt, which could race between setting the field
and retrieving it.

v3.8.21

Toggle v3.8.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add missing Deprecated annotation (mockito#2227)

Discovered while trying to sync Mockito internally at Google.

v3.8.20

Toggle v3.8.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump versions.errorprone from 2.5.1 to 2.6.0 (mockito#2250)

Bumps `versions.errorprone` from 2.5.1 to 2.6.0.

Updates `error_prone_core` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.5.1...v2.6.0)

Updates `error_prone_test_helpers` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.5.1...v2.6.0)

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tim van der Lippe <[email protected]>

v3.8.17

Toggle v3.8.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix grammar in CONTRIBUTING.md (mockito#2246)

v3.8.16

Toggle v3.8.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Comment out instructions in PULL_REQUEST_TEMPLATE.md (mockito#2245)

v3.8.14

Toggle v3.8.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes mockito#2238: Do not omit stack frames of causing class (mockit…

…o#2241)

v3.8.11

Toggle v3.8.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix verification resolution for wrapped mocks (mockito#2236)

Fixes mockito#2235

v3.8.6

Toggle v3.8.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump com.github.ben-manes.versions from 0.36.0 to 0.38.0 (mockito#2221)