Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre release 3.5.0 #2004

Merged
merged 8 commits into from Aug 15, 2020
Merged

Pre release 3.5.0 #2004

merged 8 commits into from Aug 15, 2020

Commits on Jul 30, 2020

  1. Copy the full SHA
    106ebcf View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2020

  1. Copy the full SHA
    12ce7ea View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    19a7d84 View commit details
    Browse the repository at this point in the history
  3. Add invoker API to allow for alternative invocation modes to better s…

    …upport the module system.
    raphw committed Aug 13, 2020
    Copy the full SHA
    24c0e45 View commit details
    Browse the repository at this point in the history
  4. Adds support for creating spies from within a mock instance's constru…

    …ctor, thus avoiding reflection on final fields.
    raphw committed Aug 13, 2020
    Copy the full SHA
    47ef058 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2020

  1. Merge branch 'spy-mock' into release/3.x

    # Conflicts:
    #	version.properties
    raphw committed Aug 14, 2020
    Copy the full SHA
    e21d620 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'safe-accessibility' into release/3.x

    # Conflicts:
    #	src/main/java/org/mockito/internal/creation/bytebuddy/MockMethodAdvice.java
    #	src/main/java/org/mockito/plugins/MockMaker.java
    raphw committed Aug 14, 2020
    Copy the full SHA
    8bc21ed View commit details
    Browse the repository at this point in the history
  3. Merging constructor mocks with safe accessibility whilst fixing use o…

    …f reflection where new deprecations are better considered.
    raphw committed Aug 14, 2020
    Copy the full SHA
    5b4e612 View commit details
    Browse the repository at this point in the history