You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by fa...@apache.org on 2021/06/28 19:32:37 UTC

svn commit: r1891115 - in /poi/site/src/documentation/content/xdocs: changes.xml components/index.xml encryption.xml

Author: fanningpj
Date: Mon Jun 28 19:32:36 2021
New Revision: 1891115

URL: http://svn.apache.org/viewvc?rev=1891115&view=rev
Log:
downgrade bouncycastle due to missing package org.bouncycastle.asn1.cmp

Modified:
    poi/site/src/documentation/content/xdocs/changes.xml
    poi/site/src/documentation/content/xdocs/components/index.xml
    poi/site/src/documentation/content/xdocs/encryption.xml

Modified: poi/site/src/documentation/content/xdocs/changes.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/changes.xml?rev=1891115&r1=1891114&r2=1891115&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/changes.xml (original)
+++ poi/site/src/documentation/content/xdocs/changes.xml Mon Jun 28 19:32:36 2021
@@ -81,7 +81,6 @@
         <summary>
             <summary-item>XDDF - bug fixes</summary-item>
             <summary-item>Upgrade Batik dependency to 1.14</summary-item>
-            <summary-item>Upgrade BouncyCastle dependency to 1.69</summary-item>
             <summary-item>Upgrade XMLSec dependency to 2.2.2</summary-item>
             <summary-item>Upgrade PDFBox Graphics2d dependency to 0.32 (and test with PDFBox 2.0.24)</summary-item>
             <summary-item>Add commons-io 2.10.0 as a dependency</summary-item>

Modified: poi/site/src/documentation/content/xdocs/components/index.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/components/index.xml?rev=1891115&r1=1891114&r2=1891115&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/components/index.xml (original)
+++ poi/site/src/documentation/content/xdocs/components/index.xml Mon Jun 28 19:32:36 2021
@@ -338,8 +338,8 @@
           <td>poi-ooxml-full (known as ooxml-schemas)</td>
           <td><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|5.0.0|jar">xmlbeans</a><br/>
             For signing:
-            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.69|jar">bcpkix-jdk15on</a>,
-            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.69|jar">bcprov-jdk15on</a>,
+            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk15on|1.68|jar">bcpkix-jdk15on</a>,
+            <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcprov-jdk15on|1.68|jar">bcprov-jdk15on</a>,
             <a href="https://search.maven.org/#artifactdetails|org.apache.santuario|xmlsec|2.2.2|bundle">xmlsec</a>,
             <a href="https://search.maven.org/#artifactdetails|org.slf4j|slf4j-api|1.7.31|jar">slf4j-api</a>
           </td>

Modified: poi/site/src/documentation/content/xdocs/encryption.xml
URL: http://svn.apache.org/viewvc/poi/site/src/documentation/content/xdocs/encryption.xml?rev=1891115&r1=1891114&r2=1891115&view=diff
==============================================================================
--- poi/site/src/documentation/content/xdocs/encryption.xml (original)
+++ poi/site/src/documentation/content/xdocs/encryption.xml Mon Jun 28 19:32:36 2021
@@ -249,7 +249,7 @@
         <p>The classes have been tested against the following libraries, which need to be included additionally to the
         <a href="site:components">default dependencies</a>:</p>
         <ul>
-            <li>BouncyCastle bcpkix and bcprov (tested against 1.69)</li>
+            <li>BouncyCastle bcpkix and bcprov (tested against 1.68)</li>
             <li>Apache Santuario "xmlsec" (tested against 2.2.2)</li>
             <li>and slf4j-api (tested against 1.7.31)</li>
         </ul>



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