Le 14/07/2018 à 16:54, Erich Schubert a écrit :

> Apparently, the root cause is a NPE here:
> 
> Caused by: java.lang.NullPointerException
>     at org.apache.commons.lang3.SystemUtils.isJavaVersionAtLeast
> (SystemUtils.java:1654)
> 
> and indeed I can reproduce this in jshell:
> 
> jshell> import org.apache.commons.lang3.*;
> jshell> SystemUtils.isJavaVersionAtLeast(JavaVersion.JAVA_1_8)
> |  Exception java.lang.NullPointerException
> |        at SystemUtils.isJavaVersionAtLeast (SystemUtils.java:1654)
> |        at (#3:1)

Thank you for the report Erich. What version of OpenJDK 11 did you use?
Could you check the value of the java.specification.version system
property please?

Emmanuel Bourg

__
This is the maintainer address of Debian's Java team
<https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-maintainers>.
 Please use
[email protected] for discussions and questions.

Reply via email to