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: v4.3.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: v4.4.0
Choose a head ref
  • 16 commits
  • 16 files changed
  • 7 contributors

Commits on Jan 26, 2022

  1. Fix checking of declared exceptions for methods in parent classes (#2547

    )
    
    In case when parent contains throws keyword on its method and child overrides this method removing throws, it should be possible to mock throwing exception from child.
    
    Fixes #2201
    
    Co-authored-by: Andrey Kozel <[email protected]>
    andrey-kozel and andrey-kozel authored Jan 26, 2022
    Configuration menu
    Copy the full SHA
    f6ce1bb View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2022

  1. Bump com.diffplug.spotless from 6.2.0 to 6.2.1 (#2556)

    Bumps com.diffplug.spotless from 6.2.0 to 6.2.1.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 2, 2022
    Configuration menu
    Copy the full SHA
    82d0d02 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Bump com.github.ben-manes.versions from 0.41.0 to 0.42.0 (#2559)

    Bumps com.github.ben-manes.versions from 0.41.0 to 0.42.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.github.ben-manes.versions
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 4, 2022
    Configuration menu
    Copy the full SHA
    c3d0847 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Bump com.diffplug.spotless from 6.2.1 to 6.2.2 (#2562)

    Bumps com.diffplug.spotless from 6.2.1 to 6.2.2.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 9, 2022
    Configuration menu
    Copy the full SHA
    496bcab View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2022

  1. Bump versions.bytebuddy from 1.12.7 to 1.12.8 (#2564)

    Bumps `versions.bytebuddy` from 1.12.7 to 1.12.8.
    
    Updates `byte-buddy` from 1.12.7 to 1.12.8
    - [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.12.7...byte-buddy-1.12.8)
    
    Updates `byte-buddy-agent` from 1.12.7 to 1.12.8
    - [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.12.7...byte-buddy-1.12.8)
    
    Updates `byte-buddy-android` from 1.12.7 to 1.12.8
    - [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.12.7...byte-buddy-1.12.8)
    
    ---
    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] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 11, 2022
    Configuration menu
    Copy the full SHA
    d4c184d View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Bump google-java-format from 1.13.0 to 1.14.0 (#2565)

    Bumps [google-java-format](https://github.com/google/google-java-format) from 1.13.0 to 1.14.0.
    - [Release notes](https://github.com/google/google-java-format/releases)
    - [Commits](google/google-java-format@v1.13.0...v1.14.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.googlejavaformat:google-java-format
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 14, 2022
    Configuration menu
    Copy the full SHA
    14b0187 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Bump com.diffplug.spotless from 6.2.2 to 6.3.0 (#2567)

    Bumps com.diffplug.spotless from 6.2.2 to 6.3.0.
    
    ---
    updated-dependencies:
    - dependency-name: com.diffplug.spotless
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 16, 2022
    Configuration menu
    Copy the full SHA
    e0a25cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02d6356 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Clean up JUnit3 references (#2570)

    JUnit3 is not supported.
    
    Co-authored-by: Jean-Baptiste Mille <[email protected]>
    jibidus and Jean-Baptiste Mille authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    50d7e71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6ccc121 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

  1. Bump biz.aQute.bnd.gradle from 6.1.0 to 6.2.0 (#2578)

    Bumps [biz.aQute.bnd.gradle](https://github.com/bndtools/bnd) from 6.1.0 to 6.2.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.1.0...6.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: biz.aQute.bnd:biz.aQute.bnd.gradle
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    8882827 View commit details
    Browse the repository at this point in the history
  2. Bump shipkit-auto-version from 1.1.19 to 1.1.20 (#2580)

    Bumps shipkit-auto-version from 1.1.19 to 1.1.20.
    
    ---
    updated-dependencies:
    - dependency-name: org.shipkit:shipkit-auto-version
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    c0fa718 View commit details
    Browse the repository at this point in the history
  3. Bump biz.aQute.bnd.builder from 6.1.0 to 6.2.0 (#2579)

    Bumps biz.aQute.bnd.builder from 6.1.0 to 6.2.0.
    
    ---
    updated-dependencies:
    - dependency-name: biz.aQute.bnd.builder
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Feb 28, 2022
    Configuration menu
    Copy the full SHA
    fb8aedf View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. Bump actions/checkout from 2.4.0 to 3 (#2582)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v2.4.0...v3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d832c63 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. Bump google-java-format from 1.14.0 to 1.15.0 (#2585)

    Bumps [google-java-format](https://github.com/google/google-java-format) from 1.14.0 to 1.15.0.
    - [Release notes](https://github.com/google/google-java-format/releases)
    - [Commits](google/google-java-format@v1.14.0...v1.15.0)
    
    ---
    updated-dependencies:
    - dependency-name: com.google.googlejavaformat:google-java-format
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    b4faa4a View commit details
    Browse the repository at this point in the history
  2. Bump groovy from 3.0.9 to 3.0.10 (#2586)

    Bumps [groovy](https://github.com/apache/groovy) from 3.0.9 to 3.0.10.
    - [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] <[email protected]>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Mar 7, 2022
    Configuration menu
    Copy the full SHA
    813add0 View commit details
    Browse the repository at this point in the history
Loading