Author: veithen
Date: Thu May 28 18:32:36 2015
New Revision: 1682307

URL: http://svn.apache.org/r1682307
Log:
Document the fact that we are now using AspectJ.

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=1682307&r1=1682306&r2=1682307&view=diff
==============================================================================
--- webservices/axiom/trunk/userguide/src/docbkx/userguide.xml (original)
+++ webservices/axiom/trunk/userguide/src/docbkx/userguide.xml Thu May 28 
18:32:36 2015
@@ -1515,6 +1515,15 @@ while (iterator.hasNext()) {
                         For more information, see <link 
xlink:href="https://issues.apache.org/jira/browse/AXIOM-430";>AXIOM-430</link>.
                     </para>
                 </section>
+                <section>
+                    <title>Introduction of AspectJ</title>
+                    <para>
+                        The implementation JARs 
(<filename>axiom-impl</filename> and <filename>axiom-dom</filename>) are now 
built with
+                        <link 
xlink:href="https://eclipse.org/aspectj/";>AspectJ</link> (to reduce source code 
duplication) and contain a
+                        small subset of classes from the AspectJ runtime 
library. There is a small risk that this may cause conflicts with
+                        other code that uses AspectJ.
+                    </para>
+                </section>
             </section>
         </section>
     </chapter>


Reply via email to