You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ws.apache.org by Andreas Veithen <an...@gmail.com> on 2011/02/13 21:05:21 UTC

[ANN][Axiom] Axiom 1.2.11 released

The Apache Axiom Team is pleased to announce the release of Axiom
1.2.11. 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.11 is a maintenance release to support the upcoming Axis2
1.6 release. It also introduces a couple of new APIs that make it
easier to support alternative Axiom implementations and that eliminate
the need to refer to internal Axiom APIs.

Resolved JIRA issues:

* [AXIOM-12] - OMOutputFormat: doSWA and doOptimize should be mutually
exclusive...plus we need doOptimizeThreshold
* [AXIOM-24] - OMDocument#serializeAndConsume doesn't consume the document
* [AXIOM-172] - OMChildrenQNameIterator doesn't work correctly if
hasNext() is not called before next()
* [AXIOM-274] - Refactor/deprecate MIMEOutputUtils
* [AXIOM-275] - Implement non JavaMail implementation of MultipartWriter
* [AXIOM-313] - Add a new getDocumentElement method to StAXOMBuilder
that allows to discard the OMDocument
* [AXIOM-333] - getFirstChildWithName should not read the next element.
* [AXIOM-346] - Enhance OMStAXWrapper/OMNavigator to work with
OMDocument objects
* [AXIOM-351] - Links in Javadoc JARs are broken
* [AXIOM-352] - StAXDialectDetector doesn't recognize
com.bea.core.weblogic.stax_1.7.0.0.jar

Please refer to the user guide [1] for additional information about
changes in Axiom 1.2.11.

-- The Apache Axiom Team

[1] http://ws.apache.org/axiom/userguide/ch04.html#changes-1.2.11

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ws.apache.org
For additional commands, e-mail: dev-help@ws.apache.org