You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update Classes.getClass() to never use the bootstrap class loader. (junit-team#1404)
Previously, if there was no context class loader then the
bootstrap class loader is used. Now, the class loader for
Classes is used (or for the passed in class, if the new overloaded
version of getClass() is used).
0 commit comments