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

Undo parent for MultipleParentsClassLoader #2312

Merged
merged 4 commits into from Jun 3, 2021

Commits on Jun 2, 2021

  1. Undo parent for MultipleParentsClassLoader

    66998ea inadvertently undid a change from 9bc9be6, which breaks behavior under some classloaders that special case mockito classes. Use of an explicit parent with `MultipleParentsClassLoader` appears to be discouraged in the documentation also.
    charlesmunger committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    93203f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1952ce View commit details
    Browse the repository at this point in the history
  3. Fix missing import not caught by spotlessApply

    Charles Munger committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    62bd555 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2021

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