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
When the `ConsoleLauncher` is executed via its `main` method while
passing arguments via its `-cp` option, it no longer closes the custom
class loader it creates eagerly after test discovery or execution.
Instead, it relies on the JVM shutdown to free up any resource held by
the class loader which is initiated by calling `System.exit` directly
afterward.
Fixesjunit-team#4469.
Copy file name to clipboardExpand all lines: junit-platform-console/src/main/java/org/junit/platform/console/tasks/CustomContextClassLoaderExecutor.java
0 commit comments