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

Infra: Use the standard shadow plugin #7681

Merged
merged 1 commit into from
May 22, 2023
Merged

Conversation

ajantha-bhat
Copy link
Member

Background:
I tried to bump the Nessie version, which brought the latest Jackson 2.15.x dependency.
With this, runtime uber jar building is failing as Jackson 2.15.x is multi-version jar (packs classes of Java 19 also).

After debugging, found that the problem is in shadow jar plugin that Iceberg is using(which also looks fishy with just one release) and with the standard shadow jar plugin the build can pass even with multi-version jars.

@github-actions github-actions bot added the build label May 22, 2023
@ajantha-bhat
Copy link
Member Author

cc: @nastra, @Fokko, @snazy, @XN137

Copy link
Contributor

@Fokko Fokko 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 catching this @ajantha-bhat

@ajantha-bhat
Copy link
Member Author

Thanks for the review. The build has passed.
Once it is merged, I can rebase the Nessie version bump PR (#7642)

@nastra nastra merged commit 65004c1 into apache:master May 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants