You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Attila Simon (JIRA)" <ji...@apache.org> on 2016/08/24 14:24:21 UTC

[jira] [Comment Edited] (FLUME-2977) fix compile warnings from SAXParser

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

Attila Simon edited comment on FLUME-2977 at 8/24/16 2:23 PM:
--------------------------------------------------------------

Simply bumping RAT version in parent POM from 0.11 to 0.12 eliminated the warnings from mvn install


was (Author: sati):
Simply bumping RAT version in parent POM from 0.11 to 0.12

> fix compile warnings from SAXParser
> -----------------------------------
>
>                 Key: FLUME-2977
>                 URL: https://issues.apache.org/jira/browse/FLUME-2977
>             Project: Flume
>          Issue Type: Improvement
>          Components: Build
>            Reporter: Attila Simon
>            Assignee: Attila Simon
>            Priority: Minor
>             Fix For: v1.7.0
>
>         Attachments: FLUME-2977.patch
>
>
> Before RAT check mvn install prints out the following warnings:
> {noformat}
> Warning:  org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
> Compiler warnings:
>   WARNING:  'org.apache.xerces.jaxp.SAXParserImpl: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.'
> Warning:  org.apache.xerces.parsers.SAXParser: Feature 'http://javax.xml.XMLConstants/feature/secure-processing' is not recognized.
> Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://javax.xml.XMLConstants/property/accessExternalDTD' is not recognized.
> Warning:  org.apache.xerces.parsers.SAXParser: Property 'http://www.oracle.com/xml/jaxp/properties/entityExpansionLimit' is not recognized.
> [INFO] Rat check: Summary of files. Unapproved: 0 unknown: 0 generated: 0 approved: 9 licence.
> {noformat} 
> It doesn't break the build but seems misleading.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)