You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@uima.apache.org by "Marshall Schor (JIRA)" <de...@uima.apache.org> on 2018/03/29 17:04:00 UTC

[jira] [Created] (UIMA-5754) UimaBootstrap impl depends on URLClassLoader, not available in Java 9+

Marshall Schor created UIMA-5754:
------------------------------------

             Summary: UimaBootstrap impl depends on URLClassLoader, not available in Java 9+
                 Key: UIMA-5754
                 URL: https://issues.apache.org/jira/browse/UIMA-5754
             Project: UIMA
          Issue Type: Improvement
          Components: Core Java Framework
    Affects Versions: 3.0.0SDK, 2.10.2SDK
            Reporter: Marshall Schor
            Assignee: Marshall Schor
             Fix For: 3.0.1SDK, 2.10.3SDK


User tried running UIMA scripts that invoke the UimaBootstrap and found it throws excepction using Java 9, because the implementation presumes the ApplicationClassLoader is an instance of URLClassLoader.  Change the impl to no longer require this.



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