Author: centic
Date: Sun Sep 23 19:22:29 2018
New Revision: 1841777
URL: http://svn.apache.org/viewvc?rev=1841777&view=rev
Log:
Publish some remaining changes that were only committed to the .xml
Modified:
poi/site/publish/components/index.html
poi/site/publish/encryption.html
poi/site/publish/related-projects.html
Modified: poi/site/publish/components/index.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/components/index.html?rev=1841777&r1=1841776&r2=1841777&view=diff
==============================================================================
--- poi/site/publish/components/index.html (original)
+++ poi/site/publish/components/index.html Sun Sep 23 19:22:29 2018
@@ -630,7 +630,8 @@ document.write("Last Published: " + docu
<td colspan="1" rowspan="1">poi-ooxml</td>
<td colspan="1" rowspan="1"><a
href="https://search.maven.org/#search|gav|1|g:org.apache.poi AND
a:poi">poi</a>,
- <a href="https://search.maven.org/#search|gav|1|g:org.apache.poi
AND a:poi-ooxml-schemas">poi-ooxml-schemas</a>
+ <a href="https://search.maven.org/#search|gav|1|g:org.apache.poi
AND a:poi-ooxml-schemas">poi-ooxml-schemas</a>,
+ <a
href="https://search.maven.org/#artifactdetails|org.apache.commons|commons-compress|1.18|jar">commons-compress</a>
(since POI 4.0.0),
</td>
<td colspan="1" rowspan="1">poi-ooxml-version-yyyymmdd.jar</td>
@@ -639,7 +640,7 @@ document.write("Last Published: " + docu
<tr>
<td colspan="1" rowspan="1">poi-ooxml-schemas</td>
- <td colspan="1" rowspan="1"><a
href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|2.6.0|jar">xmlbeans</a></td>
+ <td colspan="1" rowspan="1"><a
href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|3.0.1|jar">xmlbeans</a></td>
<td colspan="1"
rowspan="1">poi-ooxml-schemas-version-yyyymmdd.jar</td>
</tr>
@@ -658,19 +659,19 @@ document.write("Last Published: " + docu
<tr>
<td colspan="1" rowspan="1">ooxml-schemas</td>
- <td colspan="1" rowspan="1"><a
href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|2.6.0|jar">xmlbeans</a></td>
- <td colspan="1" rowspan="1"><a
href="https://search.maven.org/#artifactdetails|org.apache.poi|ooxml-schemas|1.3|jar">ooxml-schemas-1.3.jar</a></td>
+ <td colspan="1" rowspan="1"><a
href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|3.0.1|jar">xmlbeans</a></td>
+ <td colspan="1" rowspan="1"><a
href="https://search.maven.org/#artifactdetails|org.apache.poi|ooxml-schemas|1.4|jar">ooxml-schemas-1.4.jar</a></td>
</tr>
<tr>
<td colspan="1" rowspan="1">ooxml-security</td>
- <td colspan="1" rowspan="1"><a
href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|2.6.0|jar">xmlbeans</a>
+ <td colspan="1" rowspan="1"><a
href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|3.0.1|jar">xmlbeans</a>
<br>
For signing:
- <a
href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.59|jar">bcpkix-jdk15on</a>,
- <a
href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.59|jar">bcprov-jdk15on</a>,
+ <a
href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.60|jar">bcpkix-jdk15on</a>,
+ <a
href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.60|jar">bcprov-jdk15on</a>,
<a
href="https://search.maven.org/#artifactdetails|org.apache.santuario|xmlsec|2.1.0|bundle">xmlsec</a>,
<a
href="https://search.maven.org/#artifactdetails|org.slf4j|slf4j-api|1.7.25|jar">slf4j-api</a>
</td>
@@ -690,8 +691,9 @@ document.write("Last Published: " + docu
</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
- later, ooxml-schemas-1.1.jar for POI 3.7 up to POI 3.13,
ooxml-schemas-1.0.jar
+ version of the ooxml-schemas jar (ooxml-schemas-1.4.jar for POI 4.0.0
+ or later, ooxml-schemas-1.3.jar for POI 3.14 or to POI 3.17,
+ ooxml-schemas-1.1.jar for POI 3.7 up to POI 3.13,
ooxml-schemas-1.0.jar
for POI 3.5 and 3.6).
The larger ooxml-schemas jar is <a
href="../help/index.html#faq-N10025">normally</a>
only required for development. Similarly, the ooxml-security jar,
which contains
@@ -711,11 +713,9 @@ document.write("Last Published: " + docu
<p>
The ooxml schemas jars are compiled with <a
href="https://xmlbeans.apache.org/">Apache XMLBeans</a> 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
+ Wherever possible though, we recommend that you use XMLBeans 3.0.1
with Apache POI, and that is the version now shipped in the binary
release packages.
- If you have issues with redefined classes with XMLBeans 2.6, ask
- on the <a href="../help/index.html">developer mailing list</a> for
solutions.
</p>
</div>
Modified: poi/site/publish/encryption.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/encryption.html?rev=1841777&r1=1841776&r2=1841777&view=diff
==============================================================================
--- poi/site/publish/encryption.html (original)
+++ poi/site/publish/encryption.html Sun Sep 23 19:22:29 2018
@@ -413,7 +413,7 @@ fos.close();
<a href="components/">default dependencies</a>:</p>
<ul>
-<li>BouncyCastle bcpkix and bcprov (tested against 1.59)</li>
+<li>BouncyCastle bcpkix and bcprov (tested against 1.60)</li>
<li>Apache Santuario "xmlsec" (tested against 2.1.0)</li>
Modified: poi/site/publish/related-projects.html
URL:
http://svn.apache.org/viewvc/poi/site/publish/related-projects.html?rev=1841777&r1=1841776&r2=1841777&view=diff
==============================================================================
--- poi/site/publish/related-projects.html (original)
+++ poi/site/publish/related-projects.html Sun Sep 23 19:22:29 2018
@@ -274,8 +274,9 @@ document.write("Last Published: " + docu
<h3 class="boxed">Excel Streaming Reader</h3>
<p>
-<a href="https://github.com/monitorjbl/excel-streaming-reader">Excel Streaming
Reader</a> uses the POI Streaming API to provide Row/Cell like read-access to
large Excel spreadsheets.
- Available under the Apache License, Version 2.0.
+<a href="https://github.com/pjfanning/excel-streaming-reader">Excel Streaming
Reader</a> uses the POI Streaming API to provide Row/Cell like read-access to
large Excel spreadsheets.
+ Available under the Apache License, Version 2.0. This version is
derived from <a
href="https://github.com/monitorjbl/excel-streaming-reader">monitorjbl/excel-streaming-reader</a>.
+ which support POI 3.17.
</p>
<a name="poi-shared-strings"></a>
<h3 class="boxed">poi-shared-strings</h3>
@@ -311,7 +312,7 @@ document.write("Last Published: " + docu
<h3 class="boxed">IEXL Software</h3>
<p>
-<a href="http://www.iexlsoftware.com/">iEXL</a> is a commercial product which
allow to generate Excel spreadsheets on AS/400, iSeries, i5 or IBM i on Power
systems.
+<a href="http://www.iexlsoftware.com/">iEXL</a> is a commercial product which
allows you to generate Excel spreadsheets on AS/400, iSeries, i5 or IBM i on
Power systems.
It uses Apache POI internally.
</p>
<a name="jotlmsg"></a>
@@ -324,7 +325,15 @@ document.write("Last Published: " + docu
<h3 class="boxed">HadoopOffice</h3>
<p>
-<a href="https://github.com/ZuInnoTe/hadoopoffice">HadoopOffice</a> allows to
read and write Office documents while using the Hadoop ecosystem.
+<a href="https://github.com/ZuInnoTe/hadoopoffice">HadoopOffice</a> allows you
to read and write Office documents while using the Hadoop ecosystem.
+ Available under the Apache License, Version 2.0.
+ </p>
+<a name="Scala+POI+Wrapper"></a>
+<h3 class="boxed">Scala POI Wrapper</h3>
+<p>
+
+<a href="https://github.com/norbert-radyk/spoiwo">SPOIWO</a> allows you to
read and write Office documents using Scala friendly APIs.
+ Available under the MIT License.
</p>
</div>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]