-
-
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.13.0
head repository: mockito/mockito
compare: v5.14.1
- 11 commits
- 159 files changed
- 5 contributors
Commits on Aug 29, 2024
-
Bump bytebuddy from 1.15.0 to 1.15.1 (#3434)
Bumps `bytebuddy` from 1.15.0 to 1.15.1. Updates `net.bytebuddy:byte-buddy` from 1.15.0 to 1.15.1 - [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.15.0...byte-buddy-1.15.1) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.0 to 1.15.1 - [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.15.0...byte-buddy-1.15.1) Updates `net.bytebuddy:byte-buddy-android` from 1.15.0 to 1.15.1 - [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.15.0...byte-buddy-1.15.1) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 52fdc52 - Browse repository at this point
Copy the full SHA 52fdc52View commit details
Commits on Sep 10, 2024
-
Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)
Bumps com.gradle.enterprise from 3.18 to 3.18.1. --- updated-dependencies: - dependency-name: com.gradle.enterprise dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 0438593 - Browse repository at this point
Copy the full SHA 0438593View commit details
Commits on Sep 12, 2024
-
Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)
Bumps [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) from 3.20.0 to 3.21.0. - [Commits](https://github.com/eclipse-equinox/equinox/commits) --- updated-dependencies: - dependency-name: org.eclipse.platform:org.eclipse.osgi dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a1d5860 - Browse repository at this point
Copy the full SHA a1d5860View commit details
Commits on Sep 16, 2024
-
Allow for installing a Java agent within the Mockito jar, without exp…
…osing Byte Buddy's attach mechanism. (#3437) * Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. * Adjust use of Mockito premain class to resolve from the system class loader and to resolve consistently. * Adjust comment to better fit linebreaks. * Add additional documentation on how to add Mockito as an agent. * Adjust javadoc. * Avoid duplicate closing. * Add warning and fix numeration of documentation. * Update src/main/java/org/mockito/Mockito.java Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com> * Update src/main/java/org/mockito/Mockito.java Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com> * Update src/main/java/org/mockito/Mockito.java --------- Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 1e337ed - Browse repository at this point
Copy the full SHA 1e337edView commit details
Commits on Sep 25, 2024
-
Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)
Bumps `bytebuddy` from 1.15.1 to 1.15.2. Updates `net.bytebuddy:byte-buddy` from 1.15.1 to 1.15.2 - [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.15.1...byte-buddy-1.15.2) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.1 to 1.15.2 - [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.15.1...byte-buddy-1.15.2) Updates `net.bytebuddy:byte-buddy-android` from 1.15.1 to 1.15.2 - [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.15.1...byte-buddy-1.15.2) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for f5858c2 - Browse repository at this point
Copy the full SHA f5858c2View commit details
Commits on Sep 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c3fcc6e - Browse repository at this point
Copy the full SHA c3fcc6eView commit details -
Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (…
…#3451) Bumps [org.junit.platform:junit-platform-launcher](https://github.com/junit-team/junit5) from 1.11.0 to 1.11.1. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-launcher dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a2fc9c6 - Browse repository at this point
Copy the full SHA a2fc9c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d28b012 - Browse repository at this point
Copy the full SHA d28b012View commit details -
Disable mocks with an error message (#3424)
This allows us to avoid the memory leak issues addressed by `clearInlineMocks` and track how a mock object might leak from the test that instantiated it Fixes #3419
Configuration menu - View commit details
-
Copy full SHA for 8a0e586 - Browse repository at this point
Copy the full SHA 8a0e586View commit details
Commits on Sep 28, 2024
-
Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)
Bumps `bytebuddy` from 1.15.2 to 1.15.3. Updates `net.bytebuddy:byte-buddy` from 1.15.2 to 1.15.3 - [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.15.2...byte-buddy-1.15.3) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.2 to 1.15.3 - [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.15.2...byte-buddy-1.15.3) Updates `net.bytebuddy:byte-buddy-android` from 1.15.2 to 1.15.3 - [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.15.2...byte-buddy-1.15.3) --- 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e928059 - Browse repository at this point
Copy the full SHA e928059View commit details
Commits on Sep 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 39a0c75 - Browse repository at this point
Copy the full SHA 39a0c75View 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.13.0...v5.14.1