This is an automated email from the ASF dual-hosted git repository. exceptionfactory pushed a commit to branch main-staging in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit fd153c54644f13acbe5675903947e9aeca7d485a Author: Pierre Villard <[email protected]> AuthorDate: Mon Feb 9 18:48:53 2026 +0100 NIFI-15572 Added Deprecation Notice for NiFi Registry (#96) Co-authored-by: David Handermann <[email protected]> Signed-off-by: David Handermann <[email protected]> (cherry picked from commit c2d5af0290e31238a966bd635767a1e34493df76) --- content/download/_index.md | 10 ++++++++++ content/projects/registry.md | 19 +++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/content/download/_index.md b/content/download/_index.md index 3015c270..b16ff04e 100644 --- a/content/download/_index.md +++ b/content/download/_index.md @@ -109,6 +109,16 @@ The Apache NiFi Team strongly encourages users to upgrade to NiFi 2. ## Apache NiFi Registry +<div class="uk-card uk-card-default uk-card-body uk-margin-bottom"> + +Apache NiFi Registry has been **deprecated** following a +[community vote](https://lists.apache.org/thread/3gs4nl28yngsdmxd6xglzmbh5jqbscl3) +in February 2026 and is planned for removal in Apache NiFi 3.0. +NiFi 2 introduced Git-based Flow Registry Clients as alternatives. +The Apache NiFi Team strongly encourages uses to migrate to these Git-based implementations. + +</div> + ### Registry {{< param currentProjectVersion >}} [Release Notes](https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-Version{{< param currentProjectVersion >}}) - Released: {{< param currentProjectVersionReleased >}} diff --git a/content/projects/registry.md b/content/projects/registry.md index a800bbba..4c9b684a 100644 --- a/content/projects/registry.md +++ b/content/projects/registry.md @@ -13,6 +13,25 @@ menu: <p class="description">A subproject of Apache NiFi to store and manage shared resources.</p> +<div class="uk-card uk-card-default uk-card-body uk-margin-bottom"> + +## Deprecation Notice + +Apache NiFi Registry has been **deprecated** following a +[community vote](https://lists.apache.org/thread/3gs4nl28yngsdmxd6xglzmbh5jqbscl3) in Feburary 2026 +and is planned for removal in Apache NiFi 3.0. + +NiFi 2 introduced Git-based Flow Registry Clients for +GitHub, GitLab, Bitbucket, and Azure DevOps, +providing direct integration with existing version control infrastructure. +The Apache NiFi Team strongly encourages users to migrate to these alternatives. + +This decision is reversible if sufficient contributors step forward to actively maintain +NiFi Registry, which would allow the deprecation status to be reconsidered. +The timeline for NiFi 3.0 is not yet established, providing significant time for migration planning. + +</div> + # Features Registry - a subproject of Apache NiFi - is a complementary application that provides a central location for storage and
