You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2013/08/04 20:10:28 UTC

svn commit: r1510292 - /webservices/axiom/trunk/userguide/src/docbkx/userguide.xml

Author: veithen
Date: Sun Aug  4 18:10:28 2013
New Revision: 1510292

URL: http://svn.apache.org/r1510292
Log:
AXIOM-418: Updated the changelog in the user guide to mention that JavaMail is no longer a dependency.

Modified:
    webservices/axiom/trunk/userguide/src/docbkx/userguide.xml

Modified: webservices/axiom/trunk/userguide/src/docbkx/userguide.xml
URL: http://svn.apache.org/viewvc/webservices/axiom/trunk/userguide/src/docbkx/userguide.xml?rev=1510292&r1=1510291&r2=1510292&view=diff
==============================================================================
--- webservices/axiom/trunk/userguide/src/docbkx/userguide.xml (original)
+++ webservices/axiom/trunk/userguide/src/docbkx/userguide.xml Sun Aug  4 18:10:28 2013
@@ -1477,6 +1477,17 @@ while (iterator.hasNext()) {
                     </para>
                 </section>
             </section>
+            <section id="changes-1.2.15">
+                <title>Changes in Axiom 1.2.15</title>
+                <section>
+                    <title>Removal of the JavaMail dependency</title>
+                    <para>
+                        Axiom 1.2.15 no longer uses JavaMail and the corresponding dependency has
+                        been removed. If your project relies on Axiom to introduce JavaMail as a
+                        transitive dependency, you need to update your build.
+                    </para>
+                </section>
+            </section>
         </section>
     </chapter>