Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.5.0
-
None
Description
Currently, flink used japicmp-maven-plugin version is 0.7.0, I'm getting these warnings from the maven plugin during a mvn clean verify:
[INFO] Written file '.../target/japicmp/japicmp.diff'. [INFO] Written file '.../target/japicmp/japicmp.xml'. [INFO] Written file '.../target/japicmp/japicmp.html'. 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.
japicmp fixed in version 0.7.1 : _Excluded xerces vom maven-reporting dependency in order to prevent warnings from SAXParserImpl. _
The current stable version is 0.11.0, we can consider upgrading to this version.
Attachments
Issue Links
- depends upon
-
FLINK-8083 FileSystem class not binary compatible with 1.3
- Closed
- is blocked by
-
FLINK-8082 Bump version compatibility check to 1.4
- Closed
- is duplicated by
-
FLINK-7976 bump japicmp-maven-plugin version in Flink
- Closed
- relates to
-
FLINK-8033 JDK 9 support
- Closed
- links to