blob: 2e451488c7441a0f3eedb8c7dd26f32be452a229 [file] [log] [blame]
===========================================
Apache Axiom 1.2.13 Release Note
===========================================
Axiom 1.2.13 contains fixes for over thirty JIRA issues [1] as well as lots of other improvements,
mainly related to XOP/MTOM processing, namespace handling, DOM support, documentation and code
quality.
The most prominent change in 1.2.13 is that Axiom no longer uses its own MIME parser, but instead
relies on Apache James Mime4J [2] for XOP/MTOM processing. This was done in order to support
streaming of the content of MIME parts in XOP/MTOM messages: they can now be processed without
writing them to memory or disk first. This also applies to the root/SOAP part, which in previous
versions was always read into memory before parsing could start.
For more information about the possible impact on existing application code of the changes
included in Axiom 1.2.13, please refer to the user guide.
[1] https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311190&version=12316677
[2] http://james.apache.org/mime4j/
- The Apache Axiom Team.