The Apache Axiom Team is pleased to announce the release of Axiom 1.2.12. The release is available for download at:
http://ws.apache.org/axiom/download.cgi Apache Axiom is a StAX-based, XML Infoset compliant object model which supports on-demand building of the object tree. It supports a novel "pull-through" model which allows one to turn off the tree building and directly access the underlying pull event stream. It also has built in support for XML Optimized Packaging (XOP) and MTOM, the combination of which allows XML to carry binary data efficiently and in a transparent manner. The combination of these is an easy to use API with a very high performant architecture! Developed as part of Apache Axis2, Apache Axiom is the core of Apache Axis2. However, it is a pure standalone XML Infoset model with novel features and can be used independently of Apache Axis2. Axiom 1.2.12 is a maintenance release and includes 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
