-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Comparing changes
Open a pull request
base repository: mockito/mockito
base: v5.6.0
head repository: mockito/mockito
compare: v5.7.0
- 15 commits
- 19 files changed
- 7 contributors
Commits on Oct 9, 2023
-
Bump versions.bytebuddy from 1.14.8 to 1.14.9 (#3138)
Bumps `versions.bytebuddy` from 1.14.8 to 1.14.9. Updates `net.bytebuddy:byte-buddy` from 1.14.8 to 1.14.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.14.8...byte-buddy-1.14.9) Updates `net.bytebuddy:byte-buddy-agent` from 1.14.8 to 1.14.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.14.8...byte-buddy-1.14.9) Updates `net.bytebuddy:byte-buddy-android` from 1.14.8 to 1.14.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.14.8...byte-buddy-1.14.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>
Configuration menu - View commit details
-
Copy full SHA for 125e410 - Browse repository at this point
Copy the full SHA 125e410View commit details -
Bump com.github.ben-manes.versions from 0.48.0 to 0.49.0 (#3139)
Bumps com.github.ben-manes.versions from 0.48.0 to 0.49.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 9f06733 - Browse repository at this point
Copy the full SHA 9f06733View commit details
Commits on Oct 10, 2023
-
Bump biz.aQute.bnd.builder from 6.4.0 to 7.0.0 (#3135)
Bumps biz.aQute.bnd.builder from 6.4.0 to 7.0.0. --- updated-dependencies: - dependency-name: biz.aQute.bnd.builder 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 e4bb62f - Browse repository at this point
Copy the full SHA e4bb62fView commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 66acd09 - Browse repository at this point
Copy the full SHA 66acd09View commit details
Commits on Oct 12, 2023
-
Add generic-inferred method for Argumentcaptor (#3144)
Add a new method .captor(U...) on the ArgumentCaptor class that has the same interface as Mockito.mock(U...) with the goal of removing the need for unchecked-warning suppression when users make use of generic types in argument captors.
Configuration menu - View commit details
-
Copy full SHA for fd62884 - Browse repository at this point
Copy the full SHA fd62884View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c574cea - Browse repository at this point
Copy the full SHA c574ceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9342e9a - Browse repository at this point
Copy the full SHA 9342e9aView commit details -
Add CodeCov token to upload coverage report (#3149)
We already had this secret configured in our settings, but didn't supply it to the actual GitHub action step.
Configuration menu - View commit details
-
Copy full SHA for e736992 - Browse repository at this point
Copy the full SHA e736992View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d6afc - Browse repository at this point
Copy the full SHA 73d6afcView commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for f5449f9 - Browse repository at this point
Copy the full SHA f5449f9View commit details
Commits on Oct 21, 2023
-
Bump versions.errorprone from 2.22.0 to 2.23.0 (#3153)
Bumps `versions.errorprone` from 2.22.0 to 2.23.0. Updates `com.google.errorprone:error_prone_core` from 2.22.0 to 2.23.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.22.0...v2.23.0) Updates `com.google.errorprone:error_prone_test_helpers` from 2.22.0 to 2.23.0 - [Release notes](https://github.com/google/error-prone/releases) - [Commits](google/error-prone@v2.22.0...v2.23.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>
Configuration menu - View commit details
-
Copy full SHA for 1bca5b8 - Browse repository at this point
Copy the full SHA 1bca5b8View commit details
Commits on Oct 24, 2023
-
Handle Termux in InlineDelegateByteBuddyMockMaker.java (#3158)
Termux on Android can run any JVM, so we cannot rely on the vendor here to determine if we are in Termux. Nonetheless, ByteBuddy can fail to instrument correctly on this platform, so it is worth showing a meaninful error message in this scenario.
Configuration menu - View commit details
-
Copy full SHA for a8adbf5 - Browse repository at this point
Copy the full SHA a8adbf5View commit details
Commits on Oct 29, 2023
-
Attempt to detect system property mangling prior to loading ByteBuddy. (
#3164) If the user stubs their System properties (e.g. to test code that handles System properties to determine the platform), then they may unexpectedly hit the issue that ByteBuddy will attempt to fork a subprocess upon being installed, and that relies on the JVM Process class. Internally, the Process class makes a call to 'System.getProperty(os.name)', which results in a NullPointerException being raised if the property does not exist. When this exception occurs, it bubbles up to Mockito in the shape of a very confusing error message, which we should ideally try to avoid. This change adds a check for this edge case prior to loading ByteBuddy so that a meaningful error message can be raised that instructs the user on how to mitigate this issue.
Configuration menu - View commit details
-
Copy full SHA for f522f49 - Browse repository at this point
Copy the full SHA f522f49View commit details
Commits on Oct 31, 2023
-
Bump org.jetbrains.kotlin:kotlin-stdlib from 1.9.10 to 1.9.20 (#3165)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.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-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>
Configuration menu - View commit details
-
Copy full SHA for f62fbe7 - Browse repository at this point
Copy the full SHA f62fbe7View commit details -
Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.10 to 1.9.20 (#…
…3166) Bumps [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) from 1.9.10 to 1.9.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 ... 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 5c4e72c - Browse repository at this point
Copy the full SHA 5c4e72cView 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.6.0...v5.7.0