You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ce...@apache.org on 2019/01/11 16:12:06 UTC

svn commit: r1851069 [2/2] - in /poi/site: publish/ publish/apidocs/ publish/components/ publish/components/diagram/ publish/components/document/ publish/components/hmef/ publish/components/hpbf/ publish/components/hpsf/ publish/components/hsmf/ publis...

Modified: poi/site/publish/devel/resolutions/res001.html
URL: http://svn.apache.org/viewvc/poi/site/publish/devel/resolutions/res001.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/devel/resolutions/res001.html (original)
+++ poi/site/publish/devel/resolutions/res001.html Fri Jan 11 16:12:05 2019
@@ -287,7 +287,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/devel/subversion.html
URL: http://svn.apache.org/viewvc/poi/site/publish/devel/subversion.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/devel/subversion.html (original)
+++ poi/site/publish/devel/subversion.html Fri Jan 11 16:12:05 2019
@@ -399,7 +399,7 @@ document.write("Last Published: " + docu
 <div class="section">
 <p>
         Code quality reports for Apache POI are available on the 
-        <a href="https://analysis.apache.org/dashboard/index/221489">Apache Sonar instance</a>.
+        <a href="https://builds.apache.org/analysis/overview?id=org.apache.poi%3Apoi-parent">Apache Sonar instance</a>.
       </p>
 <p>
         Sonar provides lots of useful numbers and statistics, especially
@@ -428,7 +428,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/devel/who.html
URL: http://svn.apache.org/viewvc/poi/site/publish/devel/who.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/devel/who.html (original)
+++ poi/site/publish/devel/who.html Fri Jan 11 16:12:05 2019
@@ -332,7 +332,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/download.html
URL: http://svn.apache.org/viewvc/poi/site/publish/download.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/download.html (original)
+++ poi/site/publish/download.html Fri Jan 11 16:12:05 2019
@@ -392,7 +392,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/encryption.html
URL: http://svn.apache.org/viewvc/poi/site/publish/encryption.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/encryption.html (original)
+++ poi/site/publish/encryption.html Fri Jan 11 16:12:05 2019
@@ -676,7 +676,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/help/faq.html
URL: http://svn.apache.org/viewvc/poi/site/publish/help/faq.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/help/faq.html (original)
+++ poi/site/publish/help/faq.html Fri Jan 11 16:12:05 2019
@@ -722,24 +722,23 @@ and
 </div>
 <a name="faq-N102B0"></a>
 <h2 class="boxed">23. 
-            Can Apache POI be compiled/used with Java 9?
+            Can Apache POI be compiled/used with Java 11?
         </h2>
 <div class="section">
-<p>Running the existing binaries with Java 9 should work. You may see
+<p>Including the existing binaries on Java 11 as normal jar-files
+                should work when using recent versions of Apache POI. You may see
                 some warnings about illegal reflective access, but it should work fine
                 despite those. We are working on getting the code changed so we avoid
-                these discouraged accesses.
+                discouraged accesses in the future.
             </p>
-<p>We also did some work to verify that compilation with Java 9 is working and
+<p>We also did some work to verify that compilation with Java 11 is working and
                 that all unit-tests pass. So Apache POI should be ready to be used with
-                current Java 9 releases.
+                current Java 11 releases.
             </p>
-<p>NOTE: Apache POI does not yet fully support the Java 9 module system as
+<p>NOTE: Apache POI does not yet fully support the Java module system as
                 Apache POI is still supporting previous Java versions and the module system
                 cannot be fully supported while maintaining such support.
-                We are working on adding support for automatic modules, but even that is
-                not trivial as Apache POI currently uses the same package in different jar-files
-                which Java 9/Modules/Automatic Modules does not allow any more!
+                We are working on adding support for automatic modules.
             </p>
 <p>For compiling Apache POI, you should set some additional options as follows
                 to open up some modules that are needed and to unset some compiler options
@@ -750,16 +749,9 @@ and
                 export ANT_HOME=/opt/apache/apache-ant/apache-ant-1.9.7
                 export PATH=$ANT_HOME/bin:$PATH
 
-                export ANT_OPTS="-Xmx1524m \
-                    --add-modules=java.xml.bind \
-                    --add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED \
-                    --add-opens=java.base/java.lang=ALL-UNNAMED"
-
                 ant  \
                 -Duser.language=en \
                 -Duser.country=US \
-                -Djava9addmods=--add-modules=java.xml.bind \
-                -Djavadoc9addmods=--add-modules=java.xml.bind \
                 -Djava9addmodsvalue=-Dsun.reflect.debugModuleAccessChecks=true \
                 -Djava9addopens1=--add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED \
                 -Djava9addopens2=--add-opens=java.base/java.io=ALL-UNNAMED \
@@ -767,21 +759,18 @@ and
                 -Djava9addopens4=--add-opens=java.base/java.lang=ALL-UNNAMED \
                 -Djava9addopens5=--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED \
                 -Djava.locale.providers=JRE,CLDR \
-                -Dcoverage.enabled=true \
                 test-all
             
             </pre>
 </div>
 <a name="faq-java10"></a>
 <h2 class="boxed">24. 
-            Can Apache POI be compiled/used with Java 10 or newer?
+            Can Apache POI be compiled/used with Java 9 or Java 10?
         </h2>
 <div class="section">
-<p>Apache POI is not yet fully supported on Java 10 or newer. The binary formats (.xls, .doc, .ppt, ...)
-                should mostly work, but unfortunately reading the newer XML-based formats (.xlsx, .docx, pptx, ...)
-                is broken by a change to the ZIP file handling in Java 10, see
-                <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62187">bug 62187</a> for details and
-                the latest state.
+<p>Apache POI does not actively support Java 9 or Java 10 any longer as those versions were
+                obsoleted by Oracle already. See the previous FAQ entry for information about support for
+                Java 11.
             </p>
 </div>
 <a name="faq-ibmjdk"></a>
@@ -819,7 +808,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/help/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/help/index.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/help/index.html (original)
+++ poi/site/publish/help/index.html Fri Jan 11 16:12:05 2019
@@ -302,7 +302,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="logos">
 <a href="http://validator.w3.org/check/referer"><img style="height: 31px; width: 88px;" title="Valid HTML 4.01!" alt="Valid HTML 4.01!" src="../skin/images/valid-html401.png" class="logoImage"></a><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="height: 31px; width: 88px;" title="Valid CSS!" alt="Valid CSS!" src="../skin/images/vcss.png" class="logoImage"></a>

Modified: poi/site/publish/images/project-header.png
URL: http://svn.apache.org/viewvc/poi/site/publish/images/project-header.png?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
Binary files - no diff available.

Modified: poi/site/publish/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/index.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/index.html (original)
+++ poi/site/publish/index.html Fri Jan 11 16:12:05 2019
@@ -179,6 +179,12 @@ document.write("Last Published: " + docu
 <a name="Project+News"></a>
 <h2 class="boxed">Project News</h2>
 <div class="section">
+<a name="11+January+2019+-+Initial+support+for+JDK+11"></a>
+<h3 class="boxed">11 January 2019 - Initial support for JDK 11</h3>
+<p>We did some work to verify that compilation with Java 11 is working and
+          that all unit-tests pass.
+        </p>
+<p>See the details in the <a href="help/faq.html#faq-N102B0">FAQ entry</a>.</p>
 <a name="03+December+2018+-+POI+4.0.1+available"></a>
 <h3 class="boxed">03 December 2018 - POI 4.0.1 available</h3>
 <p>The Apache POI team is pleased to announce the release of 4.0.1.
@@ -201,12 +207,6 @@ document.write("Last Published: " + docu
 <p>The XMLBeans <a href="https://issues.apache.org/jira/projects/XMLBEANS">JIRA project</a> has been reopened and feel free to open issues.</p>
 <p>The upcoming POI 4.0.1 release will use XMLBeans 3.0.2.</p>
 <p>XMLBeans 3.0.2 requires Java 6 or newer.</p>
-<a name="15+August+2017+-+Initial+support+for+JDK+9"></a>
-<h3 class="boxed">15 August 2017 - Initial support for JDK 9</h3>
-<p>We did some work to verify that compilation with Java 9 is working and
-          that all unit-tests pass.
-        </p>
-<p>See the details in the <a href="help/index.html#faq-N102B0">FAQ entry</a>.</p>
 <a name="20+March+2017+-+CVE-2017-5644+-+Possible+DOS+%28Denial+of+Service%29+in+Apache+POI+versions+prior+to+3.15"></a>
 <h3 class="boxed">20 March 2017 - CVE-2017-5644 - Possible DOS (Denial of Service) in Apache POI versions prior to 3.15</h3>
 <p>
@@ -345,7 +345,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="logos">
 <a href="http://validator.w3.org/check/referer"><img style="height: 31px; width: 88px;" title="Valid HTML 4.01!" alt="Valid HTML 4.01!" src="skin/images/valid-html401.png" class="logoImage"></a><a href="http://jigsaw.w3.org/css-validator/check/referer"><img style="height: 31px; width: 88px;" title="Valid CSS!" alt="Valid CSS!" src="skin/images/vcss.png" class="logoImage"></a>

Modified: poi/site/publish/legal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/legal.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/legal.html (original)
+++ poi/site/publish/legal.html Fri Jan 11 16:12:05 2019
@@ -256,7 +256,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/linkmap.html
URL: http://svn.apache.org/viewvc/poi/site/publish/linkmap.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/linkmap.html (original)
+++ poi/site/publish/linkmap.html Fri Jan 11 16:12:05 2019
@@ -1016,7 +1016,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/related-projects.html
URL: http://svn.apache.org/viewvc/poi/site/publish/related-projects.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/related-projects.html (original)
+++ poi/site/publish/related-projects.html Fri Jan 11 16:12:05 2019
@@ -356,7 +356,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/publish/text-extraction.html
URL: http://svn.apache.org/viewvc/poi/site/publish/text-extraction.html?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/publish/text-extraction.html (original)
+++ poi/site/publish/text-extraction.html Fri Jan 11 16:12:05 2019
@@ -366,7 +366,7 @@ document.write("Last Published: " + docu
 </div>
 <div class="copyright">
         Copyright &copy;
-         2001-2018 <a href="https://www.apache.org/">The Apache Software Foundation</a>
+         2001-2019 <a href="https://www.apache.org/">The Apache Software Foundation</a>
 </div>
 <div id="feedback">
         Send feedback about the website to:

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Fri Jan 11 16:12:05 2019
@@ -87,6 +87,8 @@
 
     <release version="4.1.0" date="2019-02-??">
       <actions>
+        <action dev="PD" type="fix" fixes-bug="60460" context="SL_Common">Null pointer exception in ExternSheetNameResolver.prependSheetName method</action>
+        <action dev="PD" type="fix" fixes-bug="60845" context="XSSF">Fix copying styles/conditional formatting</action>
         <action dev="PD" type="add" fixes-bug="63054" context="SS_Common XSSF HSSF">Improved evaluation of array formulas with errors in arguments</action>
         <action dev="PD" type="fix" fixes-bug="63047" context="POI_Overall">Make POILogger subclassable</action>
         <action dev="PD" type="add" fixes-bug="62904" context="SS_Common XSSF HSSF">Support array arguments in IF and logical IS*** functions</action>

Modified: poi/site/src/documentation/content/xdocs/devel/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/index.xml?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/index.xml Fri Jan 11 16:12:05 2019
@@ -50,7 +50,7 @@
             </p>
             <p>
                 Specifically the build has been tested to work with Ant version
-                1.9.4, 1.9.9 and 1.10.1.
+                1.9.9 and 1.10.1.
             </p>
             <p>
                 Remember to set the ANT_HOME environment variable and add 

Modified: poi/site/src/documentation/content/xdocs/devel/subversion.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/devel/subversion.xml?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/devel/subversion.xml (original)
+++ poi/site/src/documentation/content/xdocs/devel/subversion.xml Fri Jan 11 16:12:05 2019
@@ -230,7 +230,7 @@
     <section><title>Code metrics </title>
       <p>
         Code quality reports for Apache POI are available on the 
-        <a href="https://analysis.apache.org/dashboard/index/221489">Apache Sonar instance</a>.
+        <a href="https://builds.apache.org/analysis/overview?id=org.apache.poi%3Apoi-parent">Apache Sonar instance</a>.
       </p>
       <p>
         Sonar provides lots of useful numbers and statistics, especially

Modified: poi/site/src/documentation/content/xdocs/help/faq.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/help/faq.xml?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/help/faq.xml (original)
+++ poi/site/src/documentation/content/xdocs/help/faq.xml Fri Jan 11 16:12:05 2019
@@ -601,24 +601,23 @@ and
   </faq>
     <faq id="faq-N102B0">
         <question>
-            Can Apache POI be compiled/used with Java 9?
+            Can Apache POI be compiled/used with Java 11?
         </question>
         <answer>
-            <p>Running the existing binaries with Java 9 should work. You may see
+            <p>Including the existing binaries on Java 11 as normal jar-files
+                should work when using recent versions of Apache POI. You may see
                 some warnings about illegal reflective access, but it should work fine
                 despite those. We are working on getting the code changed so we avoid
-                these discouraged accesses.
+                discouraged accesses in the future.
             </p>
-            <p>We also did some work to verify that compilation with Java 9 is working and
+            <p>We also did some work to verify that compilation with Java 11 is working and
                 that all unit-tests pass. So Apache POI should be ready to be used with
-                current Java 9 releases.
+                current Java 11 releases.
             </p>
-            <p>NOTE: Apache POI does not yet fully support the Java 9 module system as
+            <p>NOTE: Apache POI does not yet fully support the Java module system as
                 Apache POI is still supporting previous Java versions and the module system
                 cannot be fully supported while maintaining such support.
-                We are working on adding support for automatic modules, but even that is
-                not trivial as Apache POI currently uses the same package in different jar-files
-                which Java 9/Modules/Automatic Modules does not allow any more!
+                We are working on adding support for automatic modules.
             </p>
             <p>For compiling Apache POI, you should set some additional options as follows
                 to open up some modules that are needed and to unset some compiler options
@@ -629,16 +628,9 @@ and
                 export ANT_HOME=/opt/apache/apache-ant/apache-ant-1.9.7
                 export PATH=$ANT_HOME/bin:$PATH
 
-                export ANT_OPTS="-Xmx1524m \
-                    --add-modules=java.xml.bind \
-                    --add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED \
-                    --add-opens=java.base/java.lang=ALL-UNNAMED"
-
                 ant  \
                 -Duser.language=en \
                 -Duser.country=US \
-                -Djava9addmods=--add-modules=java.xml.bind \
-                -Djavadoc9addmods=--add-modules=java.xml.bind \
                 -Djava9addmodsvalue=-Dsun.reflect.debugModuleAccessChecks=true \
                 -Djava9addopens1=--add-opens=java.xml/com.sun.org.apache.xerces.internal.util=ALL-UNNAMED \
                 -Djava9addopens2=--add-opens=java.base/java.io=ALL-UNNAMED \
@@ -646,23 +638,19 @@ and
                 -Djava9addopens4=--add-opens=java.base/java.lang=ALL-UNNAMED \
                 -Djava9addopens5=--add-opens=java.base/jdk.internal.ref=ALL-UNNAMED \
                 -Djava.locale.providers=JRE,CLDR \
-                -Dcoverage.enabled=true \
                 test-all
             ]]>
             </source>
-
         </answer>
     </faq>
     <faq id="faq-java10">
         <question>
-            Can Apache POI be compiled/used with Java 10 or newer?
+            Can Apache POI be compiled/used with Java 9 or Java 10?
         </question>
         <answer>
-            <p>Apache POI is not yet fully supported on Java 10 or newer. The binary formats (.xls, .doc, .ppt, ...)
-                should mostly work, but unfortunately reading the newer XML-based formats (.xlsx, .docx, pptx, ...)
-                is broken by a change to the ZIP file handling in Java 10, see
-                <a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=62187">bug 62187</a> for details and
-                the latest state.
+            <p>Apache POI does not actively support Java 9 or Java 10 any longer as those versions were
+                obsoleted by Oracle already. See the previous FAQ entry for information about support for
+                Java 11.
             </p>
         </answer>
     </faq>

Modified: poi/site/src/documentation/content/xdocs/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/index.xml?rev=1851069&r1=1851068&r2=1851069&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/index.xml Fri Jan 11 16:12:05 2019
@@ -34,6 +34,13 @@
   <body>
     <section><title>Project News</title>
 
+      <section><title>11 January 2019 - Initial support for JDK 11</title>
+        <p>We did some work to verify that compilation with Java 11 is working and
+          that all unit-tests pass.
+        </p>
+        <p>See the details in the <a href="help/faq.html#faq-N102B0">FAQ entry</a>.</p>
+      </section>
+
       <!-- latest final release -->
       <section><title>03 December 2018 - POI 4.0.1 available</title>
         <p>The Apache POI team is pleased to announce the release of 4.0.1.
@@ -60,13 +67,6 @@
        <p>XMLBeans 3.0.2 requires Java 6 or newer.</p>
       </section>
 
-      <section><title>15 August 2017 - Initial support for JDK 9</title>
-        <p>We did some work to verify that compilation with Java 9 is working and
-          that all unit-tests pass.
-        </p>
-        <p>See the details in the <a href="help/index.html#faq-N102B0">FAQ entry</a>.</p>
-      </section>
-
       <section><title>20 March 2017 - CVE-2017-5644 - Possible DOS (Denial of Service) in Apache POI versions prior to 3.15</title>
         <p>
           Apache POI in versions prior to release 3.15 allows remote attackers to cause a denial of service (CPU consumption)



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