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.2.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.3.0
Choose a head ref
  • 14 commits
  • 42 files changed
  • 8 contributors

Commits on Mar 13, 2023

  1. Bump versions.bytebuddy from 1.14.1 to 1.14.2 (#2938)

    Bumps `versions.bytebuddy` from 1.14.1 to 1.14.2.
    
    Updates `net.bytebuddy:byte-buddy` from 1.14.1 to 1.14.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.14.1...byte-buddy-1.14.2)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.14.1 to 1.14.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.14.1...byte-buddy-1.14.2)
    
    Updates `net.bytebuddy:byte-buddy-android` from 1.14.1 to 1.14.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.14.1...byte-buddy-1.14.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 Mar 13, 2023
    Configuration menu
    Copy the full SHA
    52e2148 View commit details
    Browse the repository at this point in the history
  2. Bump com.diffplug.spotless from 6.16.0 to 6.17.0 (#2940)

    Bumps com.diffplug.spotless from 6.16.0 to 6.17.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      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 Mar 13, 2023
    Configuration menu
    Copy the full SHA
    7e6a953 View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Bump org.codehaus.groovy:groovy from 3.0.15 to 3.0.16 (#2939)

    Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.15 to 3.0.16.
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy
      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 Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f28b15d View commit details
    Browse the repository at this point in the history
  2. Bump org.eclipse.platform:org.eclipse.osgi from 3.18.200 to 3.18.300 (#…

    …2941)
    
    Bumps [org.eclipse.platform:org.eclipse.osgi](https://github.com/eclipse-equinox/equinox) from 3.18.200 to 3.18.300.
    - [Release notes](https://github.com/eclipse-equinox/equinox/releases)
    - [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-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 14, 2023
    Configuration menu
    Copy the full SHA
    b6861e3 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. Fail when InjectMocks has multiple candidate mocks to insert into fie…

    …ld (#2942)
    
    Fixes #2934
    
    Co-authored-by: Jörg von Frantzius <joerg.frantzius@aperto.com>
    jfrantzius and Jörg von Frantzius authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    393f0a1 View commit details
    Browse the repository at this point in the history
  2. Stop publishing mockito-inline (#2945)

    The tests will remain in the new `inlineTest` subproject.
    
    Fixes #2877
    krzyk authored Mar 18, 2023
    Configuration menu
    Copy the full SHA
    568c829 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2023

  1. Correct visibility check to respect nestmates (#2948)

    For subclasses which can invoke private constructors if they are nested classes
    
    Fixes #2947
    raphw authored Mar 25, 2023
    Configuration menu
    Copy the full SHA
    5486617 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Bump versions.bytebuddy from 1.14.2 to 1.14.3 (#2950)

    Bumps `versions.bytebuddy` from 1.14.2 to 1.14.3.
    
    Updates `net.bytebuddy:byte-buddy` from 1.14.2 to 1.14.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.14.2...byte-buddy-1.14.3)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.14.2 to 1.14.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.14.2...byte-buddy-1.14.3)
    
    Updates `net.bytebuddy:byte-buddy-android` from 1.14.2 to 1.14.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.14.2...byte-buddy-1.14.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 Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0b8685c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Bump org.codehaus.groovy:groovy from 3.0.16 to 3.0.17 (#2959)

    Bumps [org.codehaus.groovy:groovy](https://github.com/apache/groovy) from 3.0.16 to 3.0.17.
    - [Release notes](https://github.com/apache/groovy/releases)
    - [Commits](https://github.com/apache/groovy/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.groovy:groovy
      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 Mar 31, 2023
    Configuration menu
    Copy the full SHA
    f9fbf50 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Bump com.diffplug.spotless from 6.17.0 to 6.18.0 (#2967)

    Bumps com.diffplug.spotless from 6.17.0 to 6.18.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      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 Apr 9, 2023
    Configuration menu
    Copy the full SHA
    600eaa0 View commit details
    Browse the repository at this point in the history
  2. Bump versions.bytebuddy from 1.14.3 to 1.14.4 (#2966)

    Bumps `versions.bytebuddy` from 1.14.3 to 1.14.4.
    
    Updates `net.bytebuddy:byte-buddy` from 1.14.3 to 1.14.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.14.3...byte-buddy-1.14.4)
    
    Updates `net.bytebuddy:byte-buddy-agent` from 1.14.3 to 1.14.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.14.3...byte-buddy-1.14.4)
    
    Updates `net.bytebuddy:byte-buddy-android` from 1.14.3 to 1.14.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.14.3...byte-buddy-1.14.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 Apr 9, 2023
    Configuration menu
    Copy the full SHA
    d65bba7 View commit details
    Browse the repository at this point in the history
  3. Fix ClassCastException regression with parameterized types with Injec…

    …tMocks (#2962)
    
    Fixes #2958
    
    Co-authored-by: Jörg von Frantzius <joerg.frantzius@aperto.com>
    jfrantzius and Jörg von Frantzius authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    84a5eee View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2023

  1. Add withoutAnnotations parameter to @Mock (#2965)

    Co-authored-by: Wesley Tsai <wtsai@netflix.com>
    wezleytsai and wezleytsai authored Apr 11, 2023
    Configuration menu
    Copy the full SHA
    203132d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ffd23e View commit details
    Browse the repository at this point in the history
Loading