The Apache Axiom Team is pleased to announce the release of Axiom 1.2.14. 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.14 contains fixes for more than twenty JIRA issues [1] as well as lots of other improvements. Users upgrading to 1.2.14 should take into account the following changes: * Axiom now uses Woodstox 4.1.x as StAX implementation (although 3.2.x and 4.0.x are still supported). * OMFactory implementations for DOOM are now stateless. * Several deprecated classes have been moved to a new JAR file named axiom-compat and are no longer included in the core artifacts (axiom-api, axiom-impl and axiom-dom). For more information about the possible impact on existing application code of these changes, please refer to the user guide. [1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311190&version=12318340 -- The Apache Axiom Team
