Author: veithen
Date: Tue Jun 9 21:42:03 2015
New Revision: 1684540
URL: http://svn.apache.org/r1684540
Log:
Create release note and update related documentation.
Modified:
webservices/axiom/trunk/RELEASE-NOTE.txt
webservices/axiom/trunk/src/site/apt/index.apt
webservices/axiom/trunk/userguide/src/docbkx/userguide.xml
Modified: webservices/axiom/trunk/RELEASE-NOTE.txt
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/RELEASE-NOTE.txt?rev=1684540&r1=1684539&r2=1684540&view=diff
==============================================================================
--- webservices/axiom/trunk/RELEASE-NOTE.txt (original)
+++ webservices/axiom/trunk/RELEASE-NOTE.txt Tue Jun 9 21:42:03 2015
@@ -1,26 +1,19 @@
===========================================
- Apache Axiom 1.2.14 Release Note
+ Apache Axiom 1.2.15 Release Note
===========================================
- 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.
+ Axiom 1.2.15 ships fixes for over a dozen JIRA issues [1] and contains many
other improvements,
+ mainly related to consistency between the LLOM and DOOM implementations and
how serialization is
+ performed. In particular the builder is now able to continue building the
Axiom tree after an
+ element has been consumed (see AXIOM-288).
- [1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311190&version=12318340
+ For information about other changes and their potential impact, please refer
to the user
+ guide [2].
+
+ [1]
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311190&version=12318876
+ [2] http://ws.apache.org/axiom/userguide/ch04.html#changes-1.2.15
- The Apache Axiom Team.
Modified: webservices/axiom/trunk/src/site/apt/index.apt
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/apt/index.apt?rev=1684540&r1=1684539&r2=1684540&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/apt/index.apt (original)
+++ webservices/axiom/trunk/src/site/apt/index.apt Tue Jun 9 21:42:03 2015
@@ -55,7 +55,20 @@ Key Features
Latest Release
- <<2nd December 2012 - Apache Axiom Verson 1.2.14 Released!>>
+ \[{{{./download.cgi}Download Axiom 1.2.15}}\]
+
+ <<XXX June 2015 - Apache Axiom Version 1.2.15 Released!>>
+
+ Axiom 1.2.15 ships fixes for over a dozen
{{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311190&version=12318876}JIRA
issues}}
+ and contains many other improvements, mainly related to consistency between
the LLOM and DOOM implementations and how serialization is performed.
+ In particular the builder is now able to continue building the Axiom tree
after an element has been consumed
+ (see {{{https://issues.apache.org/jira/browse/AXIOM-288}AXIOM-288}}).
+
+ For information about other changes and their potential impact, please refer
to the {{{./userguide/ch04.html#changes-1.2.15}user guide}}.
+
+Previous Releases
+
+ <<2nd December 2012 - Apache Axiom Version 1.2.14 Released!>>
Axiom 1.2.14 contains fixes for more than twenty
{{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311190&version=12318340}JIRA
issues}}
as well as lots of other improvements.
@@ -72,11 +85,7 @@ Latest Release
For more information about the possible impact on existing application code
of these changes,
please refer to the {{{./userguide/ch04.html#changes-1.2.14}user guide}}.
-Previous Releases
-
<<2nd April 2012 - Apache Axiom Version 1.2.13 Released!>>
-
- \[{{{http://ws.apache.org/axiom/download.cgi}Download Axiom 1.2.13}}\]
Axiom 1.2.13 contains fixes for over thirty
{{{https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311190&version=12316677}JIRA
issues}}
as well as lots of other improvements, mainly related to XOP/MTOM
processing, namespace handling, DOM support, documentation
Modified: webservices/axiom/trunk/userguide/src/docbkx/userguide.xml
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/userguide/src/docbkx/userguide.xml?rev=1684540&r1=1684539&r2=1684540&view=diff
==============================================================================
--- webservices/axiom/trunk/userguide/src/docbkx/userguide.xml (original)
+++ webservices/axiom/trunk/userguide/src/docbkx/userguide.xml Tue Jun 9
21:42:03 2015
@@ -1508,7 +1508,8 @@ while (iterator.hasNext()) {
</para>
<para>
To avoid producing empty <tag
class="element">Header</tag> elements, projects should switch from using
- <methodname>getDefaultEnvelope()</methodname> and
<methodname>getHeader()</methodname> (in <classname>SOAPEnvelope</classname>)
+ <methodname>getDefaultEnvelope()</methodname> (in
<classname>SOAPFactory</classname>)
+ and <methodname>getHeader()</methodname> (in
<classname>SOAPEnvelope</classname>)
to using
<methodname>createDefaultSOAPMessage()</methodname> and
<methodname>getOrCreateHeader()</methodname>.
</para>
<para>