This is an automated email from the ASF dual-hosted git repository. pvillard pushed a commit to branch NIFI-15572 in repository https://gitbox.apache.org/repos/asf/nifi-site.git
commit 9e31e017c193dfcc9d3282282d54cd24ab9c7ff4 Author: Pierre Villard <[email protected]> AuthorDate: Mon Feb 9 13:16:32 2026 +0100 NIFI-15572 - Add deprecation notice for NiFi Registry --- content/download/_index.md | 10 ++++++++++ content/projects/registry.md | 20 ++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/content/download/_index.md b/content/download/_index.md index 3015c270..f0bea797 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) +and is planned for removal in Apache NiFi 3.0. +NiFi 2.x introduced Git-based Flow Registry Clients (GitHub, GitLab, Bitbucket, Azure DevOps) +as alternatives. Users are encouraged to migrate to these Git-based clients. + +</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..87fa0277 100644 --- a/content/projects/registry.md +++ b/content/projects/registry.md @@ -13,6 +13,26 @@ menu: <p class="description">A subproject of Apache NiFi to store and manage shared resources.</p> +<div class="uk-alert-warning" uk-alert> +<h3>Deprecation Notice</h3> +<p> +Apache NiFi Registry has been <strong>deprecated</strong> following a +<a href="https://lists.apache.org/thread/3gs4nl28yngsdmxd6xglzmbh5jqbscl3">community vote</a> +and is planned for removal in Apache NiFi 3.0. +</p> +<p> +NiFi 2.x introduced Git-based Flow Registry Clients for +<strong>GitHub, GitLab, Bitbucket, and Azure DevOps</strong>, +providing direct integration with existing version control infrastructure. +Users are encouraged to migrate to these alternatives. +</p> +<p> +This decision is <strong>reversible</strong> — if sufficient contributors step forward to actively maintain +NiFi Registry, the deprecation status can be reconsidered. +There is no known timeline for NiFi 3.0, giving users significant time to plan migrations. +</p> +</div> + # Features Registry - a subproject of Apache NiFi - is a complementary application that provides a central location for storage and
