This is an automated email from the ASF dual-hosted git repository. rabreu pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/storm-site.git
commit ec1a724587e57caca11a0452fba61ab4a6511956 Author: Rui Abreu <[email protected]> AuthorDate: Sun Jan 26 00:05:33 2025 +0000 Releasing Apache Storm 2.8.0 --- _posts/2025-01-25-storm280-released.md | 58 ++++++++++++++++++++++++++++++++++ downloads.html | 36 ++++++++++----------- releases/current | 2 +- 3 files changed, 77 insertions(+), 19 deletions(-) diff --git a/_posts/2025-01-25-storm280-released.md b/_posts/2025-01-25-storm280-released.md new file mode 100644 index 0000000000..3b322e3135 --- /dev/null +++ b/_posts/2025-01-25-storm280-released.md @@ -0,0 +1,58 @@ +--- +layout: post +title: Apache Storm 2.8.0 Released +author: Rui Abreu +--- + +The Apache Storm community is pleased to announce that version 2.8.0 has been +released and is available from [the downloads page](/downloads.html). + +This release includes new features as well as a number of code improvements, bug fixes and library updates. +We encourage users of previous versions to upgrade to this latest release. + +<p><strong><u><font size="3"> Please note that starting from this release, the minimum JRE version to run Apache Storm is 17.</font></u></strong></p> + +Thanks +------ +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. + + +Changes in this Release - Storm 2.8.0 +--------- +<p>JIRA issues addressed in the 2.8.0 release of Storm. Documentation for this release is available at the <a href="https://storm.apache.org/">Apache Storm project site</a>.</p> + +<h2>Bug</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-3693">STORM-3693</a>] - TimeOut ticks should be addressed to Executor instead of being addressed to a task or broadcasted. </li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4148">STORM-4148</a>] - Storm UI throwing error on Component page</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4149">STORM-4149</a>] - Decode ComponentId to avoid UI throwing errors</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4154">STORM-4154</a>] - Nimbus down following topology deployment</li> +</ul> + +<h2>Task</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4131">STORM-4131</a>] - Update log4j2 to a non-borked version</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4132">STORM-4132</a>] - Remove "storm-hive"</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4133">STORM-4133</a>] - Raise Minimum JRE Level to 17</li> +</ul> + +<h2>Dependency upgrade</h2> +<ul> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4134">STORM-4134</a>] - log4j2 2.24.3</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4135">STORM-4135</a>] - Commons IO 2.18.0</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4136">STORM-4136</a>] - Dropwizard 4.0.11</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4137">STORM-4137</a>] - Metrics 4.2.29</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4138">STORM-4138</a>] - Jackson 2.18.2</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4139">STORM-4139</a>] - Prometheus 1.3.5</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4141">STORM-4141</a>] - ByteBuddy 1.15.11 </li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4144">STORM-4144</a>] - slf4j2 2.0.16</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4145">STORM-4145</a>] - netty 4.1.116</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4146">STORM-4146</a>] - guava 33.4.0-jre</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4147">STORM-4147</a>] - checker-qual 3.48.4 </li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4150">STORM-4150</a>] - commons codec 1.17.2</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4151">STORM-4151</a>] - Jersey 3.1.10</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4152">STORM-4152</a>] - commons-csv 1.13.0</li> +<li>[<a href="https://issues.apache.org/jira/browse/STORM-4153">STORM-4153</a>] - rocksdb jni 9.8.4</li> + </ul> diff --git a/downloads.html b/downloads.html index 10fb61bc30..dcda6a216a 100644 --- a/downloads.html +++ b/downloads.html @@ -32,30 +32,30 @@ older: 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>Current 2.7.x Release</h3> - The current 2.7.x release is 2.7.1. Source and binary distributions can be found below. + <h3>Current 2.8.x Release</h3> + The current 2.8.x release is 2.8.0. Source and binary distributions can be found below. - The list of changes for this release can be found <a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/RELEASE_NOTES.html">here.</a> + The list of changes for this release can be found <a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/RELEASE_NOTES.html">here.</a> - <p><a href="releases/2.7.1/index.html">Documentation</a> - <br/><a href="releases/2.7.1/javadocs/index.html">Javadocs</a></p> + <p><a href="releases/2.8.0/index.html">Documentation</a> + <br/><a href="releases/2.8.0/javadocs/index.html">Javadocs</a></p> <ul> - <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.7.1/apache-storm-2.7.1.tar.gz">apache-storm-2.7.1.tar.gz</a> - [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/apache-storm-2.7.1.tar.gz.asc">PGP</a>] - [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/apache-storm-2.7.1.tar.gz.sha512">SHA512</a>] + <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.8.0/apache-storm-2.8.0.tar.gz">apache-storm-2.8.0.tar.gz</a> + [<a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/apache-storm-2.8.0.tar.gz.asc">PGP</a>] + [<a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/apache-storm-2.8.0.tar.gz.sha512">SHA512</a>] </li> - <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.7.1/apache-storm-2.7.1.zip">apache-storm-2.7.1.zip</a> - [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/apache-storm-2.7.1.zip.asc">PGP</a>] - [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/apache-storm-2.7.1.zip.sha512">SHA512</a>] + <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.8.0/apache-storm-2.8.0.zip">apache-storm-2.8.0.zip</a> + [<a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/apache-storm-2.8.0.zip.asc">PGP</a>] + [<a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/apache-storm-2.8.0.zip.sha512">SHA512</a>] </li> - <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.7.1/apache-storm-2.7.1-src.tar.gz">apache-storm-2.7.1-src.tar.gz</a> - [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/apache-storm-2.7.1-src.tar.gz.asc">PGP</a>] - [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/apache-storm-2.7.1-src.tar.gz.sha512">SHA512</a>] + <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.8.0/apache-storm-2.8.0-src.tar.gz">apache-storm-2.8.0-src.tar.gz</a> + [<a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/apache-storm-2.8.0-src.tar.gz.asc">PGP</a>] + [<a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/apache-storm-2.8.0-src.tar.gz.sha512">SHA512</a>] </li> - <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.7.1/apache-storm-2.7.1-src.zip">apache-storm-2.7.1-src.zip</a> - [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/apache-storm-2.7.1-src.zip.asc">PGP</a>] - [<a href="https://www.apache.org/dist/storm/apache-storm-2.7.1/apache-storm-2.7.1-src.zip.sha512">SHA512</a>] + <li><a href="https://www.apache.org/dyn/closer.lua/storm/apache-storm-2.8.0/apache-storm-2.8.0-src.zip">apache-storm-2.8.0-src.zip</a> + [<a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/apache-storm-2.8.0-src.zip.asc">PGP</a>] + [<a href="https://www.apache.org/dist/storm/apache-storm-2.8.0/apache-storm-2.8.0-src.zip.sha512">SHA512</a>] </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: @@ -63,7 +63,7 @@ older: <pre> groupId: <a href="https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22org.apache.storm%22">org.apache.storm</a> artifactId: storm-{component} -version: 2.7.1</pre> +version: 2.8.0</pre> <h3>Current 1.2.x Release (Discontinued)</h3> diff --git a/releases/current b/releases/current index 5588ae8270..6533b66871 120000 --- a/releases/current +++ b/releases/current @@ -1 +1 @@ -2.7.1 \ No newline at end of file +2.8.0 \ No newline at end of file
