Skip to content
New issue

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

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

Already on GitHub? # to your account

Remove obsolete Backported classes for jackson 1.5 support #471

Merged
merged 1 commit into from
May 30, 2024

Conversation

asalamon74
Copy link
Contributor

Description

This ancient commit 10 years ago ( b919c17 ) added Backported classes to support jackson 1.5

But the hadoop version was quickly updated back to 1.8.8: 76ca1a7

And the hadoop version in the project are not using 1.5 anymore:

hadoop 3.1.2: jackson 1.9.13
hadoop 2.7.6: jackson 1.9.13
hadoop 2.2.0: jackson 1.8.8

so I think that jackson 1.5 support is no longer imporant.

These hardwired classes make it difficult to bump the jackson version to 1.9.13

Issues Resolved

This PR removes the backported classes and makes it easier to bump the jackson version later.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.

Copy link
Collaborator

@Xtansia Xtansia 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 contribution @asalamon74! Changes look reasonable to me, just need to adjust the changelog entry a bit

CHANGELOG.md Outdated
@@ -12,6 +12,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
### Removed

### Fixed
- Remove obsolete Backported classes for jackson 1.5 support
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be under ### Removed and include the PR link at the end of the line, additionally fix casing of backported and Jackson:

Suggested change
- Remove obsolete Backported classes for jackson 1.5 support
- Removed obsolete backported classes for Jackson 1.5 support

Signed-off-by: Andras Salamon <andras.salamon@melda.info>
@asalamon74
Copy link
Contributor Author

Thanks for the review @Xtansia I've updated the changelog.

Copy link
Collaborator

@Xtansia Xtansia left a comment

Choose a reason for hiding this comment

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

Thank you @asalamon74, really appreciate your efforts!

@Xtansia Xtansia merged commit 73bd8c6 into opensearch-project:main May 30, 2024
14 checks passed
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants