-1 binding A new method to the ValidationConext was added to support the Connectors development work happening on the NIFI-15258 branch. That new method causes nifi main to have compile errors as implementation classes don't implement the new method. This is an easy fix to add a default implementation to the new method in nifi-api. Apologies, I should have caught this on the initial PR review.
I will open a PR to nifi-api that adds a default method, but I recommend we cancel RC1 and start an RC2 once my fix is merged. Cheers, Kevin On Wed, Mar 4, 2026 at 3:39 AM Pierre Villard <[email protected]> wrote: > > Team, > > I am pleased to be calling this vote for the source release of Apache > NiFi API 2.7.0. > > Please review the following guide for how to verify a release candidate build: > > https://cwiki.apache.org/confluence/display/NIFI/Release+Candidate+Verification+for+NiFi+API > > The source being voted on the and the convenience binaries are > available on the Apache Distribution Repository: > > https://dist.apache.org/repos/dist/dev/nifi/nifi-api-2.7.0 > > The build artifacts are available on the Apache Nexus Repository: > > https://repository.apache.org > > Git Tag: nifi-api-2.7.0-RC1 > Git Commit ID: e1031c9db3a9d96a10f3c869ae4776a0c2994fa7 > GitHub Commit Link: > https://github.com/apache/nifi-api/commit/e1031c9db3a9d96a10f3c869ae4776a0c2994fa7 > > Hashes of nifi-api-2.7.0-source-release.zip > > SHA512: > b12285601e150647e177f0497b361b2cddf37cfce9da21bd81497c53d009fa1136665bbfbc7a0414bd482fc6ab1a3c35d1763d6b51cfa4665cf9e3ce464f0e5f > > Release artifacts are signed with the following key: > > https://people.apache.org/keys/committer/pvillard31.asc > > KEYS file is available on the Apache Distribution Repository: > > https://dist.apache.org/repos/dist/release/nifi/KEYS > > Issues resolved for this version: 12 > > https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316020&version=12356655 > > Release note highlights can be found on the project wiki: > > https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-NiFiAPIVersion2.7.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-api-2.7.0 > [] +0 no opinion > [] -1 Do not release this package because...
