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 2020/01/16 14:07:00 UTC

[jira] [Commented] (UIMA-6170) Ambiguous method call when compiling on Java 13

    [ https://issues.apache.org/jira/browse/UIMA-6170?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17016972#comment-17016972 ] 

Marshall Schor commented on UIMA-6170:
--------------------------------------

Looks good, I merged the change into master, feel free to close this.

> Ambiguous method call when compiling on Java 13
> -----------------------------------------------
>
>                 Key: UIMA-6170
>                 URL: https://issues.apache.org/jira/browse/UIMA-6170
>             Project: UIMA
>          Issue Type: Bug
>          Components: UIMA
>            Reporter: Richard Eckart de Castilho
>            Assignee: Richard Eckart de Castilho
>            Priority: Minor
>             Fix For: 3.2.0SDK
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Compiling master (v3) against JDK 13 fails due to `FileSystems.newFileSystem(pearOrJarCopy, null);` being reported as an ambiguous signature. Changing this to `FileSystems.newFileSystem(pearOrJarCopy, (ClassLoader) null);` resolves the issue.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)