You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Jan Lukavský (JIRA)" <ji...@apache.org> on 2019/05/07 08:04:00 UTC

[jira] [Created] (GROOVY-9109) Groovysh: Do not force override classloader if user supplied is already GroovyClassLoader

Jan Lukavský created GROOVY-9109:
------------------------------------

             Summary: Groovysh: Do not force override classloader if user supplied is already GroovyClassLoader
                 Key: GROOVY-9109
                 URL: https://issues.apache.org/jira/browse/GROOVY-9109
             Project: Groovy
          Issue Type: Improvement
          Components: Groovysh
    Affects Versions: 2.5.6
            Reporter: Jan Lukavský


When user supplies class loader that is already GroovyClassLoader, Groovysh should use it as it is and do not create another GroovyClassLoader with the user supplied as parent. Reason for this is that user might want to have finer control over generated classes in the groovy shell.



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