This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/storm-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 5fb5f1af4b publishing 2026-07-23T00:57:17+00:00
5fb5f1af4b is described below
commit 5fb5f1af4bec14c975baac98b3d2a462e53e2191
Author: GitHub Actions Bot <>
AuthorDate: Thu Jul 23 00:57:17 2026 +0000
publishing 2026-07-23T00:57:17+00:00
---
2026/07/22/storm289-released.html | 10 -------
2026/07/22/storm300-released.html | 47 +++++++++++++++++++++++-------
downloads.html | 47 +++++++++++++++++++++++++++++-
feed.xml | 61 ++++++++++++++++++++++++---------------
news.html | 47 +++++++++++++++++++++++-------
5 files changed, 156 insertions(+), 56 deletions(-)
diff --git a/2026/07/22/storm289-released.html
b/2026/07/22/storm289-released.html
index b3d3b34fb6..7c7342bfe8 100644
--- a/2026/07/22/storm289-released.html
+++ b/2026/07/22/storm289-released.html
@@ -358,16 +358,6 @@ stable 2.x baseline before migrating.</p>
through direct code contributions, documentation, bug reports, or helping other
users on the mailing lists. Your efforts are much appreciated.</p>
-<h2 id="getting-started">Getting Started</h2>
-
-<p>We encourage all users to read the <a
href="/2026/07/22/storm289-released.html">release notes</a>
-and the <a href="https://storm.apache.org/documentation.html">Apache Storm
documentation</a>.</p>
-
-<p>If you have questions or need help with the migration to Storm 3.x, please
reach out
-to the community via the <a
href="https://storm.apache.org/contribute/Contributing-to-Storm.html">Apache
Storm mailing lists</a>.
-To report bugs or request features, please open an issue on
-<a href="https://github.com/apache/storm/issues">GitHub</a>. The community is
happy to help!</p>
-
<h2 id="changes-in-this-release-storm-2-8-9">Changes in this Release - Storm
2.8.9</h2>
<p>Issues addressed in the 2.8.9 release of Storm. Documentation for this
release is available at the <a href="https://storm.apache.org/">Apache Storm
project site</a>.</p>
diff --git a/2026/07/22/storm300-released.html
b/2026/07/22/storm300-released.html
index 56cb4fe34c..dab1cd8ce3 100644
--- a/2026/07/22/storm300-released.html
+++ b/2026/07/22/storm300-released.html
@@ -356,23 +356,48 @@ All community efforts will be focused on the Storm 3.x
release stream.</p>
details on the end-of-life of the 2.x series.</p>
</div>
+<h2 id="two-distribution-flavours">Two Distribution Flavours</h2>
+
+<p>Starting with Storm 3.0.0, the binary distribution is available in two
flavours
+(<a href="https://github.com/apache/storm/pull/8819">#8819</a>):</p>
+
+<div style="display: flex; gap: 16px; margin: 16px 0; flex-wrap: wrap;">
+<div style="flex: 1; min-width: 260px; border: 1px solid #0066cc;
border-radius: 4px; padding: 14px 18px;">
+<h4 style="margin-top: 0;">apache-storm-3.0.0-lite</h4>
+<p>A leaner package with optional integrations removed from the bundle.
+Add only what your topology needs via Maven or by dropping jars into the
+<code>lib-worker</code> directory.</p>
+<p><strong>Removed:</strong></p>
+<ul>
+<li>Optional Hadoop integration jars</li>
+<li>Optional Kafka integration jars</li>
+<li>Duplicated shared jars</li>
+</ul>
+<p><strong>Gains:</strong></p>
+<ul>
+<li>Significantly smaller distribution size</li>
+<li>Faster downloads and deploys</li>
+
+</ul>
+</div>
+
+<div style="flex: 1; min-width: 260px; border: 1px solid #555; border-radius:
4px; padding: 14px 18px;">
+<h4 style="margin-top: 0;">apache-storm-3.0.0</h4>
+<p>The full distribution, bundling all optional integrations as in previous
+releases. Drop-in replacement for users upgrading from Storm 2.x who want
+to keep their existing setup unchanged.</p>
+</div>
+
+<p></div></p>
+
+<p>Both flavours are available on the <a href="/downloads.html">downloads
page</a>.</p>
+
<h2 id="thanks">Thanks</h2>
<p>Special thanks are due to all those who have contributed to Apache Storm --
whether
through direct code contributions, documentation, bug reports, or helping other
users on the mailing lists. Your efforts are much appreciated.</p>
-<h2 id="getting-started">Getting Started</h2>
-
-<p>We encourage all users to read the <a
href="/2026/07/22/storm300-released.html">release notes</a>
-and the <a href="https://storm.apache.org/documentation.html">Apache Storm
documentation</a>
-to learn about the new features and changes in this release.</p>
-
-<p>If you have questions, run into issues, or want to share feedback, please
reach out
-to the community via the <a
href="https://storm.apache.org/contribute/Contributing-to-Storm.html">Apache
Storm mailing lists</a>.
-To report bugs or request features, please open an issue on
-<a href="https://github.com/apache/storm/issues">GitHub</a>. The community is
happy to help!</p>
-
<h2 id="changes-in-this-release-storm-3-0-0">Changes in this Release - Storm
3.0.0</h2>
<p>Issues addressed in the 3.0.0 release of Storm. Documentation for this
release is available at the <a href="https://storm.apache.org/">Apache Storm
project site</a>.</p>
diff --git a/downloads.html b/downloads.html
index aac007698c..410881e8c1 100644
--- a/downloads.html
+++ b/downloads.html
@@ -199,8 +199,10 @@
This signature should be matched against <a
href="https://downloads.apache.org/storm/KEYS">KEYS</a> file which contains the
OpenPGP keys of Storm’s Release Managers.
We also provide SHA-512 checksums for every
release file. After you download the file, you should calculate a checksum for
your download, and make sure it is the same as ours.
+
<h3>Requirements</h3>
- Apache Storm requires Java 17 or later.
+ Apache Storm 3.0.0 requires Java 25 or later.
+
<h3>Current 3.0.0 Release</h3>
The current release is 3.0.0. Source and binary
distributions can be found below.
@@ -210,6 +212,41 @@
<p><a
href="/releases/3.0.0/index.html">Documentation</a>
<br/><a
href="https://javadoc.io/doc/org.apache.storm/storm-client/3.0.0">Javadocs</a></p>
+
+ <h4>Binary Distribution (Lite)</h4>
+ <ul>
+
+
+
+ <li><a
href="https://dlcdn.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-lite.tar.gz">apache-storm-3.0.0-lite.tar.gz</a>
+ [<a
href="https://downloads.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-lite.tar.gz.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-lite.tar.gz.sha512">SHA512</a>]
+ </li>
+
+ <li><a
href="https://dlcdn.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-lite.zip">apache-storm-3.0.0-lite.zip</a>
+ [<a
href="https://downloads.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-lite.zip.asc">PGP</a>]
+ [<a
href="https://downloads.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-lite.zip.sha512">SHA512</a>]
+ </li>
+
+ </ul>
+ <p>The lite distribution ships without optional
integrations. Two helper scripts
+ are included to fetch them on demand via Maven
when needed:</p>
+ <ul>
+
<li><code>bin/storm-kafka-monitor-fetch</code> — fetches
+ <code>storm-kafka-monitor</code> and
its Kafka client dependencies into
+
<code>lib-tools/storm-kafka-monitor</code>, enabling Kafka spout lag
+ display in the Storm UI and the
<code>bin/storm-kafka-monitor</code> command.</li>
+
<li><code>bin/storm-autocreds-fetch</code> — fetches
+ <code>storm-autocreds</code> and its
Hadoop/HBase dependencies into
+ <code>extlib-daemon</code>, required
for Kerberos delegation token support
+ on secure clusters.</li>
+ </ul>
+ <p>Both scripts require Apache Maven and read
the Storm version automatically
+ from <code>$STORM_HOME/RELEASE</code>. Run
either script with <code>--help</code>
+ for full usage.</p>
+
+ <h4>Binary Distribution (Full)</h4>
+ <p>The full distribution bundles all optional
Hadoop and Kafka integrations.</p>
<ul>
@@ -223,6 +260,12 @@
[<a
href="https://downloads.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0.zip.sha512">SHA512</a>]
</li>
+ </ul>
+
+ <h4>Source</h4>
+ <ul>
+
+
<li><a
href="https://dlcdn.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-src.tar.gz">apache-storm-3.0.0-src.tar.gz</a>
[<a
href="https://downloads.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-src.tar.gz.asc">PGP</a>]
[<a
href="https://downloads.apache.org/storm/apache-storm-3.0.0/apache-storm-3.0.0-src.tar.gz.sha512">SHA512</a>]
@@ -234,6 +277,8 @@
</li>
</ul>
+
+
Apache Storm artifacts are hosted in <a
href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">Maven
Central</a>. You can add Apache Storm as a dependency with the following
coordinates:
<pre>
diff --git a/feed.xml b/feed.xml
index e1e3dfe24b..d8bedd3192 100644
--- a/feed.xml
+++ b/feed.xml
@@ -5,8 +5,8 @@
<description>Apache Storm is a free and open source distributed realtime
computation system. Storm makes it easy to reliably process unbounded streams
of data, doing for realtime processing what Hadoop did for batch
processing.</description>
<link>https://storm.apache.org/</link>
<atom:link href="https://storm.apache.org/feed.xml" rel="self"
type="application/rss+xml"/>
- <pubDate>Wed, 22 Jul 2026 23:36:08 +0000</pubDate>
- <lastBuildDate>Wed, 22 Jul 2026 23:36:08 +0000</lastBuildDate>
+ <pubDate>Thu, 23 Jul 2026 00:56:59 +0000</pubDate>
+ <lastBuildDate>Thu, 23 Jul 2026 00:56:59 +0000</lastBuildDate>
<generator>Jekyll v3.10.0</generator>
<item>
@@ -33,23 +33,48 @@ All community efforts will be focused on the Storm 3.x
release stream.</p>
details on the end-of-life of the 2.x series.</p>
</div>
+<h2 id="two-distribution-flavours">Two Distribution
Flavours</h2>
+
+<p>Starting with Storm 3.0.0, the binary distribution is available in
two flavours
+(<a
href="https://github.com/apache/storm/pull/8819">#8819</a>):</p>
+
+<div style="display: flex; gap: 16px; margin: 16px 0; flex-wrap:
wrap;">
+<div style="flex: 1; min-width: 260px; border: 1px solid #0066cc;
border-radius: 4px; padding: 14px 18px;">
+<h4 style="margin-top: 0;">apache-storm-3.0.0-lite</h4>
+<p>A leaner package with optional integrations removed from the bundle.
+Add only what your topology needs via Maven or by dropping jars into the
+<code>lib-worker</code> directory.</p>
+<p><strong>Removed:</strong></p>
+<ul>
+<li>Optional Hadoop integration jars</li>
+<li>Optional Kafka integration jars</li>
+<li>Duplicated shared jars</li>
+</ul>
+<p><strong>Gains:</strong></p>
+<ul>
+<li>Significantly smaller distribution size</li>
+<li>Faster downloads and deploys</li>
+
+</ul>
+</div>
+
+<div style="flex: 1; min-width: 260px; border: 1px solid #555;
border-radius: 4px; padding: 14px 18px;">
+<h4 style="margin-top: 0;">apache-storm-3.0.0</h4>
+<p>The full distribution, bundling all optional integrations as in
previous
+releases. Drop-in replacement for users upgrading from Storm 2.x who want
+to keep their existing setup unchanged.</p>
+</div>
+
+<p></div></p>
+
+<p>Both flavours are available on the <a
href="/downloads.html">downloads page</a>.</p>
+
<h2 id="thanks">Thanks</h2>
<p>Special thanks are due to all those who have contributed to Apache
Storm -- whether
through direct code contributions, documentation, bug reports, or helping other
users on the mailing lists. Your efforts are much appreciated.</p>
-<h2 id="getting-started">Getting Started</h2>
-
-<p>We encourage all users to read the <a
href="/2026/07/22/storm300-released.html">release notes</a>
-and the <a
href="https://storm.apache.org/documentation.html">Apache Storm
documentation</a>
-to learn about the new features and changes in this release.</p>
-
-<p>If you have questions, run into issues, or want to share feedback,
please reach out
-to the community via the <a
href="https://storm.apache.org/contribute/Contributing-to-Storm.html">Apache
Storm mailing lists</a>.
-To report bugs or request features, please open an issue on
-<a
href="https://github.com/apache/storm/issues">GitHub</a>.
The community is happy to help!</p>
-
<h2 id="changes-in-this-release-storm-3-0-0">Changes in this
Release - Storm 3.0.0</h2>
<p>Issues addressed in the 3.0.0 release of Storm. Documentation for
this release is available at the <a
href="https://storm.apache.org/">Apache Storm project
site</a>.</p>
@@ -353,16 +378,6 @@ stable 2.x baseline before migrating.</p>
through direct code contributions, documentation, bug reports, or helping other
users on the mailing lists. Your efforts are much appreciated.</p>
-<h2 id="getting-started">Getting Started</h2>
-
-<p>We encourage all users to read the <a
href="/2026/07/22/storm289-released.html">release notes</a>
-and the <a
href="https://storm.apache.org/documentation.html">Apache Storm
documentation</a>.</p>
-
-<p>If you have questions or need help with the migration to Storm 3.x,
please reach out
-to the community via the <a
href="https://storm.apache.org/contribute/Contributing-to-Storm.html">Apache
Storm mailing lists</a>.
-To report bugs or request features, please open an issue on
-<a
href="https://github.com/apache/storm/issues">GitHub</a>.
The community is happy to help!</p>
-
<h2 id="changes-in-this-release-storm-2-8-9">Changes in this
Release - Storm 2.8.9</h2>
<p>Issues addressed in the 2.8.9 release of Storm. Documentation for
this release is available at the <a
href="https://storm.apache.org/">Apache Storm project
site</a>.</p>
diff --git a/news.html b/news.html
index da80241d86..75de3c5d61 100644
--- a/news.html
+++ b/news.html
@@ -356,23 +356,48 @@ All community efforts will be focused on the Storm 3.x
release stream.</p>
details on the end-of-life of the 2.x series.</p>
</div>
+<h2 id="two-distribution-flavours">Two Distribution Flavours</h2>
+
+<p>Starting with Storm 3.0.0, the binary distribution is available in two
flavours
+(<a href="https://github.com/apache/storm/pull/8819">#8819</a>):</p>
+
+<div style="display: flex; gap: 16px; margin: 16px 0; flex-wrap: wrap;">
+<div style="flex: 1; min-width: 260px; border: 1px solid #0066cc;
border-radius: 4px; padding: 14px 18px;">
+<h4 style="margin-top: 0;">apache-storm-3.0.0-lite</h4>
+<p>A leaner package with optional integrations removed from the bundle.
+Add only what your topology needs via Maven or by dropping jars into the
+<code>lib-worker</code> directory.</p>
+<p><strong>Removed:</strong></p>
+<ul>
+<li>Optional Hadoop integration jars</li>
+<li>Optional Kafka integration jars</li>
+<li>Duplicated shared jars</li>
+</ul>
+<p><strong>Gains:</strong></p>
+<ul>
+<li>Significantly smaller distribution size</li>
+<li>Faster downloads and deploys</li>
+
+</ul>
+</div>
+
+<div style="flex: 1; min-width: 260px; border: 1px solid #555; border-radius:
4px; padding: 14px 18px;">
+<h4 style="margin-top: 0;">apache-storm-3.0.0</h4>
+<p>The full distribution, bundling all optional integrations as in previous
+releases. Drop-in replacement for users upgrading from Storm 2.x who want
+to keep their existing setup unchanged.</p>
+</div>
+
+<p></div></p>
+
+<p>Both flavours are available on the <a href="/downloads.html">downloads
page</a>.</p>
+
<h2 id="thanks">Thanks</h2>
<p>Special thanks are due to all those who have contributed to Apache Storm --
whether
through direct code contributions, documentation, bug reports, or helping other
users on the mailing lists. Your efforts are much appreciated.</p>
-<h2 id="getting-started">Getting Started</h2>
-
-<p>We encourage all users to read the <a
href="/2026/07/22/storm300-released.html">release notes</a>
-and the <a href="https://storm.apache.org/documentation.html">Apache Storm
documentation</a>
-to learn about the new features and changes in this release.</p>
-
-<p>If you have questions, run into issues, or want to share feedback, please
reach out
-to the community via the <a
href="https://storm.apache.org/contribute/Contributing-to-Storm.html">Apache
Storm mailing lists</a>.
-To report bugs or request features, please open an issue on
-<a href="https://github.com/apache/storm/issues">GitHub</a>. The community is
happy to help!</p>
-
<h2 id="changes-in-this-release-storm-3-0-0">Changes in this Release - Storm
3.0.0</h2>
<p>Issues addressed in the 3.0.0 release of Storm. Documentation for this
release is available at the <a href="https://storm.apache.org/">Apache Storm
project site</a>.</p>