You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2014/08/04 22:43:10 UTC

svn commit: r1615783 - in /poi/site: publish/overview.html src/documentation/content/xdocs/overview.xml

Author: nick
Date: Mon Aug  4 20:43:10 2014
New Revision: 1615783

URL: http://svn.apache.org/r1615783
Log:
Explain about xmlbeans versions

Modified:
    poi/site/publish/overview.html
    poi/site/src/documentation/content/xdocs/overview.xml

Modified: poi/site/publish/overview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1615783&r1=1615782&r2=1615783&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Mon Aug  4 20:43:10 2014
@@ -573,9 +573,9 @@ if (VERSION > 3) {
 <p>
         This table maps artifacts into the jar file name. "version-yyyymmdd" is 
         the POI version stamp. For the latest stable release it is
-        3.9-20121203
+        3.10-FINAL-20140208
         . For the latest beta release it is
-        3.10-beta2-20130904
+        3.11-beta1-20140804
         .
       </p>
       
@@ -655,6 +655,14 @@ if (VERSION > 3) {
         POI requires Java 6, that is provided by the JRE and no additional
         stax jars are required.
       </p>
+      
+<p>
+        The ooxml schemas jars are compiled with Apache XMLBeans 2.3, and so
+        can be used at runtime with any version of XMLBeans from 2.3 or newer.
+        Wherever possible though, we recommend that you use XMLBeans 2.6.0
+        with Apache POI, and that is the version now shipped in the binary
+        release packages.
+      </p>
     
     
 <a name="Examples"></a>

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1615783&r1=1615782&r2=1615783&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Mon Aug  4 20:43:10 2014
@@ -247,9 +247,9 @@
       <p>
         This table maps artifacts into the jar file name. "version-yyyymmdd" is 
         the POI version stamp. For the latest stable release it is
-        3.9-20121203
+        3.10-FINAL-20140208
         . For the latest beta release it is
-        3.10-beta2-20130904
+        3.11-beta1-20140804
         .
       </p>
       <table>
@@ -303,6 +303,13 @@
         POI requires Java 6, that is provided by the JRE and no additional
         stax jars are required.
       </p>
+      <p>
+        The ooxml schemas jars are compiled with Apache XMLBeans 2.3, and so
+        can be used at runtime with any version of XMLBeans from 2.3 or newer.
+        Wherever possible though, we recommend that you use XMLBeans 2.6.0
+        with Apache POI, and that is the version now shipped in the binary
+        release packages.
+      </p>
     </section>
     <section><title>Examples</title>
       <p>



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org