busbey commented on issue #407: HBASE-22730 XML Parsing error on branch-1 URL: https://github.com/apache/hbase/pull/407#issuecomment-514716973 We could fix the script engine problem with any of: * Switching to a jdk7 that has a JavaScript engine still (I do not know what JDK is freely available, updated, and has a JavaScript engine) * Disabling the check entirely * Make the existing check only run when we're using jdk8 (so currently nightly only) * Replacing the check with one based on xmllint (and installing xmllint in our docker image) None of these is relevant to the current PR, though I agree that it's annoying that this keeps popping up on branch-1 changes. I think there's a jira that covers it?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
