This is a vote to release Flume 1.11.0, the next version of the Apache Flume project.
Please download, test, and cast your votes on the Flume developers list. [] +1, release the artifacts [] -1, don't release because... The vote will remain open for 72 hours. All votes are welcome and we encourage everyone to test the release, but only Flume PMC votes are “officially” counted. As always, at least 3 +1 votes and more positive than negative votes are required. Changes in this release include: ** Bug • [FLUME-3315] - [KafkaSink][KafkaSource] Impossible to disable hostname verification with SSL enryption • [FLUME-3437] - Validate providerUrl ** New Feature • [FLUME-3440] - Add support for Spring Boot ** Improvement • [FLUME-3435] - Allow KafkaSink to include timestamp and KafkaHeaders ** Dependency upgrade • [FLUME-3441] - Dependency Upgrades for Flume 1.11.0 • Update Maven Assembly Plugin to 3.4.2 • Update Maven Jar Plugin to 3.2.2 • Update Scala library to 2.13.9 • Update Gson to 2.9.1 Tag: a) for a new copy do "git clone https://github.com/apache/flume.git and then "git checkout tags/flume-1.11.0-rc1” or just "git clone -b lflume-1.11.0-rc1 https://github.com/apache/flume.git" b) for an existing working copy to “git pull” and then “git checkout tags/flume-1.11.0-rc1” Web Site: https://flume.staged.apache.org/. Note - Something appears to be wrong with the process to publish the web site as the changes have not appeared on the staging site. For the time being checkout the ask-staging branch of https://github.com/apache/flume-site and view content/index.html. Maven Artifacts: https://repository.apache.org/content/repositories/orgapacheflume-1039. Distribution archives: https://dist.apache.org/repos/dist/dev/flume/ You may download all the Maven artifacts by executing: wget -e robots=off --cut-dirs=7 -nH -r -p -np --no-check-certificate https://repository.apache.org/content/repositories/orgapacheflume-1039/org/apache/flume/ Ralph