Apache Storm 2.8.8 Released
The Apache Storm community is pleased to announce that version 2.8.8 has been
released and is available from the downloads page.
This release includes security fixes, new features, bug fixes, and library updates.
We encourage users of previous versions to upgrade to this latest release.
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.8
JIRA issues addressed in the 2.8.8 release of Storm. Documentation for this release is available at the Apache Storm project site.
Bug fixing
- [#8591] - STORM-4041: fix(topology_lag): Kafka Topology Lag breaking when no offsets are committed (Backport #8589)
Dependency upgrades
- [#8643] - Bump com.fasterxml.jackson.core:jackson-databind from 2.21.2 to 2.21.3
- [#8642] - Bump joda-time:joda-time from 2.14.1 to 2.14.2
- [#8641] - Bump org.checkerframework:checker-qual from 3.55.1 to 4.1.0
- [#8640] - Bump io.netty:netty-bom from 4.2.12.Final to 4.2.13.Final
- [#8639] - Bump mockito.version from 4.11.0 to 5.23.0
- [#8637] - Bump org.yaml:snakeyaml from 2.2 to 2.6
- [#8636] - Bump commons-io:commons-io from 2.21.0 to 2.22.0
- [#8635] - Bump activemq.version from 6.2.4 to 6.2.5
- [#8632] - Bump org.glassfish.jersey:jersey-bom from 3.1.11 to 4.0.2
- [#8631] - Bump org.apache.maven:maven-resolver-provider from 3.9.14 to 3.9.15
- [#8630] - Bump com.google.code.gson:gson from 2.13.2 to 2.14.0
- [#8628] - Bump netty-tcnative.version from 2.0.75.Final to 2.0.77.Final
- [#8627] - Bump com.puppycrawl.tools:checkstyle from 8.2 to 13.4.2
- [#8626] - Bump redis.clients:jedis from 7.4.1 to 7.5.0
- [#8624] - Bump com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4
- [#8622] - Bump jetty.version from 12.1.8 to 12.1.9
- [#8621] - Bump datatables.net-bs5 from 2.3.7 to 2.3.8 in /storm-webapp
- [#8620] - Bump start-server-and-test from 3.0.0 to 3.0.4 in /storm-webapp
- [#8619] - Bump cytoscape from 3.33.2 to 3.33.3 in /storm-webapp
- [#8617] - Bump datatables.net-dt from 2.3.7 to 2.3.8 in /storm-webapp
- [#8614] - Bump prometheus.client.version from 1.5.1 to 1.6.1
- [#8613] - Bump webpack from 5.105.4 to 5.106.2 in /storm-webapp
- [#8610] - Bump terser-webpack-plugin from 5.4.0 to 5.6.0 in /storm-webapp
- [#8609] - Bump datatables.net from 2.3.7 to 2.3.8 in /storm-webapp
- [#8607] - Bump commons-codec:commons-codec from 1.21.0 to 1.22.0
- [#8606] - Bump vis-network from 10.0.2 to 10.0.3 in /storm-webapp
- [#8604] - Bump org.apache:apache from 37 to 38
- [#8602] - Bump vis-data from 8.0.3 to 8.0.4 in /storm-webapp
- [#8601] - Bump spring.version from 7.0.6 to 7.0.7
- [#8599] - Bump cypress from 15.13.0 to 15.14.2 in /storm-webapp
Enhancements
- [#8595] - Update 2.x documentation links to javadoc.io, fix Jekyll rendering, and optimize CI matrix