afs commented on issue #651: JENA-1796: Add missing DV for XSD DateTimeStamp data type URL: https://github.com/apache/jena/pull/651#issuecomment-565828435 Jena uses Xerces code for the datatypes and used to have dependency on Xerces. That does mean that the XML parser used is Xerces because it wires itself in if on the classpath. Sometimes people want to use a different parser when incorporated into a larger application, and a fixed dependency gets in the way with OSGi sometimes. So to reduce size and isolate Jena's specific needs, we pulled the code out JENA-1537. The JDK has its own XML parser - a older xerces but one which has been significantly modified since.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
