NIFI-16076: Context path support for NiFi Registry Flow Registry Clie…#11393
NIFI-16076: Context path support for NiFi Registry Flow Registry Clie…#11393PNAC03 wants to merge 1 commit into
Conversation
…nt and Support for Context Paths on NiFi Registry (NIFI-16075)
exceptionfactory
left a comment
There was a problem hiding this comment.
Thanks for proposing this improvement @PNAC03. However, the NiFi Registry project is deprecated for removal as of February 2026, and thus is not in the position to accept substantive feature changes.
I will leave this pull request open for a little while to consider any additional feedback from other maintainers. Given the planned removal, however, it would be best to pursue alternative solutions.
|
I did notice the deprecation. But I felt that for a tool that's come this far, it deserved this bit even if it's going to the archives :) |
exceptionfactory
left a comment
There was a problem hiding this comment.
Thanks @PNAC03, I appreciate the willingness to contribute changes. The challenge is availability of cycles for review and future maintenance. I noted two quick items of unrelated changes in the pull request that need to be reverted, but I haven't evaluated the other changes for now.
| @Tags({"kubernetes", "state", "provider", "configmap", "cluster"}) | ||
| @CapabilityDescription("Provides a State Provider that stores state in a Kubernetes ConfigMap. " | ||
| + "This allows state to be shared across a Kubernetes cluster. " | ||
| + "The State Provider uses the Kubernetes Client to read and write ConfigMaps.") |
There was a problem hiding this comment.
This change is unrelated and should be reverted
| <dependency> | ||
| <groupId>org.apache.nifi</groupId> | ||
| <artifactId>nifi-utils</artifactId> | ||
| <version>2.4.0</version> |
There was a problem hiding this comment.
This change is unrelated and should be reverted.
Summary
NIFI-16076
NIFI-16075
Tracking
Please complete the following tracking steps prior to pull request creation.
Issue Tracking
Pull Request Tracking
NIFI-00000NIFI-00000VerifiedstatusPull Request Formatting
mainbranchVerification
Please indicate the verification steps performed prior to pull request creation.
Build
./mvnw clean install -P contrib-checkLicensing
LICENSEandNOTICEfilesDocumentation