[RESULT][VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-28 Thread David Handermann
Apache NiFi Community,

I am pleased to announce that the 2.0.0-M2 release of Apache NiFi passes:

6 +1 (binding) votes
6 +1 (non-binding) votes
0 0 votes
0 -1 votes

Thanks to all who helped make this release possible!

The release artifacts will be published in the next 24 hours.

Here is the vote thread:

https://lists.apache.org/thread/xhds288c2611r8m2z3nkyg7ty7gf1xcd


Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-28 Thread David Handermann
+1 binding

On Thu, Jan 25, 2024, 8:29 PM David Handermann 
wrote:

> Team,
>
> I am pleased to be calling this vote for the source release of Apache
> NiFi 2.0.0-M2.
>
> Please review the following guide for how to verify a release candidate
> build:
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
>
> The source being voted on and the convenience binaries are available
> on the Apache Distribution Repository:
>
> https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
>
> The build artifacts are available on the Apache Nexus Repository:
>
> https://repository.apache.org/content/repositories/orgapachenifi-1264
>
> Git Tag: nifi-2.0.0-M2-RC4
> Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> GitHub Commit Link:
>
> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
>
> Checksums of nifi-2.0.0-M2-source-release.zip
>
> SHA256: 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> SHA512:
> e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
>
> Release artifacts are signed with the following key:
>
> https://people.apache.org/keys/committer/exceptionfactory.asc
>
> KEYS file is available on the Apache Distribution Repository:
>
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> Issues resolved for this version: 214
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
>
> Release note highlights can be found on the project wiki:
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
>
> 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-2.0.0-M2
> [] +0 no opinion
> [] -1 Do not release this package because...
>


Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-28 Thread Mark Bean
+1 (non-binding)

Verified signature and hashes
Performed complete build with -Pcontrib-check
  Maven 3.9.3
  Java 21.0.2 (Eclipse Adoptium)
  Ubuntu 22.04.3

Installed NiFi in different scenarios:
  - default configuration
  - customized configuration (admin user) but no flow
  - upgrade from NiFi 1.24.0

Successfully imported a flow from NiFi Registry 1.24.0, even when it
includes component now removed from NiFi 2.0.0-M2 (PostHTTP)

Successfully upgraded NiFi Registry from 1.24.0 to 2.0.0-M2. Successful
import of flows into NiFi 2.0.0-M2.

Ran some basic flows and did not find any significant issues.

On Sun, Jan 28, 2024 at 7:05 AM Csaba Bejan  wrote:

> +1 (binding)
>
> Went through the helper guide and did a clean build
> Verified signatures and hashes
> Built on OSX 14.2.1
> Java version: Zulu21.28+85-CA (build 21+35)
> Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
> Started NiFi and created a simple flow
> Started MiNiFi and verified integration with C2 Server. Played around with
> the C2 protocol (Operations - Update, Transfer, Describe...)
> Verified:
>
> NIFI-12591 Upgrade Swagger Annotations to Version 2
> NIFI-12657 Removed MiNiFi C2 Server modules
> One note for the first attempt I had a test failure which went away for
> the second run so it just indicates instability, it is clearly not a
> release blocker just something to note:
>
> [ERROR] Tests run: 43, Failures: 0, Errors: 1, Skipped: 0, Time elapsed:
> 33.94 s <<< FAILURE! -- in
> org.apache.nifi.ldap.tenants.LdapUserGroupProviderTest [ERROR]
> org.apache.nifi.ldap.tenants.LdapUserGroupProviderTest.testSearchUsersWithGroupingNoGroupName
> -- Time elapsed: 30.02 s <<< ERROR!
> org.springframework.ldap.CommunicationException: LDAP response read timed
> out, timeout used: 3 ms.
>
> Thanks for RMing, David!
>
> Regards,
>
> Csaba
>
>
> > On 28 Jan 2024, at 05:54, Ferenc Kis  wrote:
> >
> > +1 (non-binding)
> >
> > Went through the helper guide, local maven repo cleaned up, full clean
> > build with contrib check, verified signatures and hashes
> >
> > Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
> > Maven home: /Users/fkis/.sdkman/candidates/maven/current
> > Java version: 21, vendor: Azul Systems, Inc., runtime:
> > /Users/fkis/.sdkman/candidates/java/21-zulu/zulu-21.jdk/Contents/Home
> > Default locale: en_HU, platform encoding: UTF-8
> > OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"
> >
> > Validations performed:
> > - Started NiFi, created a simple flow with ListenHTTP and Input Port.
> > Validated ListenHTTP processor is able to receive data
> > - Started MiNiFi Java:
> >  * created a simple GenerateFlowFile -> InvokeHttp flow and
> > GenerateFlowFile -> RemoteProcessGroup flow and pushed to MiNiFi via C2
> > protocol. Validated that connectivity between NiFi and MiNiFi works via
> > both InvokeHTTP and S2S
> >
> > Thanks for RMing David!
> >
> > Regards
> > Ferenc
> >
> > On Sun, Jan 28, 2024 at 9:06 AM Chris Sampson
> >  wrote:
> >
> >> +1 binding
> >>
> >> Went through the verification guide and completed a full build (MacOS
> with
> >> java 21, and Amazon Linux 2023 with java 21).
> >>
> >> Created and ran a number of flows with external connections. Verified
> fix
> >> for HandleHttpRequest after RC3.
> >>
> >> Thanks again for RMing David.
> >>
> >>
> >> Chris
> >>
> >>
> >> On Sat, 27 Jan 2024, 12:49 Márk Báthori, 
> wrote:
> >>
> >>> +1 non-binding
> >>>
> >>> Went through the verification guide, verified hashes and signatures,
> ran
> >> a
> >>> full build on NiFi with contrib-check successfully.
> >>>
> >>> Environment:
> >>> - MacOs 13.4 (22F66)
> >>> - OpenJDK Runtime Environment Zulu21.28+85-CA (build 21+35)
> >>> - Apache Maven 3.8.6
> >>>
> >>> Created and ran various simple flows.
> >>>
> >>> Tested the following tickets:
> >>>
> >>>   - NIFI-11992 - Add PutZendeskTicket Processor and ZendeskRecordSink
> >>>   - NIFI-12334 - Implement GCS option for FileResourceService
> >>>   - NIFI-12520 - ExtractHL7Attributes processor ignores repeatable
> field
> >>>   values
> >>>   - NIFI-12528 - Funnels bug
> >>>
> >>>
> >>> Thanks for RMing David!
> >>>
> >>> Regards,
> >>> Mark
> >>>
> >>> Matt Burgess  ezt írta (időpont: 2024. jan. 27.,
> >>> Szo,
> >>> 5:15):
> >>>
>  +1 (binding)
> 
>  Ran full build
> 
>  Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
>  Maven home: /Users/mburgess/.sdkman/candidates/maven/current
>  Java version: 21, vendor: Oracle Corporation
>  Default locale: en_US, platform encoding: UTF-8
>  OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"
> 
>  Verified various flows. Thanks for RM'ing David!
> 
>  -Matt
> 
>  On Thu, Jan 25, 2024 at 9:30 PM David Handermann <
>  exceptionfact...@apache.org> wrote:
> 
> > Team,
> >
> > I am pleased to be calling this vote for the source release of Apache
> > NiFi 2.0.0-M2.
> >
> 

Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-28 Thread Csaba Bejan
+1 (binding)

Went through the helper guide and did a clean build
Verified signatures and hashes
Built on OSX 14.2.1
Java version: Zulu21.28+85-CA (build 21+35)
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Started NiFi and created a simple flow
Started MiNiFi and verified integration with C2 Server. Played around with the 
C2 protocol (Operations - Update, Transfer, Describe...)
Verified:

NIFI-12591 Upgrade Swagger Annotations to Version 2
NIFI-12657 Removed MiNiFi C2 Server modules
One note for the first attempt I had a test failure which went away for the 
second run so it just indicates instability, it is clearly not a release 
blocker just something to note:

[ERROR] Tests run: 43, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 33.94 
s <<< FAILURE! -- in org.apache.nifi.ldap.tenants.LdapUserGroupProviderTest 
[ERROR] 
org.apache.nifi.ldap.tenants.LdapUserGroupProviderTest.testSearchUsersWithGroupingNoGroupName
 -- Time elapsed: 30.02 s <<< ERROR! 
org.springframework.ldap.CommunicationException: LDAP response read timed out, 
timeout used: 3 ms.

Thanks for RMing, David!

Regards,

Csaba


> On 28 Jan 2024, at 05:54, Ferenc Kis  wrote:
> 
> +1 (non-binding)
> 
> Went through the helper guide, local maven repo cleaned up, full clean
> build with contrib check, verified signatures and hashes
> 
> Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
> Maven home: /Users/fkis/.sdkman/candidates/maven/current
> Java version: 21, vendor: Azul Systems, Inc., runtime:
> /Users/fkis/.sdkman/candidates/java/21-zulu/zulu-21.jdk/Contents/Home
> Default locale: en_HU, platform encoding: UTF-8
> OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"
> 
> Validations performed:
> - Started NiFi, created a simple flow with ListenHTTP and Input Port.
> Validated ListenHTTP processor is able to receive data
> - Started MiNiFi Java:
>  * created a simple GenerateFlowFile -> InvokeHttp flow and
> GenerateFlowFile -> RemoteProcessGroup flow and pushed to MiNiFi via C2
> protocol. Validated that connectivity between NiFi and MiNiFi works via
> both InvokeHTTP and S2S
> 
> Thanks for RMing David!
> 
> Regards
> Ferenc
> 
> On Sun, Jan 28, 2024 at 9:06 AM Chris Sampson
>  wrote:
> 
>> +1 binding
>> 
>> Went through the verification guide and completed a full build (MacOS with
>> java 21, and Amazon Linux 2023 with java 21).
>> 
>> Created and ran a number of flows with external connections. Verified fix
>> for HandleHttpRequest after RC3.
>> 
>> Thanks again for RMing David.
>> 
>> 
>> Chris
>> 
>> 
>> On Sat, 27 Jan 2024, 12:49 Márk Báthori,  wrote:
>> 
>>> +1 non-binding
>>> 
>>> Went through the verification guide, verified hashes and signatures, ran
>> a
>>> full build on NiFi with contrib-check successfully.
>>> 
>>> Environment:
>>> - MacOs 13.4 (22F66)
>>> - OpenJDK Runtime Environment Zulu21.28+85-CA (build 21+35)
>>> - Apache Maven 3.8.6
>>> 
>>> Created and ran various simple flows.
>>> 
>>> Tested the following tickets:
>>> 
>>>   - NIFI-11992 - Add PutZendeskTicket Processor and ZendeskRecordSink
>>>   - NIFI-12334 - Implement GCS option for FileResourceService
>>>   - NIFI-12520 - ExtractHL7Attributes processor ignores repeatable field
>>>   values
>>>   - NIFI-12528 - Funnels bug
>>> 
>>> 
>>> Thanks for RMing David!
>>> 
>>> Regards,
>>> Mark
>>> 
>>> Matt Burgess  ezt írta (időpont: 2024. jan. 27.,
>>> Szo,
>>> 5:15):
>>> 
 +1 (binding)
 
 Ran full build
 
 Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
 Maven home: /Users/mburgess/.sdkman/candidates/maven/current
 Java version: 21, vendor: Oracle Corporation
 Default locale: en_US, platform encoding: UTF-8
 OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"
 
 Verified various flows. Thanks for RM'ing David!
 
 -Matt
 
 On Thu, Jan 25, 2024 at 9:30 PM David Handermann <
 exceptionfact...@apache.org> wrote:
 
> Team,
> 
> I am pleased to be calling this vote for the source release of Apache
> NiFi 2.0.0-M2.
> 
> Please review the following guide for how to verify a release
>> candidate
> build:
> 
> 
> 
 
>>> 
>> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
> 
> The source being voted on and the convenience binaries are available
> on the Apache Distribution Repository:
> 
> https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
> 
> The build artifacts are available on the Apache Nexus Repository:
> 
> 
>> https://repository.apache.org/content/repositories/orgapachenifi-1264
> 
> Git Tag: nifi-2.0.0-M2-RC4
> Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> GitHub Commit Link:
> 
> 
 
>>> 
>> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> 
> Checksums of nifi-2.0.0-M2-source-release.zip
> 
> SHA256:
>>> 

Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-28 Thread Ferenc Kis
+1 (non-binding)

Went through the helper guide, local maven repo cleaned up, full clean
build with contrib check, verified signatures and hashes

Apache Maven 3.9.0 (9b58d2bad23a66be161c4664ef21ce219c2c8584)
Maven home: /Users/fkis/.sdkman/candidates/maven/current
Java version: 21, vendor: Azul Systems, Inc., runtime:
/Users/fkis/.sdkman/candidates/java/21-zulu/zulu-21.jdk/Contents/Home
Default locale: en_HU, platform encoding: UTF-8
OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"

Validations performed:
- Started NiFi, created a simple flow with ListenHTTP and Input Port.
Validated ListenHTTP processor is able to receive data
- Started MiNiFi Java:
  * created a simple GenerateFlowFile -> InvokeHttp flow and
GenerateFlowFile -> RemoteProcessGroup flow and pushed to MiNiFi via C2
protocol. Validated that connectivity between NiFi and MiNiFi works via
both InvokeHTTP and S2S

Thanks for RMing David!

Regards
Ferenc

On Sun, Jan 28, 2024 at 9:06 AM Chris Sampson
 wrote:

> +1 binding
>
> Went through the verification guide and completed a full build (MacOS with
> java 21, and Amazon Linux 2023 with java 21).
>
> Created and ran a number of flows with external connections. Verified fix
> for HandleHttpRequest after RC3.
>
> Thanks again for RMing David.
>
>
> Chris
>
>
> On Sat, 27 Jan 2024, 12:49 Márk Báthori,  wrote:
>
> > +1 non-binding
> >
> > Went through the verification guide, verified hashes and signatures, ran
> a
> > full build on NiFi with contrib-check successfully.
> >
> > Environment:
> > - MacOs 13.4 (22F66)
> > - OpenJDK Runtime Environment Zulu21.28+85-CA (build 21+35)
> > - Apache Maven 3.8.6
> >
> > Created and ran various simple flows.
> >
> > Tested the following tickets:
> >
> >- NIFI-11992 - Add PutZendeskTicket Processor and ZendeskRecordSink
> >- NIFI-12334 - Implement GCS option for FileResourceService
> >- NIFI-12520 - ExtractHL7Attributes processor ignores repeatable field
> >values
> >- NIFI-12528 - Funnels bug
> >
> >
> > Thanks for RMing David!
> >
> > Regards,
> > Mark
> >
> > Matt Burgess  ezt írta (időpont: 2024. jan. 27.,
> > Szo,
> > 5:15):
> >
> > > +1 (binding)
> > >
> > > Ran full build
> > >
> > > Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
> > > Maven home: /Users/mburgess/.sdkman/candidates/maven/current
> > > Java version: 21, vendor: Oracle Corporation
> > > Default locale: en_US, platform encoding: UTF-8
> > > OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"
> > >
> > > Verified various flows. Thanks for RM'ing David!
> > >
> > > -Matt
> > >
> > > On Thu, Jan 25, 2024 at 9:30 PM David Handermann <
> > > exceptionfact...@apache.org> wrote:
> > >
> > > > Team,
> > > >
> > > > I am pleased to be calling this vote for the source release of Apache
> > > > NiFi 2.0.0-M2.
> > > >
> > > > Please review the following guide for how to verify a release
> candidate
> > > > build:
> > > >
> > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
> > > >
> > > > The source being voted on and the convenience binaries are available
> > > > on the Apache Distribution Repository:
> > > >
> > > > https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
> > > >
> > > > The build artifacts are available on the Apache Nexus Repository:
> > > >
> > > >
> https://repository.apache.org/content/repositories/orgapachenifi-1264
> > > >
> > > > Git Tag: nifi-2.0.0-M2-RC4
> > > > Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> > > > GitHub Commit Link:
> > > >
> > > >
> > >
> >
> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> > > >
> > > > Checksums of nifi-2.0.0-M2-source-release.zip
> > > >
> > > > SHA256:
> > 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> > > > SHA512:
> > > >
> > >
> >
> e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
> > > >
> > > > Release artifacts are signed with the following key:
> > > >
> > > > https://people.apache.org/keys/committer/exceptionfactory.asc
> > > >
> > > > KEYS file is available on the Apache Distribution Repository:
> > > >
> > > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > > >
> > > > Issues resolved for this version: 214
> > > >
> > > >
> > > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
> > > >
> > > > Release note highlights can be found on the project wiki:
> > > >
> > > >
> > > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
> > > >
> > > > 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-2.0.0-M2
> > > > [] +0 no opinion
> 

Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-28 Thread Chris Sampson
+1 binding

Went through the verification guide and completed a full build (MacOS with
java 21, and Amazon Linux 2023 with java 21).

Created and ran a number of flows with external connections. Verified fix
for HandleHttpRequest after RC3.

Thanks again for RMing David.


Chris


On Sat, 27 Jan 2024, 12:49 Márk Báthori,  wrote:

> +1 non-binding
>
> Went through the verification guide, verified hashes and signatures, ran a
> full build on NiFi with contrib-check successfully.
>
> Environment:
> - MacOs 13.4 (22F66)
> - OpenJDK Runtime Environment Zulu21.28+85-CA (build 21+35)
> - Apache Maven 3.8.6
>
> Created and ran various simple flows.
>
> Tested the following tickets:
>
>- NIFI-11992 - Add PutZendeskTicket Processor and ZendeskRecordSink
>- NIFI-12334 - Implement GCS option for FileResourceService
>- NIFI-12520 - ExtractHL7Attributes processor ignores repeatable field
>values
>- NIFI-12528 - Funnels bug
>
>
> Thanks for RMing David!
>
> Regards,
> Mark
>
> Matt Burgess  ezt írta (időpont: 2024. jan. 27.,
> Szo,
> 5:15):
>
> > +1 (binding)
> >
> > Ran full build
> >
> > Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
> > Maven home: /Users/mburgess/.sdkman/candidates/maven/current
> > Java version: 21, vendor: Oracle Corporation
> > Default locale: en_US, platform encoding: UTF-8
> > OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"
> >
> > Verified various flows. Thanks for RM'ing David!
> >
> > -Matt
> >
> > On Thu, Jan 25, 2024 at 9:30 PM David Handermann <
> > exceptionfact...@apache.org> wrote:
> >
> > > Team,
> > >
> > > I am pleased to be calling this vote for the source release of Apache
> > > NiFi 2.0.0-M2.
> > >
> > > Please review the following guide for how to verify a release candidate
> > > build:
> > >
> > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
> > >
> > > The source being voted on and the convenience binaries are available
> > > on the Apache Distribution Repository:
> > >
> > > https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
> > >
> > > The build artifacts are available on the Apache Nexus Repository:
> > >
> > > https://repository.apache.org/content/repositories/orgapachenifi-1264
> > >
> > > Git Tag: nifi-2.0.0-M2-RC4
> > > Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> > > GitHub Commit Link:
> > >
> > >
> >
> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> > >
> > > Checksums of nifi-2.0.0-M2-source-release.zip
> > >
> > > SHA256:
> 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> > > SHA512:
> > >
> >
> e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
> > >
> > > Release artifacts are signed with the following key:
> > >
> > > https://people.apache.org/keys/committer/exceptionfactory.asc
> > >
> > > KEYS file is available on the Apache Distribution Repository:
> > >
> > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > >
> > > Issues resolved for this version: 214
> > >
> > >
> > >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
> > >
> > > Release note highlights can be found on the project wiki:
> > >
> > >
> > >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
> > >
> > > 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-2.0.0-M2
> > > [] +0 no opinion
> > > [] -1 Do not release this package because...
> > >
> >
>


Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-27 Thread Márk Báthori
+1 non-binding

Went through the verification guide, verified hashes and signatures, ran a
full build on NiFi with contrib-check successfully.

Environment:
- MacOs 13.4 (22F66)
- OpenJDK Runtime Environment Zulu21.28+85-CA (build 21+35)
- Apache Maven 3.8.6

Created and ran various simple flows.

Tested the following tickets:

   - NIFI-11992 - Add PutZendeskTicket Processor and ZendeskRecordSink
   - NIFI-12334 - Implement GCS option for FileResourceService
   - NIFI-12520 - ExtractHL7Attributes processor ignores repeatable field
   values
   - NIFI-12528 - Funnels bug


Thanks for RMing David!

Regards,
Mark

Matt Burgess  ezt írta (időpont: 2024. jan. 27., Szo,
5:15):

> +1 (binding)
>
> Ran full build
>
> Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
> Maven home: /Users/mburgess/.sdkman/candidates/maven/current
> Java version: 21, vendor: Oracle Corporation
> Default locale: en_US, platform encoding: UTF-8
> OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"
>
> Verified various flows. Thanks for RM'ing David!
>
> -Matt
>
> On Thu, Jan 25, 2024 at 9:30 PM David Handermann <
> exceptionfact...@apache.org> wrote:
>
> > Team,
> >
> > I am pleased to be calling this vote for the source release of Apache
> > NiFi 2.0.0-M2.
> >
> > Please review the following guide for how to verify a release candidate
> > build:
> >
> >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
> >
> > The source being voted on and the convenience binaries are available
> > on the Apache Distribution Repository:
> >
> > https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
> >
> > The build artifacts are available on the Apache Nexus Repository:
> >
> > https://repository.apache.org/content/repositories/orgapachenifi-1264
> >
> > Git Tag: nifi-2.0.0-M2-RC4
> > Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> > GitHub Commit Link:
> >
> >
> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> >
> > Checksums of nifi-2.0.0-M2-source-release.zip
> >
> > SHA256: 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> > SHA512:
> >
> e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
> >
> > Release artifacts are signed with the following key:
> >
> > https://people.apache.org/keys/committer/exceptionfactory.asc
> >
> > KEYS file is available on the Apache Distribution Repository:
> >
> > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >
> > Issues resolved for this version: 214
> >
> >
> >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
> >
> > Release note highlights can be found on the project wiki:
> >
> >
> >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
> >
> > 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-2.0.0-M2
> > [] +0 no opinion
> > [] -1 Do not release this package because...
> >
>


Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-26 Thread Matt Burgess
+1 (binding)

Ran full build

Apache Maven 3.9.6 (bc0240f3c744dd6b6ec2920b3cd08dcc295161ae)
Maven home: /Users/mburgess/.sdkman/candidates/maven/current
Java version: 21, vendor: Oracle Corporation
Default locale: en_US, platform encoding: UTF-8
OS name: "mac os x", version: "14.2.1", arch: "aarch64", family: "mac"

Verified various flows. Thanks for RM'ing David!

-Matt

On Thu, Jan 25, 2024 at 9:30 PM David Handermann <
exceptionfact...@apache.org> wrote:

> Team,
>
> I am pleased to be calling this vote for the source release of Apache
> NiFi 2.0.0-M2.
>
> Please review the following guide for how to verify a release candidate
> build:
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
>
> The source being voted on and the convenience binaries are available
> on the Apache Distribution Repository:
>
> https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
>
> The build artifacts are available on the Apache Nexus Repository:
>
> https://repository.apache.org/content/repositories/orgapachenifi-1264
>
> Git Tag: nifi-2.0.0-M2-RC4
> Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> GitHub Commit Link:
>
> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
>
> Checksums of nifi-2.0.0-M2-source-release.zip
>
> SHA256: 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> SHA512:
> e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
>
> Release artifacts are signed with the following key:
>
> https://people.apache.org/keys/committer/exceptionfactory.asc
>
> KEYS file is available on the Apache Distribution Repository:
>
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> Issues resolved for this version: 214
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
>
> Release note highlights can be found on the project wiki:
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
>
> 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-2.0.0-M2
> [] +0 no opinion
> [] -1 Do not release this package because...
>


Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-26 Thread Joe Witt
+1 binding

Thanks again David

On Fri, Jan 26, 2024 at 1:46 PM Bryan Bende  wrote:

> +1 binding
>
> Ran through release helper
> Ran simple flow
> Saved flows to registry, verified DB persistence is fixed
>
> Thanks David!
>
> On Fri, Jan 26, 2024 at 1:33 PM Robert Fellows 
> wrote:
> >
> > +1 non-binding
> >
> > verified hashes
> > build with java 21
> > ran simple flow
> > built with new UI
> >
> >
> > On Fri, Jan 26, 2024 at 12:11 PM Nissim Shiman  >
> > wrote:
> >
> > >  +1 (non-binding)
> > >
> > > verified source release sha256/512 checksums
> > >
> > > successfully ran build using:
> > > Apache Maven 3.9.6
> > > Java 21 2023-09-19 LTS
> > > linux kernel 3.10.0-1160
> > >
> > > Ran various simple flows successfully.  Migrated registry from 1.24 and
> > > 2.0.0-M1 to this RC successfully.  (i.e. and tested importing PGs,
> > > committing new versions of PGs to registry successfully, both from
> nifi and
> > > filesystem).  Verified flows were persisted in registry after registry
> > > restart as well.
> > >
> > > Noticed non-blocking issue where reporting tasks' link to referenced
> > > controller service is not completely working.  Created NIFI-12678 for
> it.
> > >
> > > Tested:
> > > NIFI-11389 Controller Services's link to referencing Controller
> Services
> > > components not always working
> > > NIFI-12387 Flow Configuration History can record a Comments change for
> > > Controller Service when no changes have been made
> > >
> > > NIFI-12394 when importing versioned flow with component that migrates
> > > properties, controller service reference is invalid
> > > NIFI-12666 Correct NiFi Registry Data Source Configuration
> > >
> > > Thank you David and team for the upcoming release!
> > >
> > > Nissim Shiman
> > >
> > > On Friday, January 26, 2024 at 02:30:45 AM UTC, David Handermann <
> > > exceptionfact...@apache.org> wrote:
> > >
> > >  Team,
> > >
> > > I am pleased to be calling this vote for the source release of Apache
> > > NiFi 2.0.0-M2.
> > >
> > > Please review the following guide for how to verify a release candidate
> > > build:
> > >
> > >
> > >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
> > >
> > > The source being voted on and the convenience binaries are available
> > > on the Apache Distribution Repository:
> > >
> > > https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
> > >
> > > The build artifacts are available on the Apache Nexus Repository:
> > >
> > > https://repository.apache.org/content/repositories/orgapachenifi-1264
> > >
> > > Git Tag: nifi-2.0.0-M2-RC4
> > > Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> > > GitHub Commit Link:
> > >
> > >
> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> > >
> > > Checksums of nifi-2.0.0-M2-source-release.zip
> > >
> > > SHA256:
> 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> > > SHA512:
> > >
> e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
> > >
> > > Release artifacts are signed with the following key:
> > >
> > > https://people.apache.org/keys/committer/exceptionfactory.asc
> > >
> > > KEYS file is available on the Apache Distribution Repository:
> > >
> > > https://dist.apache.org/repos/dist/release/nifi/KEYS
> > >
> > > Issues resolved for this version: 214
> > >
> > >
> > >
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
> > >
> > > Release note highlights can be found on the project wiki:
> > >
> > >
> > >
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
> > >
> > > 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-2.0.0-M2
> > > [] +0 no opinion
> > > [] -1 Do not release this package because...
> > >
> >
> >
> >
> > --
> > ---
> > Rob Fellows
>


Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-26 Thread Bryan Bende
+1 binding

Ran through release helper
Ran simple flow
Saved flows to registry, verified DB persistence is fixed

Thanks David!

On Fri, Jan 26, 2024 at 1:33 PM Robert Fellows  wrote:
>
> +1 non-binding
>
> verified hashes
> build with java 21
> ran simple flow
> built with new UI
>
>
> On Fri, Jan 26, 2024 at 12:11 PM Nissim Shiman 
> wrote:
>
> >  +1 (non-binding)
> >
> > verified source release sha256/512 checksums
> >
> > successfully ran build using:
> > Apache Maven 3.9.6
> > Java 21 2023-09-19 LTS
> > linux kernel 3.10.0-1160
> >
> > Ran various simple flows successfully.  Migrated registry from 1.24 and
> > 2.0.0-M1 to this RC successfully.  (i.e. and tested importing PGs,
> > committing new versions of PGs to registry successfully, both from nifi and
> > filesystem).  Verified flows were persisted in registry after registry
> > restart as well.
> >
> > Noticed non-blocking issue where reporting tasks' link to referenced
> > controller service is not completely working.  Created NIFI-12678 for it.
> >
> > Tested:
> > NIFI-11389 Controller Services's link to referencing Controller Services
> > components not always working
> > NIFI-12387 Flow Configuration History can record a Comments change for
> > Controller Service when no changes have been made
> >
> > NIFI-12394 when importing versioned flow with component that migrates
> > properties, controller service reference is invalid
> > NIFI-12666 Correct NiFi Registry Data Source Configuration
> >
> > Thank you David and team for the upcoming release!
> >
> > Nissim Shiman
> >
> > On Friday, January 26, 2024 at 02:30:45 AM UTC, David Handermann <
> > exceptionfact...@apache.org> wrote:
> >
> >  Team,
> >
> > I am pleased to be calling this vote for the source release of Apache
> > NiFi 2.0.0-M2.
> >
> > Please review the following guide for how to verify a release candidate
> > build:
> >
> >
> > https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
> >
> > The source being voted on and the convenience binaries are available
> > on the Apache Distribution Repository:
> >
> > https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
> >
> > The build artifacts are available on the Apache Nexus Repository:
> >
> > https://repository.apache.org/content/repositories/orgapachenifi-1264
> >
> > Git Tag: nifi-2.0.0-M2-RC4
> > Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> > GitHub Commit Link:
> >
> > https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> >
> > Checksums of nifi-2.0.0-M2-source-release.zip
> >
> > SHA256: 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> > SHA512:
> > e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
> >
> > Release artifacts are signed with the following key:
> >
> > https://people.apache.org/keys/committer/exceptionfactory.asc
> >
> > KEYS file is available on the Apache Distribution Repository:
> >
> > https://dist.apache.org/repos/dist/release/nifi/KEYS
> >
> > Issues resolved for this version: 214
> >
> >
> > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
> >
> > Release note highlights can be found on the project wiki:
> >
> >
> > https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
> >
> > 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-2.0.0-M2
> > [] +0 no opinion
> > [] -1 Do not release this package because...
> >
>
>
>
> --
> ---
> Rob Fellows


Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-26 Thread Robert Fellows
+1 non-binding

verified hashes
build with java 21
ran simple flow
built with new UI


On Fri, Jan 26, 2024 at 12:11 PM Nissim Shiman 
wrote:

>  +1 (non-binding)
>
> verified source release sha256/512 checksums
>
> successfully ran build using:
> Apache Maven 3.9.6
> Java 21 2023-09-19 LTS
> linux kernel 3.10.0-1160
>
> Ran various simple flows successfully.  Migrated registry from 1.24 and
> 2.0.0-M1 to this RC successfully.  (i.e. and tested importing PGs,
> committing new versions of PGs to registry successfully, both from nifi and
> filesystem).  Verified flows were persisted in registry after registry
> restart as well.
>
> Noticed non-blocking issue where reporting tasks' link to referenced
> controller service is not completely working.  Created NIFI-12678 for it.
>
> Tested:
> NIFI-11389 Controller Services's link to referencing Controller Services
> components not always working
> NIFI-12387 Flow Configuration History can record a Comments change for
> Controller Service when no changes have been made
>
> NIFI-12394 when importing versioned flow with component that migrates
> properties, controller service reference is invalid
> NIFI-12666 Correct NiFi Registry Data Source Configuration
>
> Thank you David and team for the upcoming release!
>
> Nissim Shiman
>
> On Friday, January 26, 2024 at 02:30:45 AM UTC, David Handermann <
> exceptionfact...@apache.org> wrote:
>
>  Team,
>
> I am pleased to be calling this vote for the source release of Apache
> NiFi 2.0.0-M2.
>
> Please review the following guide for how to verify a release candidate
> build:
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
>
> The source being voted on and the convenience binaries are available
> on the Apache Distribution Repository:
>
> https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
>
> The build artifacts are available on the Apache Nexus Repository:
>
> https://repository.apache.org/content/repositories/orgapachenifi-1264
>
> Git Tag: nifi-2.0.0-M2-RC4
> Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> GitHub Commit Link:
>
> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
>
> Checksums of nifi-2.0.0-M2-source-release.zip
>
> SHA256: 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> SHA512:
> e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
>
> Release artifacts are signed with the following key:
>
> https://people.apache.org/keys/committer/exceptionfactory.asc
>
> KEYS file is available on the Apache Distribution Repository:
>
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> Issues resolved for this version: 214
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
>
> Release note highlights can be found on the project wiki:
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
>
> 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-2.0.0-M2
> [] +0 no opinion
> [] -1 Do not release this package because...
>



-- 
---
Rob Fellows


Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-26 Thread Nissim Shiman
 +1 (non-binding)

verified source release sha256/512 checksums 

successfully ran build using:
Apache Maven 3.9.6 
Java 21 2023-09-19 LTS
linux kernel 3.10.0-1160

Ran various simple flows successfully.  Migrated registry from 1.24 and 
2.0.0-M1 to this RC successfully.  (i.e. and tested importing PGs, committing 
new versions of PGs to registry successfully, both from nifi and filesystem).  
Verified flows were persisted in registry after registry restart as well.

Noticed non-blocking issue where reporting tasks' link to referenced controller 
service is not completely working.  Created NIFI-12678 for it. 

Tested:
NIFI-11389 Controller Services's link to referencing Controller Services 
components not always working
NIFI-12387 Flow Configuration History can record a Comments change for 
Controller Service when no changes have been made 

NIFI-12394 when importing versioned flow with component that migrates 
properties, controller service reference is invalid
NIFI-12666 Correct NiFi Registry Data Source Configuration

Thank you David and team for the upcoming release!

Nissim Shiman

On Friday, January 26, 2024 at 02:30:45 AM UTC, David Handermann 
 wrote:  
 
 Team,

I am pleased to be calling this vote for the source release of Apache
NiFi 2.0.0-M2.

Please review the following guide for how to verify a release candidate build:

https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification

The source being voted on and the convenience binaries are available
on the Apache Distribution Repository:

https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2

The build artifacts are available on the Apache Nexus Repository:

https://repository.apache.org/content/repositories/orgapachenifi-1264

Git Tag: nifi-2.0.0-M2-RC4
Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
GitHub Commit Link:
https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda

Checksums of nifi-2.0.0-M2-source-release.zip

SHA256: 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
SHA512: 
e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799

Release artifacts are signed with the following key:

https://people.apache.org/keys/committer/exceptionfactory.asc

KEYS file is available on the Apache Distribution Repository:

https://dist.apache.org/repos/dist/release/nifi/KEYS

Issues resolved for this version: 214

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861

Release note highlights can be found on the project wiki:

https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2

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-2.0.0-M2
[] +0 no opinion
[] -1 Do not release this package because...
  

Re: [VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-26 Thread Gábor Gyimesi
+1 non-binding

Went through the same steps of the previous RC verification:
  - Verified hashes and signatures
  - Successfully built NiFi with contrib-check in the following environment:
- Ubuntu 22.04 6.5.0-14-generic
- java 21 2023-09-19 LTS
  Java(TM) SE Runtime Environment (build 21+35-LTS-2513)
  Java HotSpot(TM) 64-Bit Server VM (build 21+35-LTS-2513, mixed mode,
sharing)
- Apache Maven 3.6.3
  - Built a containerized version of NiFi and tested site to site use cases
and http communication (using InvokeHTTP-ListenHTTP) between NiFi and
MiNiFi C++

Additionally verified the fix for HandleHttpRequest processor with a simple
flow, and it works as expected.

Thanks David!

Regards,
Gabor

On Fri, 26 Jan 2024 at 03:30, David Handermann 
wrote:

> Team,
>
> I am pleased to be calling this vote for the source release of Apache
> NiFi 2.0.0-M2.
>
> Please review the following guide for how to verify a release candidate
> build:
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification
>
> The source being voted on and the convenience binaries are available
> on the Apache Distribution Repository:
>
> https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2
>
> The build artifacts are available on the Apache Nexus Repository:
>
> https://repository.apache.org/content/repositories/orgapachenifi-1264
>
> Git Tag: nifi-2.0.0-M2-RC4
> Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
> GitHub Commit Link:
>
> https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
>
> Checksums of nifi-2.0.0-M2-source-release.zip
>
> SHA256: 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
> SHA512:
> e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799
>
> Release artifacts are signed with the following key:
>
> https://people.apache.org/keys/committer/exceptionfactory.asc
>
> KEYS file is available on the Apache Distribution Repository:
>
> https://dist.apache.org/repos/dist/release/nifi/KEYS
>
> Issues resolved for this version: 214
>
>
> https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861
>
> Release note highlights can be found on the project wiki:
>
>
> https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2
>
> 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-2.0.0-M2
> [] +0 no opinion
> [] -1 Do not release this package because...
>


[VOTE] Release Apache NiFi 2.0.0-M2 (RC4)

2024-01-25 Thread David Handermann
Team,

I am pleased to be calling this vote for the source release of Apache
NiFi 2.0.0-M2.

Please review the following guide for how to verify a release candidate build:

https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification

The source being voted on and the convenience binaries are available
on the Apache Distribution Repository:

https://dist.apache.org/repos/dist/dev/nifi/nifi-2.0.0-M2

The build artifacts are available on the Apache Nexus Repository:

https://repository.apache.org/content/repositories/orgapachenifi-1264

Git Tag: nifi-2.0.0-M2-RC4
Git Commit ID: 640b7bdfbbb8842f057a9bf49dc2b9b5d092abda
GitHub Commit Link:
https://github.com/apache/nifi/commit/640b7bdfbbb8842f057a9bf49dc2b9b5d092abda

Checksums of nifi-2.0.0-M2-source-release.zip

SHA256: 1946eceb3ae4f541545e93ddc6dd2cbe2a3302a6a46e6c584f3ffc1c1bd1e18b
SHA512: 
e8e67e1e67359553479c0721a1c49ae6706cc6882eadf92e1f5ccc2619637ab87119a06221980d4c34d99b7b6d9a2138c77440b407074090e727b5d4447ab799

Release artifacts are signed with the following key:

https://people.apache.org/keys/committer/exceptionfactory.asc

KEYS file is available on the Apache Distribution Repository:

https://dist.apache.org/repos/dist/release/nifi/KEYS

Issues resolved for this version: 214

https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020=12353861

Release note highlights can be found on the project wiki:

https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version2.0.0-M2

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-2.0.0-M2
[] +0 no opinion
[] -1 Do not release this package because...