Skip to content

NIFI-11174 Remove deprecated Standard Processors#6953

Closed
exceptionfactory wants to merge 1 commit intoapache:mainfrom
exceptionfactory:NIFI-11174
Closed

NIFI-11174 Remove deprecated Standard Processors#6953
exceptionfactory wants to merge 1 commit intoapache:mainfrom
exceptionfactory:NIFI-11174

Conversation

@exceptionfactory
Copy link
Contributor

Summary

NIFI-11174 Removes the following Processors from nifi-standard-processors:

  • Base64EncodeContent
  • GetHTTP
  • GetJMSQueue
  • GetJMSTopic
  • HashAttribute
  • HashContent
  • PostHTTP
  • PutJMS

Additional changes include removing the following deprecated properties from InvokeHTTP:

  • Proxy Host
  • Proxy Port
  • Proxy Type
  • Proxy Username
  • Proxy Password

These changes align with NiFi 2.0 Release Goals of removing deprecated components and features.

Related to this removal, a new Apache NiFi Wiki page provides migration steps and example flow definitions for migrating deprecated components and features for 2.0.0. This wiki page can be updated to provide the steps necessary to prepare for upgrading.

Tracking

Please complete the following tracking steps prior to pull request creation.

Issue Tracking

Pull Request Tracking

  • Pull Request title starts with Apache NiFi Jira issue number, such as NIFI-00000
  • Pull Request commit message starts with Apache NiFi Jira issue number, as such NIFI-00000

Pull Request Formatting

  • Pull Request based on current revision of the main branch
  • Pull Request refers to a feature branch with one commit containing changes

Verification

Please indicate the verification steps performed prior to pull request creation.

Build

  • Build completed using mvn clean install -P contrib-check
    • JDK 11
    • JDK 17

Licensing

  • New dependencies are compatible with the Apache License 2.0 according to the License Policy
  • New dependencies are documented in applicable LICENSE and NOTICE files

Documentation

  • Documentation formatting appears as expected in rendered files

- Base64EncodeContent
- GetHTTP
- GetJMSQueue
- GetJMSTopic
- HashAttribute
- HashContent
- PostHTTP
- PutJMS

Removed deprecated Proxy properties from InvokeHTTP

- Proxy Host
- Proxy Port
- Proxy Type
- Proxy Username
- Proxy Password
@asfgit asfgit closed this in 4f11550 Feb 15, 2023
ashevchuk123 pushed a commit to mapr/nifi that referenced this pull request Oct 27, 2025
- Base64EncodeContent
- GetHTTP
- GetJMSQueue
- GetJMSTopic
- HashAttribute
- HashContent
- PostHTTP
- PutJMS

Removed deprecated Proxy properties from InvokeHTTP

- Proxy Host
- Proxy Port
- Proxy Type
- Proxy Username
- Proxy Password

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes apache#6953.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants