[VOTE] Release Apache Flume Spring Boot 2.0.0-rc2

2023-03-20 Thread Ralph Goers
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

Re: [VOTE] Release Apache Flume Spring Boot 2.0.0-rc1

2023-03-20 Thread Ralph Goers
You are correct to point out the download links are missing. That actually is required to send the announcement email. I’ll figure out something for that. Ralph > On Mar 20, 2023, at 8:16 AM, Bessenyei Balázs Donát wrote: > > Hi All, > > -1 for the RC. > >

Re: [VOTE] Release Apache Flume Spring Boot 2.0.0-rc1

2023-03-20 Thread Ralph Goers
OK. I am cancelling this vote and will create another release candidate. Ralph > On Mar 20, 2023, at 8:16 AM, Bessenyei Balázs Donát wrote: > > Hi All, > > -1 for the RC. > > https://www.apache.org/legal/src-headers.html says NOTICE should have > > ``` > This product includes software

[GitHub] [flume-spring-boot] rgoers merged pull request #2: Fix URL in .asf.yaml

2023-03-20 Thread via GitHub
rgoers merged PR #2: URL: https://github.com/apache/flume-spring-boot/pull/2 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [flume-spring-boot] rgoers commented on pull request #2: Fix URL in .asf.yaml

2023-03-20 Thread via GitHub
rgoers commented on PR #2: URL: https://github.com/apache/flume-spring-boot/pull/2#issuecomment-1476447817 Thanks for finding this one. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [flume-spring-boot] rgoers merged pull request #3: Update NOTICE.txt

2023-03-20 Thread via GitHub
rgoers merged PR #3: URL: https://github.com/apache/flume-spring-boot/pull/3 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [flume-spring-boot] rgoers commented on pull request #3: Update NOTICE.txt

2023-03-20 Thread via GitHub
rgoers commented on PR #3: URL: https://github.com/apache/flume-spring-boot/pull/3#issuecomment-1476445430 Well, OK. I don't think that is a big deal but I have nothing against it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

Re: [VOTE] Release Apache Flume Spring Boot 2.0.0-rc1

2023-03-20 Thread Bessenyei Balázs Donát
Hi All, -1 for the RC. https://www.apache.org/legal/src-headers.html says NOTICE should have ``` This product includes software developed at The Apache Software Foundation (http://www.apache.org/). ``` at the end. I have opened a PR to do that:

[GitHub] [flume-spring-boot] bessbd opened a new pull request, #3: Update NOTICE.txt

2023-03-20 Thread via GitHub
bessbd opened a new pull request, #3: URL: https://github.com/apache/flume-spring-boot/pull/3 This PR updates `NOTICE` so that it follows https://github.com/apache/flume/blob/trunk/NOTICE and https://github.com/apache/logging-log4j2/blob/2.x/NOTICE.txt -- This is an automated message

Re: [VOTE] Release Apache Flume Spring Boot 2.0.0-rc1

2023-03-20 Thread Apache
Note that if you took that test and put it in its own project packaged with the spring boot maven plug-in you would get an executable jar that you could run either with Java -jar xyz.jar or just by ./xyz.jar. Ralph > On Mar 20, 2023, at 5:27 AM, Apache wrote: > > You should look at the

Re: [VOTE] Release Apache Flume Spring Boot 2.0.0-rc1

2023-03-20 Thread Apache
You should look at the unit test. It creates a spring boot app and verifies it starts. Ralph > On Mar 20, 2023, at 1:43 AM, Bessenyei Balázs Donát wrote: > > Hi Ralph, > > I have found > https://flume.staged.apache.org/releases/content/1.11.0/FlumeUserGuide.html#spring-boot-setup > as the

Re: [VOTE] Release Apache Flume Spring Boot 2.0.0-rc1

2023-03-20 Thread Bessenyei Balázs Donát
Hi Ralph, I have found https://flume.staged.apache.org/releases/content/1.11.0/FlumeUserGuide.html#spring-boot-setup as the closest thing to the docs for this. Do you have any recommendations for a manual smoke test? For "regular" Flume, I always did the `bin/flume-ng agent -c conf -f