You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by on...@apache.org on 2016/08/11 03:19:48 UTC

svn commit: r1755900 - in /poi/site: publish/changes.html publish/changes.rss publish/overview.html src/documentation/content/xdocs/overview.xml src/documentation/content/xdocs/status.xml

Author: onealj
Date: Thu Aug 11 03:19:48 2016
New Revision: 1755900

URL: http://svn.apache.org/viewvc?rev=1755900&view=rev
Log:
add conspicuous note that commons-collections4 was added as a new dependency in POI 3.15 beta 3

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

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1755900&r1=1755899&r2=1755900&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Thu Aug 11 03:19:48 2016
@@ -258,13 +258,18 @@ if (VERSION > 3) {
     
 
     
+
+    
 <a name="3.15-beta3"></a>
 <div class="h3">
-<h3>Version 3.15-beta3 (2016-08-??)</h3>
+<h3>Version 3.15-beta3 (2016-08-17)</h3>
 </div>
 <ul>
         
 <li>
+<img class="icon" alt="add" src="images/add.jpg"> Add Apache commons-collections4 dependency</li>
+        
+<li>
 <img class="icon" alt="fix" src="images/fix.jpg"> XSSFFormulaEvaluator.evaluateAll() should mirror HSSF and use any setup referenced workbooks</li>
         
 <li>

Modified: poi/site/publish/changes.rss
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.rss?rev=1755900&r1=1755899&r2=1755900&view=diff
==============================================================================
--- poi/site/publish/changes.rss (original)
+++ poi/site/publish/changes.rss Thu Aug 11 03:19:48 2016
@@ -1,6 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE rss PUBLIC "-//Netscape Communications//DTD RSS 0.91//EN" "http://my.netscape.com/publish/formats/rss-0.91.dtd">
 <rss version="0.91"><channel><title>Apache POI Changes</title><link>http://poi.apache.org/changes.html</link><description>Apache POI Changes</description><language>en-us</language>
+<item><title> add</title><link>http://poi.apache.org/changes.html</link><description> add by POI Developers - Add Apache commons-collections4 dependency</description></item>
 <item><title> fix</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers - XSSFFormulaEvaluator.evaluateAll() should mirror HSSF and use any setup referenced workbooks</description></item>
 <item><title> fix(bug 59736)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 59736) - SS Common: Incorrect evaluation of SUBTOTAL with composite interval</description></item>
 <item><title> fix(bug 55384)</title><link>http://poi.apache.org/changes.html</link><description> fix by POI Developers (bug 55384) - SXSSF: Handle setting pre-evaluation string correctly in SXSSF as well</description></item>

Modified: poi/site/publish/overview.html
URL: http://svn.apache.org/viewvc/poi/site/publish/overview.html?rev=1755900&r1=1755899&r2=1755900&view=diff
==============================================================================
--- poi/site/publish/overview.html (original)
+++ poi/site/publish/overview.html Thu Aug 11 03:19:48 2016
@@ -714,6 +714,14 @@ if (VERSION > 3) {
       
 <p>&nbsp;</p>
       
+<div class="frame note">
+<div class="label">Note</div>
+<div class="content">
+<!-- remove this note after 3.16 release, as this will be old news then -->
+        Apache commons-collections4 was added as a dependency in POI 3.15 beta 3.
+      </div>
+</div>
+      
 <p>
         poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller 
         version of the ooxml-schemas jar (ooxml-schemas-1.3.jar for POI 3.14 or 

Modified: poi/site/src/documentation/content/xdocs/overview.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/overview.xml?rev=1755900&r1=1755899&r2=1755900&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/overview.xml (original)
+++ poi/site/src/documentation/content/xdocs/overview.xml Thu Aug 11 03:19:48 2016
@@ -342,6 +342,9 @@
       </table>
 
       <p>&nbsp;</p>
+      <note><!-- remove this note after 3.16 release, as this will be old news then -->
+        Apache commons-collections4 was added as a dependency in POI 3.15 beta 3.
+      </note>
       <p>
         poi-ooxml requires poi-ooxml-schemas. This is a substantially smaller 
         version of the ooxml-schemas jar (ooxml-schemas-1.3.jar for POI 3.14 or 

Modified: poi/site/src/documentation/content/xdocs/status.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/status.xml?rev=1755900&r1=1755899&r2=1755900&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/status.xml (original)
+++ poi/site/src/documentation/content/xdocs/status.xml Thu Aug 11 03:19:48 2016
@@ -43,6 +43,7 @@
     </release -->
 
     <release version="3.15-beta3" date="2016-08-17">
+        <action dev="PD" type="add">Add Apache commons-collections4 dependency</action>
         <action dev="PD" type="fix">XSSFFormulaEvaluator.evaluateAll() should mirror HSSF and use any setup referenced workbooks</action>
         <action dev="PD" type="fix" fixes-bug="59736">SS Common: Incorrect evaluation of SUBTOTAL with composite interval</action>
         <action dev="PD" type="fix" fixes-bug="55384">SXSSF: Handle setting pre-evaluation string correctly in SXSSF as well</action>



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