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 Risden (JIRA)" <ji...@apache.org> on 2018/09/24 00:34:00 UTC

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

    [ https://issues.apache.org/jira/browse/KNOX-620?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16625301#comment-16625301 ] 

Kevin Risden commented on KNOX-620:
-----------------------------------

[~kminder] - Is this still an issue? Seems like these were due to JDK 7?

> 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
>            Priority: Major
>             Fix For: Future
>
>
> 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)