blob: 20405733ccc0c4b8f592e90943c6c75e9d6e6e40 [file] [log] [blame]
===========================================
Apache Axiom 1.2.12 Release Note
===========================================
Axiom 1.2.12 contains fixes for the following JIRA issues:
* [AXIOM-63] - OMXMLStreamReaderValidator incorrectly reports mismatched END_ELEMENT events
* [AXIOM-305] - Need OMElement.getNamespaceURI() convenience method
* [AXIOM-354] - Potential class loader leak caused by the thread local in org.apache.axiom.util.UIDGenerator
* [AXIOM-356] - OMElement#resolveQName implementations use incorrect algorithm to resolve unprefixed QNames
* [AXIOM-358] - OMStAXWrapper#hasNext may return incorrect value
* [AXIOM-359] - OMProcessingInstructionImpl incorrectly trims the value passed in the constructor
* [AXIOM-364] - Unnecessary cast to byte while scanning for first MIME boundary
* [AXIOM-365] - Add ConcurrentModificationException support to iterators
- The Apache Axiom Team.