Skip to content

Conversation

@pvillard31
Copy link
Contributor

Summary

NIFI-15199 - Bump NiFi API to 2.5.0, Commons IO to 2.21.0, Excel Streaming Reader to 5.1.2, and others

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 ./mvnw clean install -P contrib-check
    • JDK 21
    • JDK 25

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

…aming Reader to 5.1.2, and others

- Reactor Netty HTTP from 1.2.10 to 1.3.0 - https://github.com/reactor/reactor-netty/releases/tag/v1.3.0
- Reactor from 3.7.13 to 3.8.0 - https://github.com/reactor/reactor-core/releases/tag/v3.8.0
- JanusGraph from 1.2.0-20251106-225718.92a1b98 to 1.2.0-20251108-015359.2fa5bca - https://github.com/JanusGraph/janusgraph
- Excel Streaming Reader from 5.1.1 to 5.1.2 - https://github.com/pjfanning/excel-streaming-reader/releases/tag/v5.1.2
- Error Prone Annotations from 2.43.0 to 2.44.0 - https://github.com/google/error-prone/releases/tag/v2.44.0
- NiFi API from 2.4.0 to 2.5.0 - https://cwiki.apache.org/confluence/display/NIFI/Release+Notes#ReleaseNotes-NiFiAPIVersion2.5.0
- AWS SDK v2 from 2.38.1 to 2.38.2 - https://github.com/aws/aws-sdk-java-v2/blob/master/CHANGELOG.md
- Apache Commons IO from 2.20.0 to 2.21.0 - https://commons.apache.org/proper/commons-io/changes.html#a2.21.0

Signed-off-by: Pierre Villard <[email protected]>
@pvillard31
Copy link
Contributor Author

Working on the integration tests failures.

@pvillard31
Copy link
Contributor Author

The errors are because of this change in commons-io. Pushed a commit to properly handle the new exception handling where it is excepted that EOF should be signaled by returning -1.

Copy link
Contributor

@exceptionfactory exceptionfactory left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the upgrades and correcting the message converter @pvillard31! +1 merging

@exceptionfactory exceptionfactory merged commit 28c526d into apache:main Nov 10, 2025
9 checks passed
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