This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/poi.git
commit 2cb92171003493db602ed4d62ecbd239405ba5c3 Author: PJ Fanning <[email protected]> AuthorDate: Sat Nov 15 12:00:28 2025 +0100 poi 5.5.0 --- content/changes.html | 4 ++-- content/components/hmef/index.html | 2 +- content/components/index.html | 4 ++-- content/components/poi-jvm-languages.html | 12 +++++----- .../components/slideshow/ppt-wmf-emf-renderer.html | 4 ++-- content/devel/nightly.html | 2 +- content/download.html | 26 +++++++++++----------- content/encryption.html | 2 +- content/index.html | 10 ++++----- 9 files changed, 33 insertions(+), 33 deletions(-) diff --git a/content/changes.html b/content/changes.html index 3796018a49..3c157062b0 100644 --- a/content/changes.html +++ b/content/changes.html @@ -223,7 +223,7 @@ document.write("Last Published: " + document.lastModified); <a name="5.5.0"></a> <h2 class="boxed">Version - 5.5.0 (2025-??-??) + 5.5.0 (2025-11-15) </h2> <div class="section"> <a name="Summary"></a> @@ -340,7 +340,7 @@ document.write("Last Published: " + document.lastModified); </tr> <tr class="action"> -<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://github.com/apache/poi/pull/920">github-920</a></td><td>XSSF</td><td>New api for reading XLSB files</td> +<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://github.com/apache/poi/pull/920">github-920</a></td><td>XSSF</td><td>New API for reading XLSB files</td> </tr> </tbody> diff --git a/content/components/hmef/index.html b/content/components/hmef/index.html index 828494664c..33935aea36 100644 --- a/content/components/hmef/index.html +++ b/content/components/hmef/index.html @@ -346,7 +346,7 @@ document.write("Last Published: " + document.lastModified); <span class="lineno"></span><span class="codebody"></span> </div> <div class="codeline"> -<span class="lineno"></span><span class="codebody">java -classpath poi-5.4.1.jar:poi-scratchpad-5.4.1.jar org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat /tmp/extracted/</span> +<span class="lineno"></span><span class="codebody">java -classpath poi-5.5.0.jar:poi-scratchpad-5.5.0.jar org.apache.poi.hmef.extractor.HMEFContentsExtractor winmail.dat /tmp/extracted/</span> </div> <div class="codeline"> <span class="lineno"></span><span class="codebody"></span> diff --git a/content/components/index.html b/content/components/index.html index 3f13fca172..f4cbe6ef06 100644 --- a/content/components/index.html +++ b/content/components/index.html @@ -679,8 +679,8 @@ document.write("Last Published: " + document.lastModified); <td colspan="1" rowspan="1"><a href="https://search.maven.org/#artifactdetails|org.apache.xmlbeans|xmlbeans|5.3.0|jar">xmlbeans</a> <br> For signing: - <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk18on|1.81|jar">bcpkix-jdk18on</a>, - <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcutil-jdk18on|1.81|jar">bcprov-jdk18on</a>, + <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcpkix-jdk18on|1.82|jar">bcpkix-jdk18on</a>, + <a href="https://search.maven.org/#artifactdetails|org.bouncycastle|bcutil-jdk18on|1.82|jar">bcprov-jdk18on</a>, <a href="https://search.maven.org/#artifactdetails|org.apache.santuario|xmlsec|3.0.6|bundle">xmlsec</a>, <a href="https://search.maven.org/#artifactdetails|org.slf4j|slf4j-api|2.0.17|jar">slf4j-api</a> </td> diff --git a/content/components/poi-jvm-languages.html b/content/components/poi-jvm-languages.html index d8ffcddadb..23d3ae20c3 100644 --- a/content/components/poi-jvm-languages.html +++ b/content/components/poi-jvm-languages.html @@ -649,7 +649,7 @@ document.write("Last Published: " + document.lastModified); <span class="lineno"></span><span class="codebody"> for jar in ('poi', 'poi-ooxml', 'poi-ooxml-lite'):</span> </div> <div class="codeline"> -<span class="lineno"></span><span class="codebody"> sys.path.append('/path/to/%s-5.4.1.jar')</span> +<span class="lineno"></span><span class="codebody"> sys.path.append('/path/to/%s-5.5.0.jar')</span> </div> <div class="codeline"> <span class="lineno"></span><span class="codebody"></span> @@ -783,13 +783,13 @@ document.write("Last Published: " + document.lastModified); <span class="lineno"></span><span class="codebody"> libraryDependencies ++= Seq(</span> </div> <div class="codeline"> -<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi" % "5.4.1",</span> +<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi" % "5.5.0",</span> </div> <div class="codeline"> -<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi-ooxml" % "5.4.1",</span> +<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi-ooxml" % "5.5.0",</span> </div> <div class="codeline"> -<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi-ooxml-lite" % "5.4.1"</span> +<span class="lineno"></span><span class="codebody"> "org.apache.poi" % "poi-ooxml-lite" % "5.5.0"</span> </div> <div class="codeline"> <span class="lineno"></span><span class="codebody"> )</span> @@ -983,10 +983,10 @@ document.write("Last Published: " + document.lastModified); <span class="lineno"></span><span class="codebody"> runtime 'org.codehaus.groovy:groovy-all:2.5.15'</span> </div> <div class="codeline"> -<span class="lineno"></span><span class="codebody"> runtime 'org.apache.poi:poi:5.4.1'</span> +<span class="lineno"></span><span class="codebody"> runtime 'org.apache.poi:poi:5.5.0'</span> </div> <div class="codeline"> -<span class="lineno"></span><span class="codebody"> runtime 'org.apache.poi:poi-ooxml:5.4.1'</span> +<span class="lineno"></span><span class="codebody"> runtime 'org.apache.poi:poi-ooxml:5.5.0'</span> </div> <div class="codeline"> <span class="lineno"></span><span class="codebody">}</span> diff --git a/content/components/slideshow/ppt-wmf-emf-renderer.html b/content/components/slideshow/ppt-wmf-emf-renderer.html index 85d7ae375f..1b78d1e245 100644 --- a/content/components/slideshow/ppt-wmf-emf-renderer.html +++ b/content/components/slideshow/ppt-wmf-emf-renderer.html @@ -406,7 +406,7 @@ document.write("Last Published: " + document.lastModified); <span class="lineno"></span><span class="codebody"></span> </div> <div class="codeline"> -<span class="lineno"></span><span class="codebody">java -cp poi-5.4.1.jar:poi-ooxml-5.4.1.jar:poi-ooxml-lite-5.4.1.jar:poi-scratchpad-5.4.1.jar:lib/*:ooxml-lib/*:auxiliary/* org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 -charset GBK file.pptx</span> +<span class="lineno"></span><span class="codebody">java -cp poi-5.5.0.jar:poi-ooxml-5.5.0.jar:poi-ooxml-lite-5.5.0.jar:poi-scratchpad-5.5.0.jar:lib/*:ooxml-lib/*:auxiliary/* org.apache.poi.xslf.util.PPTX2PNG -format png -fixside long -scale 1000 -charset GBK file.pptx</span> </div> <div class="codeline"> <span class="lineno"></span><span class="codebody"></span> @@ -421,7 +421,7 @@ document.write("Last Published: " + document.lastModified); <li>Alternatively, download the jars from https://repo1.maven.org/maven2/org/apache/poi/</li> -<li>Exclude poi-ooxml-full-5.4.1.jar,poi-javadoc-5.4.1.jar and auxiliary/xml-apis-1.4.01.jar (Java 11+) into new subdirectory "unused"</li> +<li>Exclude poi-ooxml-full-5.5.0.jar,poi-javadoc-5.5.0.jar and auxiliary/xml-apis-1.4.01.jar (Java 11+) into new subdirectory "unused"</li> <li>Move all other jars in current directory into a new subdirectory "poi"</li> diff --git a/content/devel/nightly.html b/content/devel/nightly.html index 516bda0ae4..1b12de99c9 100644 --- a/content/devel/nightly.html +++ b/content/devel/nightly.html @@ -205,7 +205,7 @@ document.write("Last Published: " + document.lastModified); <li> -<a href="https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/build/dist/"> +<a href="https://ci-builds.apache.org/job/POI/job/POI-DSL-1.11/lastSuccessfulBuild/artifact/build/dist/"> Last Successful Jenkins build for POI-trunk </a> diff --git a/content/download.html b/content/download.html index 082bd003bd..35c9a368fb 100644 --- a/content/download.html +++ b/content/download.html @@ -193,7 +193,7 @@ document.write("Last Published: " + document.lastModified); <li> -<a href="#POI-5.4.1">The latest stable release is Apache POI 5.4.1</a> +<a href="#POI-5.5.0">The latest stable release is Apache POI 5.5.0</a> </li> @@ -219,13 +219,13 @@ document.write("Last Published: " + document.lastModified); <!-- latest final release --> -<a name="POI-5.4.1"></a> -<h2 class="boxed">6 April 2025 - POI 5.4.1 available</h2> +<a name="POI-5.5.0"></a> +<h2 class="boxed">15 November 2025 - POI 5.5.0 available</h2> <div class="section"> -<p>The Apache POI team is pleased to announce the release of 5.4.1. +<p>The Apache POI team is pleased to announce the release of 5.5.0. Featured are a handful of new areas of functionality and numerous bug fixes.</p> <p>A summary of changes is available in the - <a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.4.1.txt">Release Notes</a>. + <a href="https://www.apache.org/dyn/closer.lua/poi/dev/RELEASE-NOTES-5.5.0.txt">Release Notes</a>. A full list of changes is available in the <a href="changes.html">change log</a>. People interested should also follow the <a href="help/index.html">dev list</a> to track progress.</p> @@ -233,24 +233,24 @@ document.write("Last Published: " + document.lastModified); The POI source release is listed below. Pre-built versions of all <a href="components/">POI components</a> are available in the central Maven repository under Group ID "org.apache.poi" and Version - "5.4.1". + "5.5.0". </p> -<a name="POI-5.4.1-src"></a> +<a name="POI-5.5.0-src"></a> <h3 class="boxed">Source Distribution</h3> <ul> <li> -<a href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.4.1-20250401.tgz">apache-poi-src-5.4.1-20250401.tgz</a> - (116 MB, <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.4.1-20250401.tgz.asc">signature (.asc)</a>, - checksum: <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.4.1-20250401.tgz.sha512">SHA-512</a>) +<a href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.5.0-20251106.tgz">apache-poi-src-5.5.0-20251106.tgz</a> + (116 MB, <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.tgz.asc">signature (.asc)</a>, + checksum: <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.tgz.sha512">SHA-512</a>) </li> <li> -<a href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.4.1-20250401.zip">apache-poi-src-5.4.1-20250401.zip</a> - (120 MB, <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.4.1-20250401.zip.asc">signature (.asc)</a>, - checksum: <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.4.1-20250401.zip.sha512">SHA-512</a>) +<a href="https://www.apache.org/dyn/closer.lua/poi/release/src/apache-poi-src-5.5.0-20251106.zip">apache-poi-src-5.5.0-20251106.zip</a> + (120 MB, <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.zip.asc">signature (.asc)</a>, + checksum: <a href="https://downloads.apache.org/poi/release/src/apache-poi-src-5.5.0-20251106.zip.sha512">SHA-512</a>) </li> </ul> diff --git a/content/encryption.html b/content/encryption.html index 56d8bdce6d..45c139cfa8 100644 --- a/content/encryption.html +++ b/content/encryption.html @@ -571,7 +571,7 @@ document.write("Last Published: " + document.lastModified); <a href="components/">default dependencies</a>:</p> <ul> -<li>BouncyCastle bcpkix, bcprov and bcutil (tested against 1.81)</li> +<li>BouncyCastle bcpkix, bcprov and bcutil (tested against 1.82)</li> <li>Apache Santuario "xmlsec" (tested against 3.0.5)</li> diff --git a/content/index.html b/content/index.html index 12e0678d46..6474ab3c0b 100644 --- a/content/index.html +++ b/content/index.html @@ -240,15 +240,15 @@ document.write("Last Published: " + document.lastModified); </li> </ul> -<a name="6+April+2025+-+POI+5.4.1+available"></a> -<h3 class="boxed">6 April 2025 - POI 5.4.1 available</h3> -<p>The Apache POI team is pleased to announce the release of 5.4.1. +<a name="15+November+2025+-+POI+5.5.0+available"></a> +<h3 class="boxed">15 November 2025 - POI 5.5.0 available</h3> +<p>The Apache POI team is pleased to announce the release of 5.5.0. Several dependencies were updated to their latest versions to pick up security fixes and other improvements.</p> <p>A summary of changes is available in the <a href="https://www.apache.org/dyn/closer.lua/poi/release/RELEASE-NOTES.txt">Release Notes</a>. - A full list of changes is available in the <a href="changes.html#5.4.1">change log</a>. + A full list of changes is available in the <a href="changes.html#5.5.0">change log</a>. People interested should also follow the <a href="help/index.html">dev list</a> to track progress.</p> -<p>See the <a href="download.html#POI-5.4.1">downloads</a> page for more details.</p> +<p>See the <a href="download.html#POI-5.5.0">downloads</a> page for more details.</p> <p>POI requires Java 8 or newer since version 4.0.1.</p> <a name="11+November+2024+-+Avoid+log4j-api+2.24.1"></a> <h3 class="boxed">11 November 2024 - Avoid log4j-api 2.24.1</h3> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
