-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Update Jackson to >= 2.6 #4372
Comments
Can you add some color about why Jackson has not yet been upgraded and what makes it difficult? |
Hadoop will always have the most stale dependencies, due to it's development "velocity". Always having Druid to stay on as old library versions as Hadoop use (and not the newest Hadoop!) is very sad. Is it approachable to decouple Hadoop and have a separate set of dependencies for it? For example Jackson sends JSON after all, so on protocol level there should be no difference between any Jackson version. |
Newer hadoop versions have some better classloader control, it's possible we could find a set of parameters that allows us to update jackson, and tell users to use those parameters. I'm not totally sure if this will work though. |
@gianm #1674 and more specifically #1669 (comment) |
A profile |
There are numerous problems with sticking to Jackson < 2.6, including lacking spark compatibility and lacking compatibility with recent versions of various cloud SDKs.
This ask is that Jackson be upgraded.
The text was updated successfully, but these errors were encountered: