blob: d625701d9d0880f949929d1b6642351e066cb44e [file] [log] [blame]
====================================
Apache XMLSchema 2.1.0 Release Notes
====================================
This is the release of Apache XMLSchema 2.1.0.
XMLSchema is a lightweight schema object model that can be used to manipulate
and generate XML schema representations. It has few external dependencies
and can be easily integrated into an existing project.
You are welcome to kick the tires and get XMLSchema on the move. Any
contribution in the form of coding, testing, submitting improvements
to the documentation, and reporting bugs are always welcome.
This release fixes the following defects:
** Bug
* [XMLSCHEMA-26] - NPE: NamespaceMap.getNamespaceURI() returns null
* [XMLSCHEMA-30] - Each type from W3C base schema (http://www.w3.org/2001/XMLSchema) is equals to each other
Note: XMLSCHEMA-26 changes the behavior of NamespaceMap.getNamespaceURI()
slightly to return “” instead of null. Code that relies on the null return
will need to be updated.
Thanks for your interest in XMLSchema!
- The XMLSchema Development Team (dev@ws.apache.org)