-
-
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.14.1
head repository: mockito/mockito
compare: v5.14.2
- 12 commits
- 975 files changed
- 3 contributors
Commits on Oct 1, 2024
-
Bump junit-jupiter from 5.11.0 to 5.11.1 (#3455)
Bumps `junit-jupiter` from 5.11.0 to 5.11.1. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.1) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.1) Updates `org.junit.vintage:junit-vintage-engine` from 5.11.0 to 5.11.1 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.0...r5.11.1) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.vintage:junit-vintage-engine 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 50bfea5 - Browse repository at this point
Copy the full SHA 50bfea5View commit details -
Bump org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11 (#3458)
Bumps org.shipkit:shipkit-auto-version from 2.0.10 to 2.0.11. --- updated-dependencies: - dependency-name: org.shipkit:shipkit-auto-version 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 72dcfa4 - Browse repository at this point
Copy the full SHA 72dcfa4View commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 61dcd83 - Browse repository at this point
Copy the full SHA 61dcd83View commit details -
Move core sources to
mockito-core
Previously, the source code for the `mockito-core` artifact lived in `/src/main/java` and the configuration was part of the `rootProject`. With this change, we align the `mockito-core` as a separate artifact similar to the recent move to split up the extension projects into `mockito-extensions`. Fixes #3444
Configuration menu - View commit details
-
Copy full SHA for ab32438 - Browse repository at this point
Copy the full SHA ab32438View commit details -
Rename extension modules with mockito- prefix (#3460)
As a follow-up to the split of `mockito-extensions` and `mockito-integration-tests` this commit renames all extension projects to use the `mockito-` prefix. This way, the project names reflect the published artifact ID's on Maven Central.
Configuration menu - View commit details
-
Copy full SHA for 1c0b04b - Browse repository at this point
Copy the full SHA 1c0b04bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 560d855 - Browse repository at this point
Copy the full SHA 560d855View commit details
Commits on Oct 10, 2024
-
Avoid attach warning if Byte Buddy is configured for command-line att…
…ach. (#3459) * Avoid warning when attaching instrumentation through Byte Buddy on startup. * Avoid warning when attaching instrumentation through Byte Buddy on startup. Avoid duplication of code. * Remove unused imports. * Test whether dynamic attach generates JVM warnings (#3462) For implementation of #3459 * Use Mockito logger instead of standard out. * Fix java 21 test config * Revert suggested Plugins.getMockitoLogger to System.err.println The suggestions I made in #3459, cannot work currently due to a circular dependency on `Plugins.registry`. --------- Co-authored-by: Brice Dutheil <brice.dutheil@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 9942641 - Browse repository at this point
Copy the full SHA 9942641View commit details
Commits on Oct 12, 2024
-
Bump junit-jupiter from 5.11.1 to 5.11.2 (#3461)
Bumps `junit-jupiter` from 5.11.1 to 5.11.2. Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.1...r5.11.2) Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.1...r5.11.2) Updates `org.junit.vintage:junit-vintage-engine` from 5.11.1 to 5.11.2 - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](junit-team/junit-framework@r5.11.1...r5.11.2) --- updated-dependencies: - dependency-name: org.junit.jupiter:junit-jupiter-api dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-engine dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.jupiter:junit-jupiter-params dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.junit.vintage:junit-vintage-engine 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 147c599 - Browse repository at this point
Copy the full SHA 147c599View commit details -
Bump biz.aQute.bnd:biz.aQute.bnd.gradle from 6.4.0 to 7.0.0 (#3136)
Bumps [biz.aQute.bnd:biz.aQute.bnd.gradle](https://github.com/bndtools/bnd) from 6.4.0 to 7.0.0. - [Release notes](https://github.com/bndtools/bnd/releases) - [Changelog](https://github.com/bndtools/bnd/blob/master/docs/ADDING_RELEASE_DOCS.md) - [Commits](bndtools/bnd@6.4.0...7.0.0) --- updated-dependencies: - dependency-name: biz.aQute.bnd:biz.aQute.bnd.gradle dependency-type: direct:production update-type: version-update:semver-major ... 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 68ca2f8 - Browse repository at this point
Copy the full SHA 68ca2f8View commit details
Commits on Oct 14, 2024
-
Bump bytebuddy from 1.15.3 to 1.15.4 (#3467)
Bumps `bytebuddy` from 1.15.3 to 1.15.4. Updates `net.bytebuddy:byte-buddy` from 1.15.3 to 1.15.4 - [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.3...byte-buddy-1.15.4) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.3 to 1.15.4 - [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.3...byte-buddy-1.15.4) Updates `net.bytebuddy:byte-buddy-android` from 1.15.3 to 1.15.4 - [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.3...byte-buddy-1.15.4) --- 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 6a72b10 - Browse repository at this point
Copy the full SHA 6a72b10View commit details -
Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.20 to 2.0.21 (#3468)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 2.0.20 to 2.0.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/v2.0.21/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib 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 297d147 - Browse repository at this point
Copy the full SHA 297d147View commit details
Commits on Oct 15, 2024
-
Update
nexusPublishing
to use project.group(#3470)This broke when we moved the core sources into the `mockito-core` subproject. See https://github.com/gradle-nexus/publish-plugin/blob/v2.0.0-rc-1/src/main/kotlin/io/github/gradlenexus/publishplugin/NexusPublishExtension.kt#L38-L40 Also, tweak the nexus `repositoryDescription` for the same reason. Fixes #3466
Configuration menu - View commit details
-
Copy full SHA for 7834859 - Browse repository at this point
Copy the full SHA 7834859View 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.14.1...v5.14.2