Re: [VOTE] Release UIMA uimaFIT 2.5.0 RC1

2020-04-18 Thread Marshall Schor
actually, this might not be the right fix. Imagine - perhaps there's some way to fix the serialization in Java 9+ for xml so it didn't add extra blank lines... That would be better, I think, rather than making the test ignore this. I'm fine with going with your judgement of the importance of

[jira] [Work logged] (UIMA-6222) XML-related unit test fails on Java 9+

2020-04-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6222?focusedWorklogId=424956=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-424956 ] ASF GitHub Bot logged work on UIMA-6222: Author: ASF GitHub Bot

[jira] [Work logged] (UIMA-6223) Groovy plugin causes warning during build

2020-04-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6223?focusedWorklogId=424955=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-424955 ] ASF GitHub Bot logged work on UIMA-6223: Author: ASF GitHub Bot

[jira] [Work logged] (UIMA-6223) Groovy plugin causes warning during build

2020-04-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6223?focusedWorklogId=424948=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-424948 ] ASF GitHub Bot logged work on UIMA-6223: Author: ASF GitHub Bot

[jira] [Updated] (UIMA-6222) XML-related unit test fails on Java 9+

2020-04-18 Thread Richard Eckart de Castilho (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Richard Eckart de Castilho updated UIMA-6222: - Affects Version/s: 2.4.0uimaFIT > XML-related unit test fails on Java 9+

[jira] [Created] (UIMA-6223) Groovy plugin causes warning during build

2020-04-18 Thread Richard Eckart de Castilho (Jira)
Richard Eckart de Castilho created UIMA-6223: Summary: Groovy plugin causes warning during build Key: UIMA-6223 URL: https://issues.apache.org/jira/browse/UIMA-6223 Project: UIMA

[jira] [Work started] (UIMA-6223) Groovy plugin causes warning during build

2020-04-18 Thread Richard Eckart de Castilho (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-6223 started by Richard Eckart de Castilho. > Groovy plugin causes warning during build >

[jira] [Work started] (UIMA-6222) XML-related unit test fails on Java 9+

2020-04-18 Thread Richard Eckart de Castilho (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Work on UIMA-6222 started by Richard Eckart de Castilho. > XML-related unit test fails on Java 9+ >

[jira] [Work logged] (UIMA-6222) XML-related unit test fails on Java 9+

2020-04-18 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/UIMA-6222?focusedWorklogId=424945=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-424945 ] ASF GitHub Bot logged work on UIMA-6222: Author: ASF GitHub Bot

[jira] [Created] (UIMA-6222) XML-related unit test fails on Java 9+

2020-04-18 Thread Richard Eckart de Castilho (Jira)
Richard Eckart de Castilho created UIMA-6222: Summary: XML-related unit test fails on Java 9+ Key: UIMA-6222 URL: https://issues.apache.org/jira/browse/UIMA-6222 Project: UIMA

Re: [VOTE] Release UIMA uimaFIT 2.5.0 RC1

2020-04-18 Thread Richard Eckart de Castilho
On 18. Apr 2020, at 16:11, Marshall Schor wrote: > > Do you intend this to be buildable with later Java's? (No errors with Oracle > Java 8) I would not mind getting it out building against Java 8 only at this time. My suspicion is that most people don't build it anyway but use the pre-built

Re: [VOTE] Release UIMA uimaFIT 2.5.0 RC1

2020-04-18 Thread Richard Eckart de Castilho
Hi, > On 17. Apr 2020, at 22:18, Marshall Schor wrote: > > Running the build-from-source, at an early phase it issued the messages: > > [INFO] --- gmaven-plugin:1.5:execute (read-notice) @ uimafit-parent --- > WARNING: An illegal reflective access operation has occurred > WARNING: Illegal

Re: [VOTE] Release UIMA uimaFIT 2.5.0 RC1

2020-04-18 Thread Marshall Schor
This "fix" makes the test work: 1) add an import: import org.custommonkey.xmlunit.XMLUnit; 2) in front of the failing line ( XMLAssert.assertXMLEqual(expected, actual); ) add this line: XMLUnit.setIgnoreWhitespace(true); Cheers. -M On 4/17/2020 5:18 PM, Marshall Schor wrote: > found the

Re: [VOTE] Release UIMA uimaFIT 2.5.0 RC1

2020-04-18 Thread Marshall Schor
Javadoc errors, when building with Oracle Java 14 in uimafit-core: [ERROR] Exit code: 1 - C:\au\t\uimaFIT\2.5.0\rc1\uimafit-2.5.0-bfs\uimafit-core\src\main\java\org\apache\uima\fit\internal\ResourceManagerFactory.java:55: warning: no @param for resourceManagerCreator [ERROR]   public static