Adding the PropertyNamingStrategies from jackson for fixing hadoop ingestion #14671
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…gestion
Fixes #XXXX.
Description
We found that aws jdk core is using the jackson version 2.12.7 and it is not compatible with older jackson esp inside hadoop container as it loads the classes from given extension. We found that s3 extension is loading S3 required jars and instantiating the PropertyNamingStrategies from newer jackson and failing.
Creating the PR to pull this class into druid repo itself to fix the hadoop ingestion and make it compatible with newer jackson.
Fixed the bug ...
Renamed the class ...
Added a forbidden-apis entry ...
Release note
Key changed/added classes in this PR
MyFoo
OurBar
TheirBaz
This PR has: