This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a change to branch reduce-distro-size
in repository https://gitbox.apache.org/repos/asf/storm.git
from 3b538bcb2 build: catch version drift in dedup-libs by comparing
artifact base names
add d4b894f30 build(deps-dev): bump webpack from 5.107.2 to 5.108.3 in
/storm-webapp (#8854)
add bd295cb9c build(deps): bump activemq.version from 6.2.6 to 6.2.7
(#8827)
add 3cba7e12b build(deps): bump cytoscape from 3.33.4 to 3.34.0 in
/storm-webapp (#8856)
add d07354e73 build(deps-dev): bump cypress from 15.16.0 to 15.18.0 in
/storm-webapp (#8853)
add 5b7615ccd build(deps): bump com.puppycrawl.tools:checkstyle in
/examples (#8851)
add 43f7a775b build(deps): bump com.github.luben:zstd-jni in /examples
(#8850)
add 5ce0027b1 build(deps): bump org.apache:apache from 38 to 39 in
/examples (#8849)
add 93c26181d build(deps): bump org.apache.kafka:kafka-clients in
/examples (#8848)
add 35f41e847 build(deps): bump org.junit:junit-bom from 6.1.0 to 6.1.1 in
/examples (#8847)
add edb8efcb3 build(deps): bump com.fasterxml.woodstox:woodstox-core in
/examples (#8846)
add f9ef0ca0c build(deps): bump jetty.version from 12.1.9 to 12.1.10 in
/examples (#8845)
add 406d9b214 build(deps): bump
com.google.errorprone:error_prone_annotations (#8844)
add 4c6e0466f build(deps): bump activemq.version from 6.2.6 to 6.2.7 in
/examples (#8843)
add 4409eaceb build(deps): bump byte-buddy.version from 1.18.8 to 1.18.10
in /examples (#8842)
add fa9f8de6a build(deps-dev): bump org.jacoco:jacoco-maven-plugin (#8841)
add b13f1ee63 build(deps): bump io.netty:netty-bom in /examples (#8840)
add 8489c6154 build(deps): bump io.netty:netty-bom from 4.2.14.Final to
4.2.15.Final (#8839)
add b8faef601 build(deps): bump cytoscape-dagre from 3.0.0 to 4.0.0 in
/storm-webapp (#8858)
add 898d582a8 build(deps-dev): bump start-server-and-test in /storm-webapp
(#8857)
add ec1075fd4 build(deps): bump com.fasterxml.woodstox:woodstox-core
(#8838)
add e63e6f8c3 build(deps): bump spring.version from 7.0.7 to 7.0.8 in
/examples (#8837)
add d0b903137 build(deps): bump com.zaxxer:HikariCP from 7.0.2 to 7.1.0 in
/examples (#8836)
add f8e3b17c3 build(deps): bump prometheus.client.version from 1.6.1 to
1.8.0 (#8820)
add f5e212b87 build(deps): bump jetty.version from 12.1.9 to 12.1.10
(#8822)
add def0c3670 build(deps): bump org.apache:apache from 38 to 39 (#8823)
add d69703e18 build(deps): bump spring.version from 7.0.7 to 7.0.8 (#8824)
add ef486caeb build(deps): bump commons-logging:commons-logging from 1.3.6
to 1.4.0 (#8825)
add 01c47351c build(deps): bump org.junit:junit-bom from 6.1.0 to 6.1.1
(#8826)
add 472ebbbcd build(deps): bump org.apache.hbase:hbase-client (#8828)
add b6deab7b6 build(deps): bump byte-buddy.version from 1.18.8 to 1.18.10
(#8829)
add b31401431 build(deps-dev): bump
com.github.eirslett:frontend-maven-plugin (#8830)
add fcda34442 build(deps): bump
com.google.errorprone:error_prone_annotations (#8831)
add 0ece0429d build(deps): bump com.zaxxer:HikariCP from 7.0.2 to 7.1.0
(#8832)
add c4e616358 build(deps): bump storm.kafka.client.version from 4.3.0 to
4.3.1 (#8833)
add 2ead423a4 build(deps): bump commons-logging:commons-logging in
/examples (#8834)
add 8e504b4f1 build(deps): bump com.github.luben:zstd-jni from 1.5.7-9 to
1.5.7-11 (#8835)
add f587eabc6 build(deps-dev): bump webpack-cli from 7.0.3 to 7.1.0 in
/storm-webapp (#8852)
add 73da988d9 build(deps): bump netty-tcnative.version (#8821)
add da2eeca77 build(deps): bump js-yaml from 4.2.0 to 5.2.0 in
/storm-webapp (#8855)
add 605beff6c Regenerate license files after dependency changes (#8888)
add e98687510 build(deps): bump actions/setup-java from 5.4.0 to 5.5.0
add 33759606d Merge pull request #8894 from
apache/dependabot/github_actions/actions/setup-java-5.5.0
add b8210b893 Guard against null queue in transferLocalBatch for unknown
task IDs
add c522a4db9 Merge pull request #8896 from
dpol1/fix/7533-npe-transfer-local-batch
add 667f90929 Bump Java baseline to 25 on master (#8893)
add d8dbc0c25 Merge remote-tracking branch 'origin/master' into
reduce-distro-size
No new revisions were added by this update.
Summary of changes:
.github/workflows/cypress-tests.yml | 4 +-
.github/workflows/maven.yaml | 12 +-
.github/workflows/nightlies.yaml | 6 +-
.github/workflows/snapshots.yaml | 6 +-
.github/workflows/update-license-files.yml | 6 +-
DEPENDENCY-LICENSES | 172 ++++++++---------
LICENSE-binary | 116 ++++++------
examples/storm-jms-examples/pom.xml | 2 +-
external/storm-metrics-prometheus/pom.xml | 2 +-
pom.xml | 32 ++--
.../apache/storm/daemon/worker/WorkerState.java | 15 +-
.../storm/daemon/worker/WorkerStateTest.java | 31 ++++
storm-core/pom.xml | 2 +-
storm-webapp/package-lock.json | 204 +++++++++++++--------
storm-webapp/package.json | 14 +-
storm-webapp/pom.xml | 2 +-
.../org/apache/storm/daemon/ui/WEB-INF/flux.html | 9 +-
17 files changed, 376 insertions(+), 259 deletions(-)