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

Fix shading for Kafka wrapper lib #1079

Merged
merged 1 commit into from
Jan 18, 2018

Conversation

merlimat
Copy link
Contributor

Motivation

Currently the pulsar-client-kafka is pulling in all the pulsar-client-original unshaded dependencies unlike expected. This is due to some weird behavior of the maven shading plugin that, even though the module is depending on the shaded pulsar client, it is still pulling up the unshaded module.

Modifications

Apply to pulsar-client-kafka the same shading configuration rules as pulsar-client artifact.

Copy link
Contributor

@rdhabalia rdhabalia left a comment

Choose a reason for hiding this comment

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

👍

@merlimat
Copy link
Contributor Author

retest this please

@merlimat merlimat merged commit de8d09c into apache:master Jan 18, 2018
@merlimat merlimat deleted the kafka-wrapper-shading branch January 18, 2018 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants