You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@knox.apache.org by "Kevin Minder (JIRA)" <ji...@apache.org> on 2015/11/06 17:53:27 UTC

[jira] [Created] (KNOX-620) Jenkins Knox-master-verify failing since #725 due to JDK version issues

Kevin Minder created KNOX-620:
---------------------------------

             Summary: 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)