Author: rabreu Date: Fri Sep 11 18:31:15 2026 New Revision: 87466 Log: Add release candidate apache-storm-3.1.0-rc1
Added: dev/storm/apache-storm-3.1.0-rc1/ dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html.asc dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html.sha512 dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.tar.gz (contents, props changed) dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.tar.gz.asc dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.tar.gz.sha512 dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.zip (contents, props changed) dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.zip.asc dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.zip.sha512 dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.tar.gz (contents, props changed) dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.tar.gz.asc dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.tar.gz.sha512 dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.zip (contents, props changed) dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.zip.asc dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.zip.sha512 dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.tar.gz (contents, props changed) dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.tar.gz.asc dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.tar.gz.sha512 dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.zip (contents, props changed) dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.zip.asc dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.zip.sha512 Added: dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1,176 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Release Notes for Apache Storm 3.1.0</title> +</head> +<body> +<h1>Release Notes for Apache Storm 3.1.0</h1> +<p>Issues addressed in 3.1.0.</p> + + <h2>bug</h2> + <ul><li>[<a href="https://github.com/apache/storm/pull/9082">#9082</a>] - STORM-3871: sweep dependency blobs that outlive their topology's cleanup</li> + <li>[<a href="https://github.com/apache/storm/pull/9076">#9076</a>] - Drop malformed tuple payloads instead of killing the receiving worker</li> + <li>[<a href="https://github.com/apache/storm/pull/9075">#9075</a>] - Harden the java serialization fallback bridge with a JEP-290 serial filter</li> + <li>[<a href="https://github.com/apache/storm/pull/9069">#9069</a>] - Apply one redaction rule to configuration served and logged by Storm</li> + <li>[<a href="https://github.com/apache/storm/pull/9014">#9014</a>] - Test the OCI launch-command username and mount-source enforcement</li> + <li>[<a href="https://github.com/apache/storm/pull/9013">#9013</a>] - Return independently owned value arrays from get_values</li> + <li>[<a href="https://github.com/apache/storm/pull/9012">#9012</a>] - Reject a topology submission that lists a blob key which is not a dependency blob key</li> + <li>[<a href="https://github.com/apache/storm/pull/9011">#9011</a>] - STORM-3871: remove a topology's dependency artifact blobs when it is cleaned up</li> + <li>[<a href="https://github.com/apache/storm/pull/9010">#9010</a>] - Restrict OCI bind-mount sources to configured directories and check the launch command username</li> + <li>[<a href="https://github.com/apache/storm/pull/9009">#9009</a>] - Validate the worker id in profile-docker-container</li> + <li>[<a href="https://github.com/apache/storm/pull/9008">#9008</a>] - Validate the container id and invoke runc without a shell in reap-oci-container</li> + <li>[<a href="https://github.com/apache/storm/pull/9007">#9007</a>] - Read and check the docker command file before changing worker directory ownership</li> + <li>[<a href="https://github.com/apache/storm/pull/9006">#9006</a>] - Apply worker file ownership and mode via an open descriptor</li> + <li>[<a href="https://github.com/apache/storm/pull/9005">#9005</a>] - Evaluate authorization for requests that carry no principal</li> + <li>[<a href="https://github.com/apache/storm/pull/9004">#9004</a>] - Require every UI API endpoint to declare its authorization</li> + <li>[<a href="https://github.com/apache/storm/pull/9003">#9003</a>] - Filter the topology history by the authenticated caller rather than the requested user name</li> + <li>[<a href="https://github.com/apache/storm/pull/9002">#9002</a>] - Authorize createStateInZookeeper requests like the other blob operations</li> + <li>[<a href="https://github.com/apache/storm/pull/9001">#9001</a>] - Check the calling principal against the topology owner in uploadNewCredentials</li> + <li>[<a href="https://github.com/apache/storm/pull/9000">#9000</a>] - Apply the nimbus ACLs to listBlobs so callers only see blobs they may read</li> + <li>[<a href="https://github.com/apache/storm/pull/8999">#8999</a>] - Validate topology.blobstore.map in rebalance conf overrides against the calling user</li> + <li>[<a href="https://github.com/apache/storm/pull/8998">#8998</a>] - Evaluate nimbus.groups when nimbus.users is empty</li> + <li>[<a href="https://github.com/apache/storm/pull/8993">#8993</a>] - Decode netty server frames only after the handshake completes</li> + <li>[<a href="https://github.com/apache/storm/pull/8992">#8992</a>] - Update StormSubmitter logging behavior</li> + <li>[<a href="https://github.com/apache/storm/pull/8991">#8991</a>] - Return a normalized copy of the topology conf from Nimbus</li> + <li>[<a href="https://github.com/apache/storm/pull/8990">#8990</a>] - Require Kryo class registration in the state serializer</li> + <li>[<a href="https://github.com/apache/storm/pull/8989">#8989</a>] - Generate tuple tree ids from a key stream instead of a recoverable linear congruential generator</li> + <li>[<a href="https://github.com/apache/storm/pull/8988">#8988</a>] - Pass only the required Kafka consumer properties to the spout lag monitor</li> + <li>[<a href="https://github.com/apache/storm/pull/8987">#8987</a>] - Verify the peer identity of the Netty TLS server the worker client connects to</li> + <li>[<a href="https://github.com/apache/storm/pull/8986">#8986</a>] - Restrict topology scheduler strategies to the shipped strategies when no allowlist is configured</li> + <li>[<a href="https://github.com/apache/storm/pull/8985">#8985</a>] - Remove DRPC per-function request queues once they are empty</li> + <li>[<a href="https://github.com/apache/storm/pull/8983">#8983</a>] - Reject image tags that are neither mapped nor valid image hashes before building the manifest path</li> + <li>[<a href="https://github.com/apache/storm/pull/8982">#8982</a>] - Give each uploaded dependency artifact its own blob key instead of reusing a pre-existing blob</li> + <li>[<a href="https://github.com/apache/storm/pull/8981">#8981</a>] - Reject blobstore map local names that resolve outside the topology and worker directories</li> + <li>[<a href="https://github.com/apache/storm/pull/8980">#8980</a>] - Reject submitted jar locations that are not inside the Nimbus inbox</li> + <li>[<a href="https://github.com/apache/storm/pull/8979">#8979</a>] - Add to instead of replace Jetty's default TLS exclusions on HTTPS connectors</li> + <li>[<a href="https://github.com/apache/storm/pull/8978">#8978</a>] - Change the worker log file permission only for download requests that are served</li> + <li>[<a href="https://github.com/apache/storm/pull/8976">#8976</a>] - Set the CORS filter credentials parameter explicitly instead of a header name the filter ignores</li> + <li>[<a href="https://github.com/apache/storm/pull/8975">#8975</a>] - Stop echoing the request Origin with allow-credentials in logviewer JSON responses</li> + <li>[<a href="https://github.com/apache/storm/pull/8974">#8974</a>] - Return only the log files the requesting user may access from the log file listing</li> + <li>[<a href="https://github.com/apache/storm/pull/8973">#8973</a>] - Apply the configured log user and group lists to daemon log requests</li> + <li>[<a href="https://github.com/apache/storm/pull/8972">#8972</a>] - BugFix Utils.java</li> + <li>[<a href="https://github.com/apache/storm/issues/7653">#7653</a>] - [STORM-3871] Storm blobstore leak space</li> + </ul> + + <h2>dependencies</h2> + <ul><li>[<a href="https://github.com/apache/storm/pull/9080">#9080</a>] - build(deps-dev): bump svgo from 4.0.2 to 4.1.0 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9072">#9072</a>] - build(deps-dev): bump fast-uri from 3.1.5 to 3.1.7 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9071">#9071</a>] - build(deps-dev): bump browserslist from 4.28.1 to 4.28.8 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9070">#9070</a>] - build(deps): bump postcss-selector-parser from 7.1.1 to 7.1.5 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9067">#9067</a>] - build(deps): batch open Dependabot version updates</li> + <li>[<a href="https://github.com/apache/storm/pull/9066">#9066</a>] - build(deps-dev): bump start-server-and-test from 3.0.11 to 3.0.12 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9065">#9065</a>] - build(deps-dev): bump css-loader from 7.1.4 to 7.1.5 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9064">#9064</a>] - build(deps-dev): bump webpack-cli from 7.2.2 to 7.2.3 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9063">#9063</a>] - build(deps): bump cytoscape from 3.34.0 to 3.34.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9062">#9062</a>] - build(deps-dev): bump webpack from 5.109.2 to 5.110.1 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9061">#9061</a>] - build(deps): bump vis-data from 8.0.4 to 8.0.5 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9060">#9060</a>] - build(deps): bump datatables.net from 3.0.0 to 3.0.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9059">#9059</a>] - build(deps): bump js-yaml from 5.2.2 to 5.4.1 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9058">#9058</a>] - build(deps): bump cytoscape-dagre from 4.0.0 to 4.0.1 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9057">#9057</a>] - build(deps): bump datatables.net-bs5 from 3.0.0 to 3.0.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9056">#9056</a>] - build(deps): bump vis-network from 10.1.0 to 10.1.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9055">#9055</a>] - build(deps): bump datatables.net-dt from 3.0.0 to 3.0.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9054">#9054</a>] - build(deps-dev): bump cypress from 15.19.0 to 15.21.1 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/9053">#9053</a>] - build(deps): bump org.apache.xbean:xbean-spring from 4.31 to 5.0.0 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9052">#9052</a>] - build(deps): bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9051">#9051</a>] - build(deps): bump org.junit:junit-bom from 6.1.2 to 6.1.3 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9050">#9050</a>] - build(deps): bump com.fasterxml.woodstox:woodstox-core from 7.2.1 to 7.2.2 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9049">#9049</a>] - build(deps): bump org.objenesis:objenesis from 3.5 to 3.6 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9048">#9048</a>] - build(deps): bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-15 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9047">#9047</a>] - build(deps): bump io.netty:netty-bom from 4.2.16.Final to 4.2.17.Final in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9046">#9046</a>] - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.22.1 to 2.22.2 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9045">#9045</a>] - build(deps): bump activemq.version from 6.3.0 to 6.3.1 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9044">#9044</a>] - build(deps): bump org.apache.avro:avro from 1.12.1 to 1.12.2 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9043">#9043</a>] - build(deps): bump spring.version from 7.0.8 to 7.0.9 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9042">#9042</a>] - build(deps): bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9041">#9041</a>] - build(deps): bump byte-buddy.version from 1.18.11 to 1.18.12 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9040">#9040</a>] - build(deps): bump metrics.version from 4.2.39 to 4.2.40 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9039">#9039</a>] - build(deps): bump com.puppycrawl.tools:checkstyle from 13.9.0 to 14.0.0 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9038">#9038</a>] - build(deps): bump org.apache.xbean:xbean-spring from 4.31 to 5.0.0</li> + <li>[<a href="https://github.com/apache/storm/pull/9037">#9037</a>] - build(deps): bump org.jctools:jctools-core from 4.0.6 to 4.0.7 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9036">#9036</a>] - build(deps): bump com.google.guava:guava from 33.6.0-jre to 33.7.1-jre</li> + <li>[<a href="https://github.com/apache/storm/pull/9035">#9035</a>] - build(deps): bump jetty.version from 12.1.11 to 12.1.12 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/9034">#9034</a>] - build(deps): bump com.github.luben:zstd-jni from 1.5.7-12 to 1.5.7-15</li> + <li>[<a href="https://github.com/apache/storm/pull/9033">#9033</a>] - build(deps): bump redis.clients:jedis from 7.5.3 to 8.0.1</li> + <li>[<a href="https://github.com/apache/storm/pull/9032">#9032</a>] - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.22.1 to 2.22.2</li> + <li>[<a href="https://github.com/apache/storm/pull/9031">#9031</a>] - build(deps): bump org.junit:junit-bom from 6.1.2 to 6.1.3</li> + <li>[<a href="https://github.com/apache/storm/pull/9030">#9030</a>] - build(deps): bump org.apache.commons:commons-collections4 from 4.5.0 to 4.6.0</li> + <li>[<a href="https://github.com/apache/storm/pull/9029">#9029</a>] - build(deps): bump spring.version from 7.0.8 to 7.0.9</li> + <li>[<a href="https://github.com/apache/storm/pull/9028">#9028</a>] - build(deps): bump com.fasterxml.woodstox:woodstox-core from 7.2.1 to 7.2.2</li> + <li>[<a href="https://github.com/apache/storm/pull/9027">#9027</a>] - build(deps): bump netty-tcnative.version from 2.0.81.Final to 2.0.82.Final</li> + <li>[<a href="https://github.com/apache/storm/pull/9026">#9026</a>] - build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.22.1 to 2.22.2</li> + <li>[<a href="https://github.com/apache/storm/pull/9025">#9025</a>] - build(deps): bump org.objenesis:objenesis from 3.5 to 3.6</li> + <li>[<a href="https://github.com/apache/storm/pull/9024">#9024</a>] - build(deps): bump activemq.version from 6.3.0 to 6.3.1</li> + <li>[<a href="https://github.com/apache/storm/pull/9023">#9023</a>] - build(deps): bump org.jctools:jctools-core from 4.0.6 to 4.0.7</li> + <li>[<a href="https://github.com/apache/storm/pull/9022">#9022</a>] - build(deps): bump io.netty:netty-bom from 4.2.16.Final to 4.2.17.Final</li> + <li>[<a href="https://github.com/apache/storm/pull/9021">#9021</a>] - build(deps): bump metrics.version from 4.2.39 to 4.2.40</li> + <li>[<a href="https://github.com/apache/storm/pull/9020">#9020</a>] - build(deps): bump org.apache.avro:avro from 1.12.1 to 1.12.2</li> + <li>[<a href="https://github.com/apache/storm/pull/9019">#9019</a>] - build(deps): bump jetty.version from 12.1.11 to 12.1.12</li> + <li>[<a href="https://github.com/apache/storm/pull/9018">#9018</a>] - build(deps): bump byte-buddy.version from 1.18.11 to 1.18.12</li> + <li>[<a href="https://github.com/apache/storm/pull/8970">#8970</a>] - build(deps-dev): bump fast-uri from 3.1.4 to 3.1.5 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8965">#8965</a>] - build(deps): bump datatables.net-dt from 2.3.8 to 3.0.0 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8964">#8964</a>] - build(deps): bump datatables.net-bs5 from 2.3.8 to 3.0.0 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8963">#8963</a>] - build(deps): bump datatables.net from 2.3.8 to 3.0.0 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8962">#8962</a>] - build(deps-dev): bump webpack from 5.108.4 to 5.109.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8961">#8961</a>] - build(deps-dev): bump webpack-cli from 7.2.1 to 7.2.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8960">#8960</a>] - build(deps): bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8959">#8959</a>] - build(deps): bump commons-codec:commons-codec from 1.22.0 to 1.22.1 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8958">#8958</a>] - build(deps): bump com.puppycrawl.tools:checkstyle from 13.8.0 to 13.9.0 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8957">#8957</a>] - build(deps): bump com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-12</li> + <li>[<a href="https://github.com/apache/storm/pull/8956">#8956</a>] - build(deps): bump activemq.version from 6.2.7 to 6.3.0 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8955">#8955</a>] - build(deps): bump activemq.version from 6.2.7 to 6.3.0</li> + <li>[<a href="https://github.com/apache/storm/pull/8954">#8954</a>] - build(deps-dev): bump com.github.eirslett:frontend-maven-plugin from 2.0.1 to 2.0.2</li> + <li>[<a href="https://github.com/apache/storm/pull/8953">#8953</a>] - build(deps): bump commons-codec:commons-codec from 1.22.0 to 1.22.1</li> + <li>[<a href="https://github.com/apache/storm/pull/8952">#8952</a>] - build(deps): bump postcss from 8.5.10 to 8.5.24 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8951">#8951</a>] - build(deps): bump js-yaml from 5.2.1 to 5.2.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8945">#8945</a>] - build(deps-dev): bump svgo from 4.0.1 to 4.0.2 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8944">#8944</a>] - build(deps-dev): bump fast-uri from 3.1.2 to 3.1.4 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8943">#8943</a>] - build(deps): bump org.apache.xbean:xbean-spring from 4.30 to 4.31</li> + <li>[<a href="https://github.com/apache/storm/pull/8942">#8942</a>] - build(deps): bump org.apache.logging.log4j:log4j-bom from 2.26.0 to 2.26.1</li> + <li>[<a href="https://github.com/apache/storm/pull/8941">#8941</a>] - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.22.1</li> + <li>[<a href="https://github.com/apache/storm/pull/8940">#8940</a>] - build(deps): bump bouncycastle.version from 1.84 to 1.85</li> + <li>[<a href="https://github.com/apache/storm/pull/8939">#8939</a>] - build(deps): bump org.apache.thrift:libthrift from 0.23.0 to 0.24.0</li> + <li>[<a href="https://github.com/apache/storm/pull/8938">#8938</a>] - build(deps): bump org.junit:junit-bom from 6.1.1 to 6.1.2</li> + <li>[<a href="https://github.com/apache/storm/pull/8937">#8937</a>] - build(deps): bump redis.clients:jedis from 7.5.2 to 7.5.3</li> + <li>[<a href="https://github.com/apache/storm/pull/8936">#8936</a>] - build(deps): bump byte-buddy.version from 1.18.10 to 1.18.11</li> + <li>[<a href="https://github.com/apache/storm/pull/8935">#8935</a>] - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.22.1 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8934">#8934</a>] - build(deps): bump netty-tcnative.version from 2.0.80.Final to 2.0.81.Final</li> + <li>[<a href="https://github.com/apache/storm/pull/8933">#8933</a>] - build(deps): bump io.netty:netty-bom from 4.2.15.Final to 4.2.16.Final</li> + <li>[<a href="https://github.com/apache/storm/pull/8932">#8932</a>] - build(deps): bump byte-buddy.version from 1.18.10 to 1.18.11 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8931">#8931</a>] - build(deps): bump org.apache.thrift:libthrift from 0.23.0 to 0.24.0 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8930">#8930</a>] - build(deps): bump com.fasterxml.jackson.core:jackson-databind from 2.22.0 to 2.22.1</li> + <li>[<a href="https://github.com/apache/storm/pull/8929">#8929</a>] - build(deps): bump org.apache.logging.log4j:log4j-bom from 2.26.0 to 2.26.1 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8928">#8928</a>] - build(deps): bump jakarta-activation-version from 1.2.1 to 2.0.1</li> + <li>[<a href="https://github.com/apache/storm/pull/8927">#8927</a>] - build(deps): bump io.netty:netty-bom from 4.2.15.Final to 4.2.16.Final in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8926">#8926</a>] - build(deps): bump jakarta.ws.rs:jakarta.ws.rs-api from 3.1.0 to 4.0.0</li> + <li>[<a href="https://github.com/apache/storm/pull/8925">#8925</a>] - build(deps): bump org.apache.xbean:xbean-spring from 4.30 to 4.31 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8924">#8924</a>] - build(deps): bump com.puppycrawl.tools:checkstyle from 13.7.0 to 13.8.0 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8923">#8923</a>] - build(deps-dev): bump webpack from 5.108.3 to 5.108.4 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8922">#8922</a>] - build(deps): bump jetty.version from 12.1.10 to 12.1.11 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8921">#8921</a>] - build(deps-dev): bump cypress from 15.18.0 to 15.19.0 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8920">#8920</a>] - build(deps): bump jetty.version from 12.1.10 to 12.1.11</li> + <li>[<a href="https://github.com/apache/storm/pull/8919">#8919</a>] - build(deps-dev): bump webpack-cli from 7.1.0 to 7.2.1 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8918">#8918</a>] - build(deps): bump org.junit:junit-bom from 6.1.1 to 6.1.2 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8917">#8917</a>] - build(deps): bump bouncycastle.version from 1.84 to 1.85 in /examples</li> + <li>[<a href="https://github.com/apache/storm/pull/8910">#8910</a>] - build(deps): bump js-yaml from 5.2.0 to 5.2.1 in /storm-webapp</li> + <li>[<a href="https://github.com/apache/storm/pull/8909">#8909</a>] - build(deps-dev): bump axios from 1.16.1 to 1.18.1 in /storm-webapp</li> + </ul> + + <h2>documentation</h2> + <ul><li>[<a href="https://github.com/apache/storm/pull/8995">#8995</a>] - Document that an unset scheduler strategy whitelist no longer allows every strategy class</li> + <li>[<a href="https://github.com/apache/storm/pull/8984">#8984</a>] - Clarify worker/supervisor heartbeat docs and deprecate unused nimbus.supervisor.timeout.secs</li> + <li>[<a href="https://github.com/apache/storm/pull/8949">#8949</a>] - docs: add missing 3.0.0 feature documentation</li> + </ul> + + <h2>enhancement</h2> + <ul><li>[<a href="https://github.com/apache/storm/pull/8977">#8977</a>] - Add ui.enable.jsonp to control JSONP callback wrapping in UI and Logviewer API responses</li> + <li>[<a href="https://github.com/apache/storm/pull/8969">#8969</a>] - Sync checkstyle config with upstream google_checks.xml</li> + <li>[<a href="https://github.com/apache/storm/pull/8950">#8950</a>] - Add storm-iceberg module: an Apache Iceberg sink bolt</li> + </ul> + + <h2>rfe</h2> + <ul><li>[<a href="https://github.com/apache/storm/issues/7569">#7569</a>] - [STORM-3787] Add error messages in worker-launcher code where it is missing</li> + </ul> +</body> +</html> Added: dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html.asc Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmqkR98ACgkQQNSzXiwU +UuXsagwAhGNnxtvUP4S8PbwiK+Tbqk4L6N/yFPQN4K8HtC0pvhD/hNT+/Zo9jh87 +7jb1jHa0UBad1qhbghET14YaNzrkqXjvI7dOjT+PaY7fWl4YKHPDNWj87d+KdCUE +n8uey6g+ZUW4VtNiveMWSQOnncqx8RjqgoGXbOTYgqRPN+yfu6EehNRhwNlxeBCM +dLscIvRLeZDf1QeLIBqi02aj/wU8I2yjebbtAdk+Lx+XEGFQ3HBef80NPTac2hYI +yhfbHiFKOGGuQjrymkczietWANoMQgd1bAxP99lDI5cp9aDErtSpURaO2xOQXWKG +jRSlFzSDvWN40SsVWxGQOIXyEYDSNYHUKBaeTPdXMVYxr5bopHxi/71l5fLpjWEL +Fwma043wQSf7S00XFOeuAs6mY0sBTvEl/c29My2+pQKAOict/RbiIx+12N9uCUnS +y5NEhuwRXYT54EWEcteyOkPwGShXDWKNO7pXkDm6ZgRLgrE1oYQuhbeJE2KjuyVj +JrU98kSw +=1pgO +-----END PGP SIGNATURE----- Added: dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/RELEASE_NOTES.html.sha512 Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1 @@ +f626be2eae7a0918998153125df967443ceaf8c90c47123a26d4a2d012a27c57b4df3ca12b0f4355d36ecb4268b18cddaa033f01073bd387178adebbe7a0a698 RELEASE_NOTES.html Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.tar.gz ============================================================================== Binary file. No diff available. Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.tar.gz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.tar.gz.asc Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmqkOuoACgkQQNSzXiwU +UuWTewwAlYkwZ5UgXq97rXW3PYtTY8qNCuD20KkAm/MoTnwbYJnSuYDeecrThTwz +4HQ7shY36RumJ8Eu4TIh8W6I7NEOVbrJutK/p5TBqDcW60g8HQ7LG7ndgEPmfpQF +Kg6ZsmfrmcJ3pGglP7d2bquNu8AFYBpg7JgsHG0FkKpxnwFzeOgDpp6XMjgbYQpD +RHwxFGXDpowDgBbJr8BKpk/7VRzrD42DJ8UNWVc3TJlgBf4eqcqMnA9QAF1rw7xq +askcuOpwaapRRd8liEXTIDYvTwcDoIzUdyknFNo44odu5qbZ07tC8MbTXyibzA0V +55LGIJ8lTAx08KxqPqN6uyeAT7hjcefFO7a4rq+T8/PmTNF8I985XDbU/f0Z9Kci +plSriSp6mqEQTjxHYxNYHj5wbsNnognPjTxo9xSU2Tt+NPUzRuozuvYagUrxdXEJ +oy8NqLR5xnyRVEDf/bWze5byUFOTCWGCmNAYv9eKmeKwFJZU1EYgPST1AKca9DB3 +upQ405II +=bJ3A +-----END PGP SIGNATURE----- Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.tar.gz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.tar.gz.sha512 Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1 @@ +30a391224bd49e1ff7f400ed1a1e768ea4844817d71caf1dccc57c1974dfcb925e45819c9fc618754a4f8cd7af3b93da18eb0e465aedcd5032700fe716e30072 apache-storm-3.1.0-lite.tar.gz Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.zip ============================================================================== Binary file. No diff available. Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.zip.asc Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmqkOusACgkQQNSzXiwU +UuVIrgwAwNQT3I/MLoOpKxU9YHOQ7qHOid55DZMwI7jmS9Y2K6/mT33HpBYePBXC +krH2GP2XHBkkyexks4H3vxXi2M1K3bpBtz6+uOxE3MiQxJv79CaD5EA8WZhgwcAo +Ui3uHkfPhjvn5bJTQteniGjYOP5GJUI6w9rUdI4s+uxX872taJmvYa30Q8YBDdQt +wHXriWu1vl1K33xSox9vFVwBNYOpr5HsgLWk2Tkx/66RgsjHgzDhWLGb0ZvdWoYb +JxWCd3ZnpKpBg5poa9MYlHEt7cXbXJPq3YijcGa8RLTvMHDc4SiQh8UHmGbMx0Gx +FB4ZXuFTGeBnrfioEYoetL+J0DVugo9Ec2bt4vTFr7mihT+LIkFcmHyh04VFr3My +buB+AD/cHTF91yYu69W2f2e1NPqdLO4ojt6Ji7NJ0275ua5COdSWRMhJSRJIrCpf +UisEo8EYXsHqgaWYJVc+y0wZx0QZ3DuiWpQr/RQ/cO7H3AM7rBH8Gr1nh+0M+Ir3 +eg+ivyAP +=tTXL +-----END PGP SIGNATURE----- Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-lite.zip.sha512 Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1 @@ +10c6d9bbe8888f822dbc843deca8e0177a32a185b7f5060d373e5c0cf11ef3300afb72147ca75b31da21d92a1f9f18da725ddd7e25f468760db6a3f0a891c81d apache-storm-3.1.0-lite.zip Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.tar.gz ============================================================================== Binary file. No diff available. Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.tar.gz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.tar.gz.asc Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmqkOv8ACgkQQNSzXiwU +UuXRegv/cNfERmgyPJ7HS26CnUdUO+gz6GCopefvf71FP3qL3exGcYAw5m/gSsp4 +Jesd7yy1ON+iYV4V0FiyGIqfaxmcGcYaNN6PUyRGkqKzqVuXEjVHvSZRyHVPf0xg +nkTA3s6mgGUnspFOAjEykM+deSc2ZiexmEf4lrlHgiXtgvEucowJ23kIGOG2ztH/ +YBdASf97OnY+UTuPh7OGQpCuXIDnGLjeyHuYrQQtDQybFsbH0OvWcTBRB31r3Xk3 +0ZKV1ymzXC4qJ716aGFw+pmyc479H2T+o0/T5ROUkU/u7CaPpCsTlUbYGjk3thbl +c/8L0jZ8RthaU9XbGFxq/KANrdg1gNXbujhfjnemQfU2F2Qi4yRNnKDxFCXou4By +2HqfrQzgvQcXHOjIFqFfVsEB2vs5Ha+5vRWpxFs+NwNapogv5JZI/QAv/G82OuDs +gieGfi5YRWd06CJ7Pp0bPTbHI7w7NYrANw3zJonp0rdBnuoPHonHJzeZ4pv85vhd +9RE8PO4I +=8Roa +-----END PGP SIGNATURE----- Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.tar.gz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.tar.gz.sha512 Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1 @@ +91c0feef960d16efb69daad246eb266242d512c656e7562504d2695192c930b8f1edc2d37c5cfc8a26d20adc0a933616b0f665440929406eae405822c0ad1f09 apache-storm-3.1.0-src.tar.gz Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.zip ============================================================================== Binary file. No diff available. Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.zip.asc Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmqkOwAACgkQQNSzXiwU +UuWItwv+IP6HyzLtAmmArIOi7DUN+m/K5MIemjEVUhBR59Afj/y8LNwxDmE+NLz4 +9B+PcqSs17JaY4Xgg3JgjduivHJ7CMRKRzrJs3W3wJieRALQ2l5Ay7qkFBufkRW3 +PiKu+M7dhId49bdVBp0LDmepHdmq/sFs1VvJnNPHA1c4E/t+Uk5k8gSG3j+AaukL +1vARWrTrmlvBM4pPOo274a0aPXlV/YrrCRaFsuFTAk4PCW4/aBuAzIrZ3aGB10se +Otp/4n4853LRD+eQpPo0vjG58rT0zpbs3mZx3v9ncMjfL3WIwBCqxpUtpnX5so5M +qkh2U1xrtBGhAIJWmxTjU6OrjyPsqXBw/TPDih9D7hbXCUmGmCtjE0S1BrslFDsa +i9g707ML/Tmr8zq27Or55kpHjy1PJObslqQOcPfEXenvcd0oli7Cyw+JiOZGl64A +D/TU70iOOkpa3NvotpQavDY1+6qmiglBUh7U0WI4eNUjMxVx5VwgHS1KKAo4/vYY +kF67Cc1w +=qWwE +-----END PGP SIGNATURE----- Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0-src.zip.sha512 Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1 @@ +a31b0131e72f6e2855ccf6ece5b8712862ba0568b06475968888d893b7f99520e693d1325759b947dff69655d2213d3f1faebf25117477553da4eeaf6ad43927 apache-storm-3.1.0-src.zip Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.tar.gz ============================================================================== Binary file. No diff available. Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.tar.gz.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.tar.gz.asc Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmqkOukACgkQQNSzXiwU +UuU2AQwAswaR9A5n03xdRq90hxOB+iAobuiBcJFVnGI9LSiagNIpNtjwRSkyiaN7 +36rIHKncabCoqZAySbEQS/D8u//h85hB2gurXqFwSfhrJiRUnl+qJsmFjlQBxO+U +70VTSkt1nWex8I+o95mQP3HuqhkMbDUL/MN9mDp4lzgAZ/k+lC+ajXCxebdkdj+K +KQ0e+04nZg+zOw4RxmJftVVRcB1PL2B2XkZCf7w9ZCYP1dbeirLLKzm2N2+A/rAF +EEN+eDIPnx8CAb943x+aD952AL9yciVbHa6Y3sMvr9T2SMEN4iRR9iB56yR3Jnc2 +qKJcP7wKrrUCFRM/KdKNEDqnlfK4Dh2fhjsZlTSdnZargdNna2KrEG/rEQrXe/sQ ++nNrDpjk6IxnhRXLYxh/0QiQRVgpjtVFhW3FfQw2muVw11RKjewrl3tIWJCgLdpF +Kk0Gs/GjXnc3ZVxCFxCwXKEJ19Ofd+k/pr14JQHsGqhGsl9Kqim0Aid1rrd9Uzlq +ywlAvDI3 +=rtYp +-----END PGP SIGNATURE----- Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.tar.gz.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.tar.gz.sha512 Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1 @@ +dbfe2de03e19ae4b6facd0b220db949f6efab0026ac51f45f5f220c035454d8293f188e6f41c2f948d07623f2551cc268e68d4d04692d69852e222159558e1f1 apache-storm-3.1.0.tar.gz Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.zip ============================================================================== Binary file. No diff available. Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.zip.asc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.zip.asc Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNATURE----- + +iQGzBAABCgAdFiEEcrQ2VYqpzcosTLrDQNSzXiwUUuUFAmqkOuoACgkQQNSzXiwU +UuV1rwv/WTixbqr9+ItUchUOcpMcDtSM9lYwYqPdeMEwgzWarOPUO3c5nvjDBgw6 +cWVh4iuoXlNz7diLFU2V3YBSw6HHO+ULEBI9sdYhtFJ4jaWA5zX+IncYqXvbDeJT +Ayd2PvjGaU+rNb1VICK5Zx2mIAFrWR5CrwTTkeK6YA4lgLJ88UHnXlEjEQ14G5y7 +AuOC/BQMharVkJp9yDNSUUwpO+LMfMEGwPpVyxvogv4xu05AuHGJK+Yq85dxt1Wq ++rkh9dUMFObGuXStxOBTSRHugb+xzZtxNvHjuNna3dwvy3eQvkCT+LwyCNLSmhaP +4OpZglK+JLFFaj3pjnlCJNAqHLxHqPWULvMragyXZRgGurgC8YAzLP3YA/M07O9E +n/Z+v51clmYlRVBGoA8DRcOsVgnKFZvE0Tnkn0ajJiLaMv1dReofq/mtjReOEUzO +c4GLPsYYstU6M/GB9018n153zkTYq+KCiWjzKc5jLw28Qw8NhMMj+oS5skmG41iq +m3NdqSIQ +=ZaSz +-----END PGP SIGNATURE----- Added: dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.zip.sha512 ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ dev/storm/apache-storm-3.1.0-rc1/apache-storm-3.1.0.zip.sha512 Fri Sep 11 18:31:15 2026 (r87466) @@ -0,0 +1 @@ +303c6a1fb64860cf9104b9ea7260c5a6bcd2ed2bb875651b2172e8aa0eb708abf95675a41d2897be23f17a064f2e5871e64ad02d8f825fcee7ffd6a256b956dd apache-storm-3.1.0.zip
