Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.99.0 (RC4)

2024-05-17 Thread Joe Witt
+1 binding.

Source builds now on osx.  usual checks for license/notice good.  Checks on
signature/hashes/latest commit all good.  Wasn't able to 'make docker'
successfully but likely a local config issue.

On Thu, May 16, 2024 at 11:10 AM Pierre Villard 
wrote:

> +1 (binding)
>
> Went through the usual steps
> Built on MacOS X.
> Tested a basic flow tailing a local file, doing some transformations and
> sending data with InvokeHTTP to a NiFi instance with FlowFile format.
>
> Thanks team for taking care of this release and the exciting upcoming 1.0.
>
> Le mer. 15 mai 2024 à 17:30, Ferenc Gerlits  a écrit
> :
>
> > +1 (non-binding)
> >
> > verified signature and hashes
> > installed the Windows MSI and ran the service on Windows
> > compiled on Fedora 40 and ran ExecuteScript with lua
> >
> > It mostly worked as expected. I found two minor issues:
> > https://issues.apache.org/jira/browse/MINIFICPP-2374,
> > https://issues.apache.org/jira/browse/MINIFICPP-2375, but neither of
> > these is a showstopper, we'll fix them in the next release.
> >
> > Thank you for RMing!
> > Ferenc
> >
>


Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.99.0 (RC4)

2024-05-16 Thread Pierre Villard
+1 (binding)

Went through the usual steps
Built on MacOS X.
Tested a basic flow tailing a local file, doing some transformations and
sending data with InvokeHTTP to a NiFi instance with FlowFile format.

Thanks team for taking care of this release and the exciting upcoming 1.0.

Le mer. 15 mai 2024 à 17:30, Ferenc Gerlits  a écrit :

> +1 (non-binding)
>
> verified signature and hashes
> installed the Windows MSI and ran the service on Windows
> compiled on Fedora 40 and ran ExecuteScript with lua
>
> It mostly worked as expected. I found two minor issues:
> https://issues.apache.org/jira/browse/MINIFICPP-2374,
> https://issues.apache.org/jira/browse/MINIFICPP-2375, but neither of
> these is a showstopper, we'll fix them in the next release.
>
> Thank you for RMing!
> Ferenc
>


Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.99.0 (RC4)

2024-05-15 Thread Ferenc Gerlits
+1 (non-binding)

verified signature and hashes
installed the Windows MSI and ran the service on Windows
compiled on Fedora 40 and ran ExecuteScript with lua

It mostly worked as expected. I found two minor issues:
https://issues.apache.org/jira/browse/MINIFICPP-2374,
https://issues.apache.org/jira/browse/MINIFICPP-2375, but neither of
these is a showstopper, we'll fix them in the next release.

Thank you for RMing!
Ferenc


Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.99.0 (RC4)

2024-05-15 Thread Marton Szasz

+1 (binding)

- followed the release helper guide (checksums, git, readme, etc.)
- built on Mac OS X
- built on Arch Linux with GCC 14 and Clang 17 with libc++, using CMake 
directly
- built on Fedora Asahi Remix (aarch64 linux) using the new bootstrap. 
The python bootstrap doesn't handle it yet, but after patching it, build 
and manual test worked. I found a bug in ConsumeJournald, but I don't 
consider it release blocker. MINIFICPP-2373
- built on Ubuntu 
22.04 LTS, and tested a workflow receiving data with ListenHTTP
- built on Ubuntu 24.04 LTS in docker, following the manual build steps 
of the release helper guide, and tested with InvokeHTTP


Thanks for the release!

Marton

On 5/15/24 12:43, Martin Zink wrote:

+1 (non-binding)

-verified signature, hashes and git commit hash
-built it from source with default extensions on RockyLinux 9 (aarch64
and x86_64), macOS 14.4.1 (M1) and Windows 10 (x86_64) using the new
python based bootstrap
-ran through a couple of C2 initiated flows

Everything worked as expected,


thanks Gabor for RMing great work,
Martin

