[
https://issues.apache.org/jira/browse/UIMA-6170?focusedWorklogId=373021&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-373021
]
ASF GitHub Bot logged work on UIMA-6170:
----------------------------------------
Author: ASF GitHub Bot
Created on: 16/Jan/20 14:04
Start Date: 16/Jan/20 14:04
Worklog Time Spent: 10m
Work Description: mischor commented on pull request #27: [UIMA-6170]
Ambiguous method call when compiling on Java 13
URL: https://github.com/apache/uima-uimaj/pull/27
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 373021)
Time Spent: 20m (was: 10m)
> 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)