Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Invalid
-
Version 4.0.0
-
None
-
None
Description
Bindings generated with version 4.0.0 contain parse methods using XMLInputStream:
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.ebics.h000.SystemReturnCodeType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
/** @deprecated {@link org.apache.xmlbeans.xml.stream.XMLInputStream} */
public static org.ebics.h000.SystemReturnCodeType parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options) throws org.apache.xmlbeans.XmlException, org.apache.xmlbeans.xml.stream.XMLStreamException
Even if marked as deprecated, they don't compile (at least not on Java 8) because XMLInputStream was removed from xmlbeans-4.0.0.jar.
Attachments
Issue Links
- duplicates
-
XMLBEANS-553 xmlbeans 4.0.0 generated code from xsd incompatible with xmlbeans 4.0.0
- Closed