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.13.0
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.1
Choose a head ref
  • 11 commits
  • 159 files changed
  • 5 contributors

Commits on Aug 29, 2024

  1. 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>
    dependabot[bot] authored Aug 29, 2024
    Configuration menu
    Copy the full SHA
    52fdc52 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. 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>
    dependabot[bot] authored Sep 10, 2024
    Configuration menu
    Copy the full SHA
    0438593 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 16, 2024

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

Commits on Sep 25, 2024

  1. 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>
    dependabot[bot] authored Sep 25, 2024
    Configuration menu
    Copy the full SHA
    f5858c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    c3fcc6e View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    a2fc9c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d28b012 View commit details
    Browse the repository at this point in the history
  4. 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
    dsaff authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8a0e586 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2024

  1. 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>
    dependabot[bot] authored Sep 28, 2024
    Configuration menu
    Copy the full SHA
    e928059 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    39a0c75 View commit details
    Browse the repository at this point in the history
Loading