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
repl: Use the correct parent Classloader on Java 9+
On Java 9+, `null` as a parent of a URLClassLoader means the parent is
the bootstrap classloader which doesn't contain modules like `java.sql`,
explicitly use the system classloader instead.
Fixesscala#11646.
0 commit comments