Attila Simon created FLUME-2977:
-----------------------------------
Summary: 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
Fix For: v1.7.0
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)