On Wed, May 15, 2024 at 11:12 AM Adam Debreceni  wrote:

+1 (non-binding)

Verified hashes, signatures, source, built on macos, pushed a flow on c2,
containing a python processor using the nifi api.
Everything works as expected.

Thank you!

On Mon, May 13, 2024 at 10:45 AM Gábor Gyimesi  wrote:


Hello,

I am pleased to be calling this vote for the source release of Apache NiFi
MiNiFi C++ 0.99.0.

The source tarball, some binary builds, plus signatures and digests can be
found at:
https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.99.0/

The Git tag is minifi-cpp-0.99.0-RC4
The Git commit ID is 2e9e78cd72cea8c97460bc7db2cb584e5deb3c8f

https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;a=commit;h=2e9e78cd72cea8c97460bc7db2cb584e5deb3c8f

Checksums of nifi-minifi-cpp-0.99.0-source.tar.gz:
SHA256: d6982ad6343d42c57c63e7503bb3ba55ddeb1f1cdbbd31064018ec06148b4b3b
SHA512:

333f284cd546501612c695ce0dd288ca35fa0bc0ae5a905d4fb54e9494b51fc76e5d4d7de387f07d9ac8be158f022975c5cf487a6e19f12ac6020c4d60f58ab2

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/lordgamez.asc

A helpful reminder on how the release candidate verification process works:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=173087303

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

124 issues were closed/resolved for this release:

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520=12353618

Release note highlights can be found here:

https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.99.0

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build
from source, and test. Then please vote:

[ ] +1 Release this package as nifi-minifi-cpp-0.99.0
[ ] +0 no opinion
[ ] -1 Do not release this package because...



Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.99.0 (RC4)

2024-05-15 Thread Martin Zink
+1 (non-binding)

-verified signature, hashes and git commit hash
-built it from source with default extensions on RockyLinux 9 (aarch64
and x86_64), macOS 14.4.1 (M1) and Windows 10 (x86_64) using the new
python based bootstrap
-ran through a couple of C2 initiated flows

Everything worked as expected,


thanks Gabor for RMing great work,
Martin

On Wed, May 15, 2024 at 11:12 AM Adam Debreceni  wrote:
>
> +1 (non-binding)
>
> Verified hashes, signatures, source, built on macos, pushed a flow on c2,
> containing a python processor using the nifi api.
> Everything works as expected.
>
> Thank you!
>
> On Mon, May 13, 2024 at 10:45 AM Gábor Gyimesi  wrote:
>
> > Hello,
> >
> > I am pleased to be calling this vote for the source release of Apache NiFi
> > MiNiFi C++ 0.99.0.
> >
> > The source tarball, some binary builds, plus signatures and digests can be
> > found at:
> > https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.99.0/
> >
> > The Git tag is minifi-cpp-0.99.0-RC4
> > The Git commit ID is 2e9e78cd72cea8c97460bc7db2cb584e5deb3c8f
> >
> > https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;a=commit;h=2e9e78cd72cea8c97460bc7db2cb584e5deb3c8f
> >
> > Checksums of nifi-minifi-cpp-0.99.0-source.tar.gz:
> > SHA256: d6982ad6343d42c57c63e7503bb3ba55ddeb1f1cdbbd31064018ec06148b4b3b
> > SHA512:
> >
> > 333f284cd546501612c695ce0dd288ca35fa0bc0ae5a905d4fb54e9494b51fc76e5d4d7de387f07d9ac8be158f022975c5cf487a6e19f12ac6020c4d60f58ab2
> >
> > Release artifacts are signed with the following key:
> > https://people.apache.org/keys/committer/lordgamez.asc
> >
> > A helpful reminder on how the release candidate verification process works:
> > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=173087303
> >
> > KEYS file available here:
> > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >
> > 124 issues were closed/resolved for this release:
> >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520=12353618
> >
> > Release note highlights can be found here:
> >
> > https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.99.0
> >
> > The vote will be open for 72 hours.
> > Please download the release candidate and evaluate the necessary items
> > including checking hashes, signatures, build
> > from source, and test. Then please vote:
> >
> > [ ] +1 Release this package as nifi-minifi-cpp-0.99.0
> > [ ] +0 no opinion
> > [ ] -1 Do not release this package because...
> >


