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
-
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.
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
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