Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIFI-12188 Upgraded Commons Net from 3.9.0 to 3.10.0 #7855

Closed
wants to merge 1 commit into from

Conversation

exceptionfactory
Copy link
Contributor

Summary

NIFI-12188 Upgrades Apache Commons Net from 3.9.0 to 3.10.0, which incorporates several bug fixes and improvements.

Improvements in Commons Net 3.10.0 include resolving NET-650, which delegates host resolution to java.net.Socket.connect() methods, improving support for access through HTTP or SOCKS5 proxy servers. This improvement obviates the need for the Apache NiFi ProxyFTPClient, which is removed along with the associated unit test class.

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 21

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

- Removed ProxyFTPClient extension of standard FTPClient no longer required following changes implemented in NET-650
@joewitt
Copy link
Contributor

joewitt commented Oct 7, 2023

nice. will keep an eye out on the test runs and merge later on. The bom pr i'll look into as well if someone doesn't grab first but that one is far more adventurous!

@asfgit asfgit closed this in 457973d Oct 9, 2023
asfgit pushed a commit that referenced this pull request Oct 9, 2023
- Removed ProxyFTPClient extension of standard FTPClient no longer required following changes implemented in NET-650

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

This closes #7855.
@exceptionfactory exceptionfactory added the hacktoberfest-accepted Hacktoberfest Accepted label Oct 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest Accepted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants