Details
Description
Now we use the one in yetus for validating, where it uses jrunscript to execute a simple javascript script.
But the javascript engine has been removed from JDK starting from JDK 15, so in JDK 17 we can not use this way any more.
https://openjdk.java.net/jeps/372
We should find another way to validate xml files.
=========
In newer version, yetus has already changed to use xmllint, so let's see how to upgreade yetus.
Attachments
Issue Links
- relates to
-
HBASE-28688 Correct the usage for blanks ignore options in yetus
- Resolved