Hi all, before starting a release of 2.6.0-SNAPSHOT, I would like to receive some feedback on the current SNAPSHOT build.
I just uploaded a 2.6.0-SNAPSHOT of Storm build from https://github.com/apache/storm/commit/8f883086032669a8f04b09a3b312d60af5b44533 It is available via the ASF Snapshot repository: https://repository.apache.org/content/repositories/snapshots/ You can consume by adding <repository> <id>apache.snapshots</id> <name>Apache Snapshot Repository</name> <url>https://repository.apache.org/snapshots</url> <releases> <enabled>false</enabled> </releases> </repository> to your project pom. As we do not deploy SNAPSHOTS automatically, it should be easy to just consume the latest SNAPSHOT. The packaged binaries are available at nightlies.apache.org: https://nightlies.apache.org/storm/2.6.0-SNAPSHOT/8f883086032669a8f04b09a3b312d60af5b44533/ If you have some minutes left: Please test and report any issues with this binaries, so we can fix before attempting to release. The most significant changes are in the are of hadoop/hbase/hdfs as we upgraded from 2.x to 3.x - our own test coverage within the build looks good but would be nice to get some real world use-case feedback on this. In addition, we had quite a lof of 3rd party dependency upgrades. In addition, it contains the pruning of external modules as listed in https://issues.apache.org/jira/browse/STORM-3988 A summaryin Jira is here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12314820&version=12353484 Gruß Richard