Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maven plugin: Xerces JAXP warnings when writing japicmp.xml file #109

Closed
robinst opened this issue Feb 22, 2016 · 1 comment
Closed

maven plugin: Xerces JAXP warnings when writing japicmp.xml file #109

robinst opened this issue Feb 22, 2016 · 1 comment

Comments

@robinst
Copy link

robinst commented Feb 22, 2016

With japicmp 0.7.0, I'm getting these warnings from the maven plugin during a clean verify:

[INFO] Written file '.../target/japicmp/japicmp.diff'.
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] Written file '.../target/japicmp/japicmp.xml'.
[INFO] Written file '.../target/japicmp/japicmp.html'.

This is with mvn 3.3.9 and Java 1.8.0_74 on OS X.

siom79 added a commit that referenced this issue Mar 6, 2016
@siom79
Copy link
Owner

siom79 commented Mar 14, 2016

Released with 0.7.1.

@siom79 siom79 closed this as completed Mar 14, 2016
robinst added a commit to robinst/autolink-java that referenced this issue Mar 15, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants