FYI.

---------- Forwarded message ----------
From:  <[email protected]>
Date: Sat, Apr 21, 2012 at 00:34
Subject: svn commit: r1328533 - in
/webservices/commons/trunk/modules/axiom:
legal/woodstox-core-asl-LICENSE.txt legal/wstx-LICENSE.txt
modules/axiom-parent/pom.xml src/docbkx/userguide.xml
To: [email protected]


Author: veithen
Date: Fri Apr 20 22:34:04 2012
New Revision: 1328533

URL: http://svn.apache.org/viewvc?rev=1328533&view=rev
Log:
AXIOM-407: Upgraded to Woodstox 4.1.2.

Added:
   webservices/commons/trunk/modules/axiom/legal/woodstox-core-asl-LICENSE.txt
     - copied unchanged from r1327272,
webservices/commons/trunk/modules/axiom/legal/wstx-LICENSE.txt
Removed:
   webservices/commons/trunk/modules/axiom/legal/wstx-LICENSE.txt
Modified:
   webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
   webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml

Modified: webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml?rev=1328533&r1=1328532&r2=1328533&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
(original)
+++ webservices/commons/trunk/modules/axiom/modules/axiom-parent/pom.xml
Fri Apr 20 22:34:04 2012
@@ -476,8 +476,8 @@
    <properties>
        <osgi.version>4.2.0</osgi.version>
        <stax.impl.groupid>org.codehaus.woodstox</stax.impl.groupid>
-        <stax.impl.artifact>wstx-asl</stax.impl.artifact>
-        <stax.impl.version>3.2.9</stax.impl.version>
+        <stax.impl.artifact>woodstox-core-asl</stax.impl.artifact>
+        <stax.impl.version>4.1.2</stax.impl.version>
        <failIfNoTests>false</failIfNoTests>
        <!--
        <stax.impl.groupid>com.sun.xml.stream</stax.impl.groupid>

Modified: webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml
URL: 
http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml?rev=1328533&r1=1328532&r2=1328533&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml (original)
+++ webservices/commons/trunk/modules/axiom/src/docbkx/userguide.xml
Fri Apr 20 22:34:04 2012
@@ -1440,6 +1440,19 @@ while (iterator.hasNext()) {
                    </itemizedlist>
                </section>
            </section>
+            <section id="changes-1.2.14">
+                <title>Changes in Axiom 1.2.14</title>
+                <section>
+                    <title>Upgrade of Woodstox</title>
+                    <para>
+                        Woodstox 3.2.x is no longer maintained.
Starting with version 1.2.14, Axiom depends on Woodstox 4.1.x,
+                        although using 3.2.x (and 4.0.x) is still
supported. This may have an impact on projects that use
+                        Maven, because the artifact ID used by
Woodstox changed from <literal>wstx-asl</literal> to
+                        <literal>woodstox-core-asl</literal>. These
projects may need to update their dependencies
+                        to avoid depending on two different versions
of Woodstox.
+                    </para>
+                </section>
+            </section>
        </section>
    </chapter>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to