Skip to content
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

GH-3007: Ensure version specific Jackson classes are shaded #3017

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

z-anderson
Copy link

Rationale for this change
The current jar contains version specific classes under META-INF/versions/... with unshaded package names. This leads to clashes with jackson and thus classpath duplicates. This is a major problem in many big projects right now (e.g. Spark).

What changes are included in this PR?
Ensure these classes are shaded.

Are these changes tested?
Are there any user-facing changes?
Closes #3007

@gszadovszky
Copy link
Contributor

@z-anderson, could you add a comment here referencing your modification so we won't forget to update the shaded versions if needed?

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.

Version specific Jackson classes are left unshaded
2 participants