8000 Comparing v5.14.1...v5.14.2 · mockito/mockito · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockito/mockito
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.14.1
Choose a base ref
...
head repository: mockito/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.14.2
Choose a head ref
  • 12 commits
  • 975 files changed
  • 3 contributors

Commits on Oct 1, 2024

  1. 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>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    50bfea5 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Oct 1, 2024
    Configuration menu
    Copy the full SHA
    72dcfa4 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. Switch gradleEnterprise to develocity

    bric3 authored and TimvdLippe committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    61dcd83 View commit details
    Browse the repository at this point in the history
  2. 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
    bric3 authored and TimvdLippe committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    ab32438 View commit details
    Browse the repository at this point in the history
  3. 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.
    bric3 authored and TimvdLippe committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    1c0b04b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    560d855 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. 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>
    raphw and bric3 authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9942641 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2024

  1. 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>
    dependabot[bot] authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    147c599 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Oct 12, 2024
    Configuration menu
    Copy the full SHA
    68ca2f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. 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>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    6a72b10 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    297d147 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. 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
    bric3 authored Oct 15, 2024
    Configuration menu
    Copy the full SHA
    7834859 View commit details
    Browse the repository at this point in the history
Loading
0