[
https://issues.apache.org/jira/browse/KNOX-620?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kevin Risden resolved KNOX-620.
-------------------------------
Resolution: Fixed
Assignee: Kevin Minder
Fix Version/s: (was: Future)
Looks like [https://builds.apache.org/job/Knox-master-verify/] is disabled and
hasn't run since 2017. Marking as resolved since not much more to do here.
Tests are currently passing on JDK 8.
> Jenkins Knox-master-verify failing since #725 due to JDK version issues
> -----------------------------------------------------------------------
>
> Key: KNOX-620
> URL: https://issues.apache.org/jira/browse/KNOX-620
> Project: Apache Knox
> Issue Type: Bug
> Reporter: Kevin Minder
> Assignee: Kevin Minder
> Priority: Major
>
> Recent changes added some dependencies on Java7 symbols which should be fine
> but are causing compilations failures. These failures are apparently
> occurring only on the Apache infra as nobody can reproduce on their local dev
> env.
> {code}
> [ERROR] COMPILATION ERROR :
> [INFO] -------------------------------------------------------------
> [ERROR]
> /home/jenkins/jenkins-slave/workspace/Knox-master-verify/gateway-provider-rewrite/src/main/java/org/apache/hadoop/gateway/filter/rewrite/impl/xml/XmlFilterReader.java:[103,38]
> cannot find symbol
> symbol: variable ACCESS_EXTERNAL_DTD
> location: class javax.xml.XMLConstants
> [ERROR]
> /home/jenkins/jenkins-slave/workspace/Knox-master-verify/gateway-provider-rewrite/src/main/java/org/apache/hadoop/gateway/filter/rewrite/impl/xml/XmlFilterReader.java:[104,38]
> cannot find symbol
> symbol: variable ACCESS_EXTERNAL_SCHEMA
> location: class javax.xml.XMLConstants
> [INFO] 2 errors
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)