Hi All, +1 for the RC.
Checks I have performed: * sha512s match * signatures are correct * mvn clean install runs successfully in the src * LICENSE(.txt) and NOTICE(.txt) files are in the tar.gz-s (and README(.md) in the "src" one). Couple of remarks: - The links on https://flume.staged.apache.org/flume-spring-boot/download.html seem to be broken. - https://flume.staged.apache.org/flume-spring-boot/download.html says "Apache Flume 2.0.0 is signed by Ralph Goers B3D8E1BA" whereas it should probably say Apache Flume Spring Boot 2.0.0 is signed by Ralph Goers B3D8E1BA" since Flume 2.0 isn't yet released. - The LICENSE mentions "flume-ng-sinks" a couple of times which seems unrelated. - I've opened https://github.com/apache/flume-spring-boot/pull/4 to fix some typos in RELEASE-NOTES.txt Donat On Mon, Mar 20, 2023 at 8:48 PM Ralph Goers <ralph.go...@dslextreme.com> wrote: > > This is a vote to release Flume Spring Boot 2.0.0. Flume Spring Boot has > moved from the full Flume release to its own repo. Note that the staging web > site has been updated to reflect the fix for Bug #1 below. Also note that > this repo supports the use of GitHub Issues for bug tracking. > > RC2 adds a missing sentence to the NOTICE file. The web site has been updated > to include a section for sub projects and Flume Spring Boot has been added > there. > > 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 > • [#1] - Require Applications to define a configuration class containing the > appropriate ComponentScan declaration in spring.factories. > > > Tag: > a) for a new copy do "git clone > https://github.com/apache/flume-spring-boot.git and then "git checkout > tags/release-2.0.0-rc2” or just "git clone -b release-2.0.0-rc2 > https://github.com/apache/flume-spring-boot.git" > b) for an existing working copy to “git pull” and then “git checkout > tags/release-2.0.00-rc2” > > Web Site: https://flume.staged.apache.org/. Specifically for Flume Spring > Boot - https://flume.staged.apache.org/flume-spring-boot/index.html. > > Maven Artifacts: > https://repository.apache.org/content/repositories/orgapacheflume-1045. > > Distribution archives: > https://dist.apache.org/repos/dist/dev/flume/flume-spring-boot > > 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-1045/org/apache/flume/ > > Ralph