Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-27 Thread Igal Shilman
Thank you all for testing this RC and casting your votes! The vote has passed successfully. Total 5 +1 votes, and 3 of them are binding: - Igal Shilman - Seth Wiesman - Gordon (Tzu-Li Tai) - Arvid Heise - Stephan Ewen I will announce the release in a separate thread, once all the artifacts are

Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-26 Thread Stephan Ewen
+1 (binding) - Build project on Java 8 (maven command line) with full end to end tests - Compiled and ran tests in IDE (IntelliJ) with Java 11 (possible after some manual config, see comment below to automate this) - No binaries in the distribution - Verified license and notice files -

Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-26 Thread Arvid Heise
+1 (binding) - Built from downloaded sources with Java 8 (mvn install -Prun-e2e-tests) - Verified signatures and hashes Best, Arvid On Thu, Aug 26, 2021 at 8:32 AM Tzu-Li (Gordon) Tai wrote: > +1 (binding) > > - Built from source with Java 11 and Java 8 (mvn clean install > -Prun-e2e-tests)

Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-26 Thread Tzu-Li (Gordon) Tai
+1 (binding) - Built from source with Java 11 and Java 8 (mvn clean install -Prun-e2e-tests) - verified signatures and hashes - verified NOTICE files of Maven artifacts properly list actual bundled dependencies - Ran GoLang greeter and showcase with the proposed Dockerfiles for 3.1.0 - Ran a

Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-25 Thread Seth Wiesman
+1 (non-binding) - verified signatures and hashes - Checked licenses - ran mvn clean install -Prun-e2e-tests - ran golang greeter and showcase from the playground [1] Seth [1] https://github.com/apache/flink-statefun-playground/pull/12 On Wed, Aug 25, 2021 at 9:44 AM Igal Shilman wrote: > +1

Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-25 Thread Igal Shilman
+1 from my side: Here are the results of my RC2 testing: - verified the signatures and hashes - verified that the source distribution doesn't contain any binary files - ran mvn clean install -Prun-e2e-tests - ran Java and Python greeters from the playground [1] with the new module structure, and

Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-24 Thread Igal Shilman
Sorry, the subject of the previous message should have said "[VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #2". On Tue, Aug 24, 2021 at 3:24 PM Igal Shilman wrote: > Hi everyone, > > Please review and vote on the release candidate #2 for the version 3.1.0 > of Apache Flink

[VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-24 Thread Igal Shilman
Hi everyone, Please review and vote on the release candidate #2 for the version 3.1.0 of Apache Flink Stateful Functions, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) **Testing Guideline** You can find here [1] a page in the

Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-24 Thread Igal Shilman
Thanks Seth for spotting and fixing the issue. In that case this vote will be cancelled in favor of a new RC. Since this doesn’t affect functionality / testing efforts, RC2 will have the same ending vote time as the original RC1. Any ongoing testing efforts can continue while RC2 is rolling out.

Re: [VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-23 Thread Seth Wiesman
-1 There is an issue with the `go.mod` file which prevents it from properly being released. I have opened a PR[1] . This should not affect testing, this fix is only required to actually publish the release. [1] https://github.com/apache/flink-statefun/pull/260 On Mon, Aug 23, 2021 at 10:38 AM

[VOTE] Apache Flink Stateful Functions 3.1.0, release candidate #1

2021-08-23 Thread Igal Shilman
Hi everyone, Please review and vote on the release candidate #1 for the version 3.1.0 of Apache Flink Stateful Functions, as follows: [ ] +1, Approve the release [ ] -1, Do not approve the release (please provide specific comments) **Testing Guideline** You can find here [1] a page in the