[
https://issues.apache.org/jira/browse/KNOX-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14993952#comment-14993952
]
ASF subversion and git services commented on KNOX-620:
------------------------------------------------------
Commit 9f354a4559d2679590100cb7b0df3578a229d49c in knox's branch
refs/heads/master from [~kevin.minder]
[ https://git-wip-us.apache.org/repos/asf?p=knox.git;h=9f354a4 ]
KNOX-620: Jenkins Knox-master-verify failing since #725 due to JDK version
issues
> 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
>
> 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
(v6.3.4#6332)