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: v3.7.7
Choose a base ref
...
head repository: mockito/mockito
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.8.0
Choose a head ref
  • 12 commits
  • 20 files changed
  • 6 contributors

Commits on Jan 17, 2021

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

Commits on Jan 27, 2021

  1. Bump assertj-core from 3.18.1 to 3.19.0 (#2189)

    Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.18.1 to 3.19.0.
    - [Release notes](https://github.com/assertj/assertj-core/releases)
    - [Commits](assertj/assertj@assertj-core-3.18.1...assertj-core-3.19.0)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 27, 2021
    Configuration menu
    Copy the full SHA
    fbe5058 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Configuration menu
    Copy the full SHA
    8a19d46 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Configuration menu
    Copy the full SHA
    780cfc1 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Configuration menu
    Copy the full SHA
    7745992 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43facff View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    632a0c8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bffcd0 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2021

  1. Add API for clearing mocks. (#2194)

    By clearing mocks, caches are emptied and instrumentations are reversed.
    raphw authored Feb 11, 2021
    Configuration menu
    Copy the full SHA
    e88fe26 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. Configuration menu
    Copy the full SHA
    c2488e0 View commit details
    Browse the repository at this point in the history
  2. Fixes #2204: Ignore Groovy methods annotated with Internal (#2207)

    Starting from Groovy 3.0, compiler-generated methods such as
    `getMetaClass()` are no longer marked synthetic, therefore ByteBuddy
    stopped automatically ignoring them. Instead they are now annotated with
    `@groovy.transform.Internal`. Update `isGroovyMethod()` to also check
    this new annotation.
    rtandy authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    8477455 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2021

  1. Publish new minor version to Maven central (#2213)

    [ci maven-central-release]
    TimvdLippe authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    9005524 View commit details
    Browse the repository at this point in the history
Loading