Lance Andersen
Lance Andersen
If possible, could you please consider adapting the changes below into the next release of zlib as we need to make these changes when we take the latest zlib release....
This issue was previously reported via https://bugs.openjdk.java.net/browse/JDK-8197490 A DESCRIPTION OF THE REQUEST : This enhancement request is to improve Java code generation for XML Bindings in order to support version...
Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8184726 Run the following java program: import java.io.StringReader; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBElement; import javax.xml.bind.Marshaller; import javax.xml.bind.Unmarshaller; import javax.xml.namespace.QName; import javax.xml.transform.stream.StreamSource; public class TestJAXB { public static void...
Any issues should be addressed that are still outstanding
Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8152531 A DESCRIPTION OF THE PROBLEM : The documentation for the javax.xml.bind.DatatypeConverter#print(Object) methods (such as printDate, printDateTime and printDecimal) state an IllegalArgumentException is thrown if the input...
Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8169102 A DESCRIPTION OF THE REQUEST : When given the same schema file, XJC produces Java source files with a slightly different order of fields. JUSTIFICATION :...
Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8074027 Let's consider following XSD and XML document: when this XML document is unmarshlled following error occurs: javax.xml.bind.UnmarshalException: Zero length BigInteger - with linked exception: [java.lang.NumberFormatException: Zero...
Previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8170796 JAXB spec does not explicitly state what must be the behavior of unmarshalling implementation, when unmarshaling is attempted on an element with empty value for any...
previously tracked via: https://bugs.openjdk.java.net/browse/JDK-8172162 FULL PRODUCT VERSION : java version "1.8.0_111" Java(TM) SE Runtime Environment (build 1.8.0_111-b14) Java HotSpot(TM) 64-Bit Server VM (build 25.111-b14, mixed mode) ADDITIONAL OS VERSION INFORMATION...
ULL PRODUCT VERSION : java version "1.6.0_24" Java(TM) SE Runtime Environment (build 1.6.0_24-b07) Java HotSpot(TM) Server VM (build 19.1-b02, mixed mode) JAXB version 2.1: [INFO] JAXB API is loaded from...