Re: [all] Maven Build with Java 10/11?

2018-03-09 Thread Stefan Bodewig
On 2018-03-09, Stefan Bodewig wrote: > On 2018-03-09, Stephen Colebourne wrote: >> Just to note that surefire v2.21.0 is out now. No idea if that helps. >> Stephen > I'll update commons-parent. Somebody else already did. Stefan -

Re: [all] Maven Build with Java 10/11?

2018-03-09 Thread Stefan Bodewig
On 2018-03-09, Stephen Colebourne wrote: > Just to note that surefire v2.21.0 is out now. No idea if that helps. > Stephen It does, many thanks. Strangely it also helps with Java11, so I guess the newer Surefire doesn't use SystemUtils.isJavaVersionAtLeast anymore. I'll update commons-parent.

Re: [all] Maven Build with Java 10/11?

2018-03-09 Thread Stephen Colebourne
Just to note that surefire v2.21.0 is out now. No idea if that helps. Stephen On 9 March 2018 at 08:22, Stefan Bodewig wrote: > Hi all > > I wanted to see whether anything was broken in COMPRESS with the Java10 > RC or the EA version of Java11 - unfortunately the build fails with > NullPointerExc

[all] Maven Build with Java 10/11?

2018-03-09 Thread Stefan Bodewig
Hi all I wanted to see whether anything was broken in COMPRESS with the Java10 RC or the EA version of Java11 - unfortunately the build fails with NullPointerException inside of Surefire. I run $ mvn clean test '-P!jacoco' as Jacoco doesn't seem to work for Java10+ either. I end up with [ERROR