Re: [VOTE] Release Apache NiFi MiNiFi C++ 0.99.0 (RC4)

2024-05-15 Thread Adam Debreceni
+1 (non-binding)

Verified hashes, signatures, source, built on macos, pushed a flow on c2,
containing a python processor using the nifi api.
Everything works as expected.

Thank you!

On Mon, May 13, 2024 at 10:45 AM Gábor Gyimesi  wrote:

> Hello,
>
> I am pleased to be calling this vote for the source release of Apache NiFi
> MiNiFi C++ 0.99.0.
>
> The source tarball, some binary builds, plus signatures and digests can be
> found at:
> https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.99.0/
>
> The Git tag is minifi-cpp-0.99.0-RC4
> The Git commit ID is 2e9e78cd72cea8c97460bc7db2cb584e5deb3c8f
>
> https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;a=commit;h=2e9e78cd72cea8c97460bc7db2cb584e5deb3c8f
>
> Checksums of nifi-minifi-cpp-0.99.0-source.tar.gz:
> SHA256: d6982ad6343d42c57c63e7503bb3ba55ddeb1f1cdbbd31064018ec06148b4b3b
> SHA512:
>
> 333f284cd546501612c695ce0dd288ca35fa0bc0ae5a905d4fb54e9494b51fc76e5d4d7de387f07d9ac8be158f022975c5cf487a6e19f12ac6020c4d60f58ab2
>
> Release artifacts are signed with the following key:
> https://people.apache.org/keys/committer/lordgamez.asc
>
> A helpful reminder on how the release candidate verification process works:
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=173087303
>
> KEYS file available here:
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> 124 issues were closed/resolved for this release:
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520=12353618
>
> Release note highlights can be found here:
>
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.99.0
>
> The vote will be open for 72 hours.
> Please download the release candidate and evaluate the necessary items
> including checking hashes, signatures, build
> from source, and test. Then please vote:
>
> [ ] +1 Release this package as nifi-minifi-cpp-0.99.0
> [ ] +0 no opinion
> [ ] -1 Do not release this package because...
>


[VOTE] Release Apache NiFi MiNiFi C++ 0.99.0 (RC4)

2024-05-13 Thread Gábor Gyimesi
Hello,

I am pleased to be calling this vote for the source release of Apache NiFi
MiNiFi C++ 0.99.0.

The source tarball, some binary builds, plus signatures and digests can be
found at:
https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.99.0/

The Git tag is minifi-cpp-0.99.0-RC4
The Git commit ID is 2e9e78cd72cea8c97460bc7db2cb584e5deb3c8f
https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;a=commit;h=2e9e78cd72cea8c97460bc7db2cb584e5deb3c8f

Checksums of nifi-minifi-cpp-0.99.0-source.tar.gz:
SHA256: d6982ad6343d42c57c63e7503bb3ba55ddeb1f1cdbbd31064018ec06148b4b3b
SHA512:
333f284cd546501612c695ce0dd288ca35fa0bc0ae5a905d4fb54e9494b51fc76e5d4d7de387f07d9ac8be158f022975c5cf487a6e19f12ac6020c4d60f58ab2

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/lordgamez.asc

A helpful reminder on how the release candidate verification process works:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=173087303

KEYS file available here:
https://dist.apache.org/repos/dist/release/nifi/KEYS

124 issues were closed/resolved for this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520=12353618

Release note highlights can be found here:
https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65145325#ReleaseNotesMiNiFi(C++)-Versioncpp-0.99.0

The vote will be open for 72 hours.
Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build
from source, and test. Then please vote:

[ ] +1 Release this package as nifi-minifi-cpp-0.99.0
[ ] +0 no opinion
[ ] -1 Do not release this package because...