You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tibor Digana (JIRA)" <ji...@apache.org> on 2018/11/04 23:12:00 UTC

[jira] [Created] (SUREFIRE-1592) Forked JVM should load classes in Isolated ClassLoader if useSystemClassLoader=false

Tibor Digana created SUREFIRE-1592:
--------------------------------------

             Summary: Forked JVM should load classes in Isolated ClassLoader if useSystemClassLoader=false
                 Key: SUREFIRE-1592
                 URL: https://issues.apache.org/jira/browse/SUREFIRE-1592
             Project: Maven Surefire
          Issue Type: Improvement
          Components: Maven Failsafe Plugin, Maven Surefire Plugin, process forking
            Reporter: Tibor Digana
             Fix For: 3.0.0-M2


The Surefire project runs itself tests within {{maven-surefire-plugin:2.12.4}} which properly isolates project classes and plugin's classes. The current versions 2.x do not have this ability. The version {{3.0.0-M2}} should load user's classes in {{IsolatedClassLoader}} (configured by {{useSystemClassLoader=false}}).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)