Skip to content

NIFI-10769 Update Accumulo Core To 2.1.0#6964

Closed
mr1716 wants to merge 2 commits intoapache:mainfrom
mr1716:NIFI-10769
Closed

NIFI-10769 Update Accumulo Core To 2.1.0#6964
mr1716 wants to merge 2 commits intoapache:mainfrom
mr1716:NIFI-10769

Conversation

@mr1716
Copy link
Contributor

@mr1716 mr1716 commented Feb 16, 2023

Summary

NIFI-10769

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

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.

@mr1716 Unfortunately upgrading the Accumulo 2.1.0 requires more work than just changing the version number. The automated build failures indicate that dependencies have changed, to include Log4j 2 and perhaps others. Upgrading will require a more thorough evaluation, additional exclusions, and perhaps other adjustments to the Maven configurations for these components.

@exceptionfactory
Copy link
Contributor

@mr1716 After a separate pull request #7042 to correct other Accumulo dependencies, I rebased this branch and updated the exclusions with Log4j 2. I also removed several dependency overrides that are no longer necessary since Accumulo 2.1.0 updated their transitive dependencies. Planning to merge pending successful automated builds.

r-vandenbos pushed a commit to r-vandenbos/nifi that referenced this pull request Apr 11, 2023
- Updated exclusions with Log4j 2 dependencies
- Removed exclusions no longer required based on Accumulo 2.1.0

This closes apache#6964

Signed-off-by: David Handermann <exceptionfactory@apache.org>
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