Author: rabreu
Date: Sat Jul 18 20:54:27 2026
New Revision: 86071

Log:
Add release candidate apache-storm-3.0.0-rc1

Added:
   dev/storm/apache-storm-3.0.0-rc1/
   dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html
   dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html.asc
   dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html.sha512
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.tar.gz   (contents, 
props changed)
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.tar.gz.asc
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.tar.gz.sha512
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.zip   (contents, 
props changed)
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.zip.asc
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.zip.sha512
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.tar.gz   (contents, 
props changed)
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.tar.gz.asc
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.tar.gz.sha512
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.zip   (contents, 
props changed)
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.zip.asc
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.zip.sha512
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.tar.gz   (contents, 
props changed)
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.tar.gz.asc
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.tar.gz.sha512
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.zip   (contents, props 
changed)
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.zip.asc
   dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.zip.sha512

Added: dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html Sat Jul 18 20:54:27 
2026        (r86071)
@@ -0,0 +1,230 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Release Notes for Apache Storm 3.0.0</title>
+</head>
+<body>
+<h1>Release Notes for Apache Storm 3.0.0</h1>
+<p>Issues addressed in 3.0.0.</p>
+
+       <h2>bug</h2>
+       <h3>Worker Heartbeat</h3>
+       <ul>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8800";>#8800</a>] - Filter worker 
heartbeats by per-topology timeout</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8788";>#8788</a>] - Fix Y2038 worker 
heartbeat overflow by migrating timestamps to i64</li>
+               <li>[<a 
href="https://github.com/apache/storm/issues/7897";>#7897</a>] - [STORM-4116] 
Heartbeats mechanism is affected by Y2038 bug</li>
+       </ul>
+       <h3>Isolation Scheduler</h3>
+       <ul>
+               <li>[<a 
href="https://github.com/apache/storm/issues/8708";>#8708</a>] - Isolation 
Scheduler Can Have Free Slots Check as a Secondary Sorting Check</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8705";>#8705</a>] - Remove shuffle 
post sorting assignable hosts in Isolation Scheduler</li>
+               <li>[<a 
href="https://github.com/apache/storm/issues/8704";>#8704</a>] - Isolation 
Scheduler Does Shuffle After Sort so sorting does not makes sense</li>
+       </ul>
+       <h3>Other</h3>
+       <ul>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8896";>#8896</a>] - Fix NPE in 
WorkerState.transferLocalBatch causing worker crashes</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8889";>#8889</a>] - fix(webapp): 
guard Flux viewer against js-yaml 5.x empty-input throw</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8798";>#8798</a>] - Fix double 
max.free.per.topology cap in EvenScheduler idle rebalance</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8790";>#8790</a>] - Fix late tuple 
stream serialization in windowed bolts</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8589";>#8589</a>] - 
fix(topology_lag): Kafka Topology Lag breaking when no offsets are commited for 
topic/partition</li>
+       </ul>
+
+       <h2>enhancement</h2>
+       <h3>Clojure Removal</h3>
+       <ul>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8537";>#8537</a>] - Removed all uses 
of Clojure, version 3.0.0-SNAPSHOT</li>
+               <li>[<a 
href="https://github.com/apache/storm/issues/8445";>#8445</a>] - Port Clojure 
tests to Java and remove Clojure dependency</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8446";>#8446</a>] - Port Clojure 
tests to Java: cluster_test (Phase 3)</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8444";>#8444</a>] - Port Clojure 
tests to Java: scheduler_test and multitenant_scheduler_…</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8443";>#8443</a>] - Port Clojure 
tests to Java: versioned_store_test and tuple_test</li>
+       </ul>
+       <h3>Worker Heartbeat</h3>
+       <ul>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8789";>#8789</a>] - Skip stale worker 
heartbeats from orphaned worker directories</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8787";>#8787</a>] - STORM-2359: Add 
progress-based tuple timeout (topology.message.progress.timeout.secs)</li>
+       </ul>
+       <h3>Scheduler</h3>
+       <ul>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8778";>#8778</a>] - EvenScheduler: 
opt-in round-robin rebalance onto returning idle supervisors</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8709";>#8709</a>] - Isolation 
Scheduler Hosts Sorting | Add secondary sort (No of free slots) and tertiary 
sort (Hostname)</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8811";>#8811</a>] - scheduler: 
replace reflection with @VisibleForTesting in IsolationSchedulerTest</li>
+       </ul>
+       <h3>Zstd Compression</h3>
+       <ul>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8653";>#8653</a>] - Zstd compression 
for thrift serialization (storm cluster state)</li>
+               <li>[<a 
href="https://github.com/apache/storm/issues/8652";>#8652</a>] - Add zstd 
compression support as an alternative to GZIP in serialization</li>
+               <li>[<a 
href="https://github.com/apache/storm/issues/8701";>#8701</a>] - Introduce 
component-level compression configuration for remote worker traffic</li>
+       </ul>
+       <h3>Other Enhancements</h3>
+       <ul>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8893";>#8893</a>] - Bump Java 
baseline to 25 on master</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8892";>#8892</a>] - Decouple the 
control plane from the data plane on receive queues</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8887";>#8887</a>] - build: run ASF 
allowlist check on every PR so the required check reports</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8819";>#8819</a>] - Reduce binary 
distribution size: unbundle optional Hadoop/Kafka deps + de-duplicate shared 
jars</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8817";>#8817</a>] - ci: add ASF 
allowlist check for GitHub Actions (Dependabot guard)</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8813";>#8813</a>] - Improve 
RELEASING.md accuracy and completeness</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8796";>#8796</a>] - Add AIMD based 
dynamic producer batch sizing to `JCQueue`</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8714";>#8714</a>] - Optimize 
ZooKeeper read requests and remove redundant checks</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8707";>#8707</a>] - Add tuple 
compression for inter-worker communication</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8706";>#8706</a>] - Docker compose 
local (dev) distributed Storm cluster with full observability and network 
simulation</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8702";>#8702</a>] - Fix checkstyle 
violations  (#8585 - Phase 3 - Part 1)</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8699";>#8699</a>] - Make storm more 
windows friendly</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8594";>#8594</a>] - Bump Java to 21, 
update docs for Storm 3.x and javadoc.io migration</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8593";>#8593</a>] - Add jitter 
control loop and `JitterAwareStreamGrouping`</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8586";>#8586</a>] - Introduce jitter 
metric based on RFC 1889 Appendix A</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8582";>#8582</a>] - 
storm-submit-tools: modernize Java code, no API surface changes</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8541";>#8541</a>] - build: introduce 
aggregator modules and unify pom display names</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8455";>#8455</a>] - Replace 
Thread.sleep and Testing.whileTimeout with Awaitility in tests</li>
+       </ul>
+
+       <h2>dependencies</h2>
+       <ul><li>[<a href="https://github.com/apache/storm/pull/8858";>#8858</a>] 
- build(deps): bump cytoscape-dagre from 3.0.0 to 4.0.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8857";>#8857</a>] - build(deps-dev): 
bump start-server-and-test from 3.0.5 to 3.0.11 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8856";>#8856</a>] - build(deps): bump 
cytoscape from 3.33.4 to 3.34.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8855";>#8855</a>] - build(deps): bump 
js-yaml from 4.2.0 to 5.2.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8854";>#8854</a>] - build(deps-dev): 
bump webpack from 5.107.2 to 5.108.3 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8853";>#8853</a>] - build(deps-dev): 
bump cypress from 15.16.0 to 15.18.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8852";>#8852</a>] - build(deps-dev): 
bump webpack-cli from 7.0.3 to 7.1.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8851";>#8851</a>] - build(deps): bump 
com.puppycrawl.tools:checkstyle from 13.5.0 to 13.7.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8850";>#8850</a>] - build(deps): bump 
com.github.luben:zstd-jni from 1.5.7-9 to 1.5.7-11 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8849";>#8849</a>] - build(deps): bump 
org.apache:apache from 38 to 39 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8848";>#8848</a>] - build(deps): bump 
org.apache.kafka:kafka-clients from 4.3.0 to 4.3.1 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8847";>#8847</a>] - build(deps): bump 
org.junit:junit-bom from 6.1.0 to 6.1.1 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8846";>#8846</a>] - build(deps): bump 
com.fasterxml.woodstox:woodstox-core from 7.2.0 to 7.2.1 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8845";>#8845</a>] - build(deps): bump 
jetty.version from 12.1.9 to 12.1.10 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8844";>#8844</a>] - build(deps): bump 
com.google.errorprone:error_prone_annotations from 2.49.0 to 2.50.0 in 
/examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8843";>#8843</a>] - build(deps): bump 
activemq.version from 6.2.6 to 6.2.7 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8842";>#8842</a>] - build(deps): bump 
byte-buddy.version from 1.18.8 to 1.18.10 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8841";>#8841</a>] - build(deps-dev): 
bump org.jacoco:jacoco-maven-plugin from 0.8.14 to 0.8.15</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8840";>#8840</a>] - build(deps): bump 
io.netty:netty-bom from 4.2.14.Final to 4.2.15.Final in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8839";>#8839</a>] - build(deps): bump 
io.netty:netty-bom from 4.2.14.Final to 4.2.15.Final</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8838";>#8838</a>] - build(deps): bump 
com.fasterxml.woodstox:woodstox-core from 7.2.0 to 7.2.1</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8837";>#8837</a>] - build(deps): bump 
spring.version from 7.0.7 to 7.0.8 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8836";>#8836</a>] - build(deps): bump 
com.zaxxer:HikariCP from 7.0.2 to 7.1.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8835";>#8835</a>] - build(deps): bump 
com.github.luben:zstd-jni from 1.5.7-9 to 1.5.7-11</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8834";>#8834</a>] - build(deps): bump 
commons-logging:commons-logging from 1.3.6 to 1.4.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8833";>#8833</a>] - build(deps): bump 
storm.kafka.client.version from 4.3.0 to 4.3.1</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8832";>#8832</a>] - build(deps): bump 
com.zaxxer:HikariCP from 7.0.2 to 7.1.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8831";>#8831</a>] - build(deps): bump 
com.google.errorprone:error_prone_annotations from 2.49.0 to 2.50.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8830";>#8830</a>] - build(deps-dev): 
bump com.github.eirslett:frontend-maven-plugin from 2.0.0 to 2.0.1</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8829";>#8829</a>] - build(deps): bump 
byte-buddy.version from 1.18.8 to 1.18.10</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8828";>#8828</a>] - build(deps): bump 
org.apache.hbase:hbase-client from 2.6.5-hadoop3 to 2.6.6-hadoop3</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8827";>#8827</a>] - build(deps): bump 
activemq.version from 6.2.6 to 6.2.7</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8826";>#8826</a>] - build(deps): bump 
org.junit:junit-bom from 6.1.0 to 6.1.1</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8825";>#8825</a>] - build(deps): bump 
commons-logging:commons-logging from 1.3.6 to 1.4.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8824";>#8824</a>] - build(deps): bump 
spring.version from 7.0.7 to 7.0.8</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8823";>#8823</a>] - build(deps): bump 
org.apache:apache from 38 to 39</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8822";>#8822</a>] - build(deps): bump 
jetty.version from 12.1.9 to 12.1.10</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8821";>#8821</a>] - build(deps): bump 
netty-tcnative.version from 2.0.77.Final to 2.0.80.Final</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8820";>#8820</a>] - build(deps): bump 
prometheus.client.version from 1.6.1 to 1.8.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8751";>#8751</a>] - Bump webpack-cli 
from 7.0.2 to 7.0.3 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8750";>#8750</a>] - Bump 
terser-webpack-plugin from 5.6.0 to 5.6.1 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8749";>#8749</a>] - Bump cypress from 
15.15.0 to 15.16.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8748";>#8748</a>] - Bump js-yaml from 
4.1.1 to 4.2.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8747";>#8747</a>] - Bump js-cookie 
from 3.0.7 to 3.0.8 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8746";>#8746</a>] - Bump cytoscape 
from 3.33.3 to 3.33.4 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8745";>#8745</a>] - Bump webpack from 
5.106.2 to 5.107.2 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8743";>#8743</a>] - Bump 
com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.22.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8742";>#8742</a>] - Bump 
io.netty:netty-bom from 4.2.13.Final to 4.2.14.Final in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8741";>#8741</a>] - Bump 
com.puppycrawl.tools:checkstyle from 13.4.2 to 13.5.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8740";>#8740</a>] - Bump 
org.apache.kafka:kafka-clients from 4.2.0 to 4.3.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8739";>#8739</a>] - Bump 
com.github.luben:zstd-jni from 1.5.7-8 to 1.5.7-9 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8738";>#8738</a>] - Bump 
org.apache.commons:commons-configuration2 from 2.15.0 to 2.15.1 in 
/examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8737";>#8737</a>] - Bump 
org.junit:junit-bom from 6.0.3 to 6.1.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8736";>#8736</a>] - Bump 
org.ow2.asm:asm from 9.10 to 9.10.1 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8735";>#8735</a>] - Bump 
surefire.version from 3.5.5 to 3.5.6 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8734";>#8734</a>] - Bump 
org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.5 to 3.5.6 in 
/examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8733";>#8733</a>] - Bump 
activemq.version from 6.2.5 to 6.2.6 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8732";>#8732</a>] - Bump 
metrics.version from 4.2.38 to 4.2.39 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8731";>#8731</a>] - Bump 
com.fasterxml.woodstox:woodstox-core from 7.1.1 to 7.2.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8730";>#8730</a>] - Bump 
com.fasterxml.woodstox:woodstox-core from 7.1.1 to 7.2.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8729";>#8729</a>] - Bump 
org.ow2.asm:asm from 9.10 to 9.10.1</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8728";>#8728</a>] - Bump 
io.netty:netty-bom from 4.2.13.Final to 4.2.14.Final</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8727";>#8727</a>] - Bump 
com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.22.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8726";>#8726</a>] - Bump 
storm.kafka.client.version from 4.2.0 to 4.3.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8725";>#8725</a>] - Bump 
org.apache.commons:commons-configuration2 from 2.15.0 to 2.15.1</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8724";>#8724</a>] - Bump 
org.apache.maven.plugins:maven-dependency-plugin from 3.10.0 to 3.11.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8723";>#8723</a>] - Bump 
com.fasterxml.jackson.core:jackson-databind from 2.21.3 to 2.22.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8722";>#8722</a>] - Bump 
surefire.version from 3.5.5 to 3.5.6</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8721";>#8721</a>] - Bump 
org.junit:junit-bom from 6.0.3 to 6.1.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8720";>#8720</a>] - Bump 
com.github.luben:zstd-jni from 1.5.7-8 to 1.5.7-9</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8719";>#8719</a>] - Bump 
redis.clients:jedis from 7.5.0 to 7.5.2</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8718";>#8718</a>] - Bump 
metrics.version from 4.2.38 to 4.2.39</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8717";>#8717</a>] - Bump 
dropwizard.version from 5.0.1 to 5.0.2</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8716";>#8716</a>] - Bump 
org.apache.maven.plugins:maven-surefire-report-plugin from 3.5.5 to 3.5.6</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8715";>#8715</a>] - Bump 
activemq.version from 6.2.5 to 6.2.6</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8713";>#8713</a>] - Bump qs and 
@cypress/request in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8676";>#8676</a>] - Bump 
org.ow2.asm:asm from 9.9.1 to 9.10</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8674";>#8674</a>] - Bump 
org.ow2.asm:asm from 9.9.1 to 9.10 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8672";>#8672</a>] - Bump 
com.puppycrawl.tools:checkstyle from 8.2 to 13.4.2 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8671";>#8671</a>] - Bump 
org.apache.commons:commons-configuration2 from 2.14.0 to 2.15.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8669";>#8669</a>] - Bump 
slf4j.version from 2.0.17 to 2.0.18 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8668";>#8668</a>] - Bump 
org.apache.commons:commons-configuration2 from 2.14.0 to 2.15.0 in 
/examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8667";>#8667</a>] - Bump 
slf4j.version from 2.0.17 to 2.0.18</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8664";>#8664</a>] - Bump 
org.apache.maven:maven-resolver-provider from 3.9.15 to 3.9.16</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8661";>#8661</a>] - Bump js-cookie 
from 3.0.5 to 3.0.7 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8659";>#8659</a>] - Bump cypress from 
15.14.2 to 15.15.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8658";>#8658</a>] - Bump 
start-server-and-test from 3.0.4 to 3.0.5 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8657";>#8657</a>] - Bump 
cytoscape-dagre from 2.5.0 to 3.0.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8656";>#8656</a>] - Bump vis-network 
from 10.0.3 to 10.1.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8638";>#8638</a>] - Bump 
org.apache.thrift:libthrift from 0.22.0 to 0.23.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8634";>#8634</a>] - Bump 
org.apache.logging.log4j:log4j-bom from 2.25.4 to 2.26.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8633";>#8633</a>] - Bump 
io.netty:netty-bom from 4.2.12.Final to 4.2.13.Final in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8629";>#8629</a>] - Bump 
com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8625";>#8625</a>] - Bump 
org.apache:apache from 37 to 38</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8623";>#8623</a>] - Bump 
com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8618";>#8618</a>] - Bump 
org.apache:apache from 37 to 38 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8616";>#8616</a>] - Bump 
io.netty:netty-bom from 4.2.12.Final to 4.2.13.Final</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8615";>#8615</a>] - Bump 
com.puppycrawl.tools:checkstyle from 8.2 to 13.4.2 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8612";>#8612</a>] - Bump 
terser-webpack-plugin from 5.5.0 to 5.6.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8611";>#8611</a>] - Bump 
jetty.version from 12.1.8 to 12.1.9 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8608";>#8608</a>] - Bump vis-data 
from 8.0.3 to 8.0.4 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8605";>#8605</a>] - Bump 
start-server-and-test from 3.0.2 to 3.0.4 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8603";>#8603</a>] - Bump 
jetty.version from 12.1.8 to 12.1.9</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8600";>#8600</a>] - Bump vis-network 
from 10.0.2 to 10.0.3 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8598";>#8598</a>] - Bump 
org.apache.logging.log4j:log4j-bom from 2.25.4 to 2.26.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8597";>#8597</a>] - Bump 
org.apache.thrift:libthrift from 0.22.0 to 0.23.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8580";>#8580</a>] - Remove dead 
dependencyManagement entries and unused version properties</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8578";>#8578</a>] - Bump cytoscape 
from 3.33.2 to 3.33.3 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8577";>#8577</a>] - Bump 
terser-webpack-plugin from 5.4.0 to 5.5.0 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8576";>#8576</a>] - Bump cypress from 
15.13.0 to 15.14.2 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8575";>#8575</a>] - Bump 
datatables.net from 2.3.7 to 2.3.8 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8574";>#8574</a>] - Bump 
datatables.net-bs5 from 2.3.7 to 2.3.8 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8573";>#8573</a>] - Bump webpack from 
5.105.4 to 5.106.2 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8572";>#8572</a>] - Bump 
datatables.net-dt from 2.3.7 to 2.3.8 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8571";>#8571</a>] - Bump 
start-server-and-test from 3.0.0 to 3.0.2 in /storm-webapp</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8569";>#8569</a>] - Bump 
mockito.version from 5.14.2 to 5.23.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8567";>#8567</a>] - Bump 
io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.1 to 10.0.0 in 
/examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8566";>#8566</a>] - Bump 
com.google.code.gson:gson from 2.13.2 to 2.14.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8564";>#8564</a>] - Bump 
commons-io:commons-io from 2.21.0 to 2.22.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8560";>#8560</a>] - Bump 
org.yaml:snakeyaml from 2.2 to 2.6 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8559";>#8559</a>] - Bump 
com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8558";>#8558</a>] - Bump 
spring.version from 7.0.6 to 7.0.7 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8557";>#8557</a>] - Bump 
activemq.version from 6.2.4 to 6.2.5 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8556";>#8556</a>] - Bump 
commons-codec:commons-codec from 1.21.0 to 1.22.0 in /examples</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8555";>#8555</a>] - Bump 
io.github.git-commit-id:git-commit-id-maven-plugin from 9.0.1 to 10.0.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8554";>#8554</a>] - Bump 
netty-tcnative.version from 2.0.75.Final to 2.0.77.Final</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8553";>#8553</a>] - Bump 
redis.clients:jedis from 7.4.1 to 7.5.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8552";>#8552</a>] - Bump 
com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.21.3</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8551";>#8551</a>] - Bump 
org.apache.maven:maven-resolver-provider from 3.9.14 to 3.9.15</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8550";>#8550</a>] - Bump 
spring.version from 7.0.6 to 7.0.7</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8549";>#8549</a>] - Bump 
commons-codec:commons-codec from 1.21.0 to 1.22.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8548";>#8548</a>] - Bump 
com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8547";>#8547</a>] - Bump 
com.google.code.gson:gson from 2.13.2 to 2.14.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8546";>#8546</a>] - Bump 
joda-time:joda-time from 2.14.1 to 2.14.2</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8545";>#8545</a>] - Bump 
commons-io:commons-io from 2.21.0 to 2.22.0</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8544";>#8544</a>] - Bump 
prometheus.client.version from 1.5.1 to 1.6.1</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8543";>#8543</a>] - Bump 
activemq.version from 6.2.4 to 6.2.5</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8540";>#8540</a>] - build: replace 
storm-maven-plugins with git-commit-id-maven-plugin</li>
+       </ul>
+
+       <h2>documentation</h2>
+       <ul><li>[<a href="https://github.com/apache/storm/pull/8700";>#8700</a>] 
- Update checkstyle and Modernize config (#8585 - Phase 1, Phase 2)</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8587";>#8587</a>] - [STORM-3962] 
Update integration page for Kafka links</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8584";>#8584</a>] - Fix outdated code 
references in message passing documentation</li>
+               <li>[<a 
href="https://github.com/apache/storm/pull/8539";>#8539</a>] - docs: drop stale 
Clojure references after Clojure removal</li>
+               <li>[<a 
href="https://github.com/apache/storm/issues/7744";>#7744</a>] - [STORM-3962] 
Update integration page for Kafka links</li>
+       </ul>
+</body>
+</html>

Added: dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html.asc     Sat Jul 18 
20:54:27 2026        (r86071)
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmpb5e0ACgkQQNSzXiwU
+UuXZjAv+NS7qmI6KkTavqaZ2QI6mPY2YL3bbReQFzqBvP1KlPFRY9aAepqRxh1YO
+CSOI7NdQlez18ESCHtmIqZRZ9NuzDQpaCYCxH8c2Ve02/V3F5SAw248Hw7dklw9F
+Fgp6NjemXRe7IYVnZ/r19tLt0a1Hl3peJyeF4MqmEvtuxz+AWicIfaDljaiqyYxZ
+qDppen1VS60K0g5VZTsD5PTZ4631lHqQy+BZHRlwGFzt+dHrIWKpp9uXibJckcrX
+hfZGgUw6Yz/kc1GbnmmRs8UtU/IkCfdqdEc1kSe76IKbrC7BDk0j8/JHIB5fPVMY
+enT4MxyatRL+wLDYo1+RhtscKF8ErXiSp/zJzwfKBaRyYEbHjQWuvQXRe/k9EC+u
+fuYmeOHuU7fmSGkWkZfMVn+oAv8xuB/13rrWDjFddEGBjsxacOsV5J4QPhmI/Fx9
+agrn18Eb6pZvWBMeC2UcsvSsMecGJdXzSTm8n4VG+dE2vf7iR9nMe7pgCjwMAXug
+EyfjMkVy
+=ly5W
+-----END PGP SIGNATURE-----

Added: dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/RELEASE_NOTES.html.sha512  Sat Jul 18 
20:54:27 2026        (r86071)
@@ -0,0 +1 @@
+d6b2cb5fd08dc856d2292f66126ee3bd8773e3fb061f70db626ceef65e6d5458d2b6d4884c6bb1eeb89c4541c1fc188d32be06ceb4744aa556b95cb3d58291ad
  RELEASE_NOTES.html

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.tar.gz
==============================================================================
Binary file. No diff available.

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.tar.gz.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.tar.gz.asc Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmpbzvAACgkQQNSzXiwU
+UuUlLQv/UGVkp0jYatBGllTGE/5Yns7Yz/UgnGWh0vdJwJa0aFMlkM/sp2nIYPRx
+d5PighcD9pXrU6rdOCbBoAe+KRra4TRebpGW9NTr1B2vUv6+LtvuTujrXh4ixped
+QDDDYVnf0Bt5BsLBTvR3fvsaQIPw1qCZcKw9g3IwkWqoi3fo0lcaygcxHZIIUBGH
+Z5uy4jwJ2ZtXb3z9lxeBnXH+ynYYTN0jI7A5DhTfL/a26Q7wWq6k5KxtkBcZA9Xj
+bG1ft8ZRQ/rIbNRGojTJxXJGYh1AFE/z9KTj3+1JCflsmJwr8CEbhhwyXx+m0INg
+NJt5acTOKR4D2H4U/XI4W3b8YK3+itP9TDns64z2CAZNITFUPDRvA+HIsSCagTUB
+QQ4DAud3cJEBb8tz4vr4J+SLiwXuuwZhaoIEaNO2tVbdiTBR0fHLmN9BLugn0a8k
+7g1OfQOTQ9ekHwnnSS9b0hGlWFNuclqSNwkPKJUqYiXIEVrq7FUub1juUnZtdaO8
+Y1c2GjkE
+=u0kB
+-----END PGP SIGNATURE-----

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.tar.gz.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.tar.gz.sha512      
Sat Jul 18 20:54:27 2026        (r86071)
@@ -0,0 +1 @@
+09e7961ba88ccc25a61a470df889f796d1b19c65c3bfa26064c4bda32dfdacb4723b78d698e90e609e7535ae400bcbac6981c32d8e0b7db0bea8359b7cf348cf
  apache-storm-3.0.0-lite.tar.gz

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.zip
==============================================================================
Binary file. No diff available.

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.zip.asc    Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGyBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmpbzvEACgkQQNSzXiwU
+UuWFtwv3ZL8U38EEQMadu7MfOB14R62Xqjf1zLIGa/xx6evVBcshAacAWEyoBrcr
++lniENJ72BhXwLe1FkbA/SBb++jCPuayRsrtOr/2zSuT3ODN+z04MkqGwbwiT3Wk
+lJvHZqWW+Sv0SzAuQfU2YLjEBwP0S13FNGzWdfQMbq1XM9lZy7x2F4Boi9RDMsge
+4i6FcPF7+vmpVKrMTjmQs/tArMAZbpGVuC5dzeuKF/AR6t/qBjcxIoWmPj/NtUgD
+jXqbeyB2dUayP0+kEhPkqR5VA5xN5jW0tJskkcl1uu19KT1mFDEMYL9/kOeD0RSt
+8KwA+MIeJ9J+HM5eZUvzf6PitoHdqx+wsOvy7yS9/BbM17UKQpvkaNCcVc/okGbV
+dG+oT0ryLICOP6o7A+3Z3NZLVgAv8OYcxWYgnRElTCi4gUoSCobR+1UmF4C6APx5
+gTWGg+4VD6ZM1yy4kWeiqI66RP5edsVnnMcvx8DHUuC7lS9zZX1Vqx/cD0fjwiTY
+3Dsd/9s=
+=t0HL
+-----END PGP SIGNATURE-----

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-lite.zip.sha512 Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1 @@
+541e552d678bb1260c42dda6647f740af22d38ee5830764dec108f3943b18853ce226b19b24e642f467e39efd0bf8ba493c55ba3016b415f7b3a1d4e0639727b
  apache-storm-3.0.0-lite.zip

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.tar.gz
==============================================================================
Binary file. No diff available.

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.tar.gz.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.tar.gz.asc  Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmpbzwEACgkQQNSzXiwU
+UuXMgwwAi9lVIsFQHL+bB94Q6EuWwTsYniIG4Qc2UvXjJeETV9jaaBrU4gsWIrIq
+zs5o+0QpaOCCjH9zZHblc8S3P/ARfqB0XuaHFTUITP7EjM2+PQHi+McCx5JK73eB
+Ut9kEUeenKL3FMtP12HDKHV+H0lfJOldfexuVDu0zWg+TUVwOqO5V2s1zoatN57G
+/LRlpBApkLKtHj7ux7MfTVB3ip5shJ2woEL/7mtd54MIfsYn42GtzxwAIzdSGJv4
+MFuK0r2qnYxWhGueQQ6c32lK1j/MkHglWCUz6/N4DxcuohC9OHL6IXO/RvRwi6s5
+oq3KU+2OYM7PWRL2LMJpejglgk4uBwqV2XotOIgX+eP9DZoibbfkZcOny/Z0VnmT
+3F5+BnobWhCkV4MKesmteCQxxLFJ/joF86wpbC6S6U4jGCcY10DXoZSlyhKtXFKH
+6wRy639mvHhxaD/mYT9UEjOJ2JiSMydBA7e1KdVzB7dB1J9GXWHvfbvxgt/IPEz0
+bsQjETP6
+=pyzF
+-----END PGP SIGNATURE-----

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.tar.gz.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.tar.gz.sha512       
Sat Jul 18 20:54:27 2026        (r86071)
@@ -0,0 +1 @@
+52f606ae9ee118a3bccc8951d3d617fa705cd7607d70df02ff2e4b17351cd11d1a9fa2c569d95967577687d9052c75e95be8a138dd3ada2d30a005ef7e719aee
  apache-storm-3.0.0-src.tar.gz

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.zip
==============================================================================
Binary file. No diff available.

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.zip.asc     Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmpbzwEACgkQQNSzXiwU
+UuVECwv+OjJ4jET4G392F909QsD0o2KsRLlvEbpFghxIa1t38lgttb6a8BmS9fsz
+Lr5oJzux7/LJhbu2a7DIbgxrbPy3QVvsWs/GbBCA0QlB8Uwzj68ASyx01Ys9xKKd
+jsDXoJDokx1PWtBpZQy7qXp95RCeVtfvFI9rJyMNsz05vTqdHHQPoLTxF2ITj0Z6
+m/2OOf40tT/2F/IAU9Eo3upHswqYLu4T2qIiIvf9340JkwQwFcFm+DySIfzIRd4B
++Frj/ziajh5qUs7M+2+80ow7anxieT478gnV0iBZgPmQDpQs9jnKQLU9Rvxsq0We
+FqLO5K8QVoTt0rvoFtKRtq2hcmD3htEqT8LIdPw4WZxPD71Wn6G3So7S3tJfXds2
+0mhk0/3VH63hDqZFRiDostSUnaPn6FR+/5wpaD5woaQQIbug8kVvBXzV28OvXqX3
+8nVkrdowzgZDdeCOFpAMk0O43DqOaxSod20t37z2DpsoBgq+4PDqM0s1zY52UEpI
+PDVC15tU
+=Xx4e
+-----END PGP SIGNATURE-----

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0-src.zip.sha512  Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1 @@
+82749c8d1d3a488c8a65ecd3513336cd56728a2357979298520449c428967286d217478c25e30b468c7ac7d7bac197090fab0df72671a9595b94aa49fb9cbdbe
  apache-storm-3.0.0-src.zip

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.tar.gz
==============================================================================
Binary file. No diff available.

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.tar.gz.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.tar.gz.asc      Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmpbzu8ACgkQQNSzXiwU
+UuUbIQv/SVbvPTBZxArdEuNJimGZSJAzdCeIdomKjJvSNOxVUdODQPVvT+1h22zd
+qfnOAlGhS8dFHWjnKL0Z86DeSwSPNjt6m25dU59Cbqdr1RCtg0An0ZlLucwN/yEJ
+/afszFEznnjSEcqTZAWu8m2iNwJ+cbmJ0z610HJKFf9NwPbmAIeMgjMcopjIfRET
+/iCZyUWu2DluNq0htfSpuQGu54xWjLMOCJwFdbw54P7zaaTkz22/IWalUjHvVh7R
+mYUhQWZ4avx7/6JJxInc6CRJsaaGLMIeW6FTXzKPvOmN+jp9FVSaETCSquTYGEa8
+sC1u39HpaAjtiqb+J+/xqikZV3fi7rvBQ7PUTOtjdcwK7YiFs6Cd5x4p6zJcqTo0
+Ci57djoUpmND0o4/nKDUIc1H6bEoRN/RDgvhaFtpCrg52LA7Yr23Z69ompQ9UJZy
+ARcA5/id2Bvg+J+Q5DPFpOI5j43RnUf4XkelcSd49kJSJdgVCf4nU+HJxKfS3pL+
+Z+oGshCT
+=cDJS
+-----END PGP SIGNATURE-----

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.tar.gz.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.tar.gz.sha512   Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1 @@
+e21b2bbf6890d26abd67cf6afe99c76259071fe2b259cb41c4c11bac08fbcbb9d18af4213cab17c9df5b2fb7e9a300f9409729a4196d1fdaafe1c0d8f36cb0ce
  apache-storm-3.0.0.tar.gz

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.zip
==============================================================================
Binary file. No diff available.

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.zip.asc
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.zip.asc Sat Jul 18 
20:54:27 2026        (r86071)
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNATURE-----
+
+iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmpbzvAACgkQQNSzXiwU
+UuXo5Qv/QV7FSpHJpeAsDSeywhIYs+KwHf7iP1ZMwtOgvePw2rQSlrM9I2Z5h3Gj
+HNoqEPJ8ctlIpZhRBEerpJffphbQbbTUEMCtBqymKEBtjcv0x/MhtHJBJ4rq4dSq
+mu6MbpU4MukgE4yBRY3w6uid7b4sFBixT58XfWec13n1GqyViLgDq4iLm8hRpZiQ
+bfWGBiteaskH+HD6E2oZ7qEYzboTePIcnYamVJIxiPqocVLJN0kB3WLx1Szv72NY
+57R1c3XFWKI/GDVBDfmdp4m//JYcpBUr0eiCS8NCUwlNAb2erXSkanNFqjc/e/yR
+9/NwRVbOD84xvAvfhugOMsFzU42NdorafuY3RzWLj7iExZ02C6oUAU6Lfe3aqP+0
+h/fZ0N58BBWQzgyShxIgWfr9gDXGsyDWJ4ZSg8hETa5BPbFMJ16A8p2ZY0q7DAVq
+EQEFR4BnItwFh9myOr5rO/quG3XFkiyyr/VRvxiRxMwT6lqC3gZDxaJ4eWKmSNw5
+tG5gt/sO
+=iqS0
+-----END PGP SIGNATURE-----

Added: dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.zip.sha512
==============================================================================
--- /dev/null   00:00:00 1970   (empty, because file is newly added)
+++ dev/storm/apache-storm-3.0.0-rc1/apache-storm-3.0.0.zip.sha512      Sat Jul 
18 20:54:27 2026        (r86071)
@@ -0,0 +1 @@
+5cef37a8ced11903917d4d1b9ab2f3352a91aaa913fbcf413c4cbb0960db1dc0bfbd66f6c07cd9a8a9e374e409b28c71b71f17c9f3e7dcdd2bf1961a6544c709
  apache-storm-3.0.0.zip


Reply via email to