You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@yetus.apache.org by "Akira Ajisaka (Jira)" <ji...@apache.org> on 2021/03/16 01:09:00 UTC

[jira] [Created] (YETUS-1105) Xml check fails since JDK 15

Akira Ajisaka created YETUS-1105:
------------------------------------

             Summary: Xml check fails since JDK 15
                 Key: YETUS-1105
                 URL: https://issues.apache.org/jira/browse/YETUS-1105
             Project: Yetus
          Issue Type: Bug
          Components: Precommit
            Reporter: Akira Ajisaka


Nashorn has been removed since JDK 15, so jrunscript fails.
{noformat}
$ java -version
openjdk version "15.0.2" 2021-01-19
OpenJDK Runtime Environment AdoptOpenJDK (build 15.0.2+7)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 15.0.2+7, mixed mode, sharing)
$ jrunscript -e "XMLDocument(arguments[0])" pom.xml > output.txt
script engine for language js can not be found
{noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)