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

Fixed issues in pulsar-client shading configuration #10614

Merged
merged 6 commits into from May 19, 2021

Conversation

merlimat
Copy link
Contributor

Motivation

There are few issues in the dependencies exposed by pulsar-client and pulsar-client-all modules:

  1. Protobuf is exposed as a dependency, being pulled by pulsar-transaction-common, even though it's not used anymore.
  2. pulsar-client-api must not be included in the shaded jar, instead it needs to stay as a transitive dependency of the shaded jar
  3. Some depedendencies were not being included in the shaded jar

@merlimat merlimat added this to the 2.8.0 milestone May 17, 2021
@merlimat merlimat self-assigned this May 17, 2021
Copy link
Contributor

@eolivelli eolivelli left a comment

Choose a reason for hiding this comment

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

Lgtm

@merlimat
Copy link
Contributor Author

This is dependent on #10616 changes

@codelipenghui codelipenghui merged commit 34a04b5 into apache:master May 19, 2021
@merlimat merlimat deleted the fix-client-shading branch May 19, 2021 04:16
yangl pushed a commit to yangl/pulsar that referenced this pull request Jun 23, 2021
### Motivation

There are few issues in the dependencies exposed by `pulsar-client` and `pulsar-client-all` modules:
 1. Protobuf is exposed as a dependency, being pulled by `pulsar-transaction-common`, even though it's not used anymore.
 2. `pulsar-client-api` must not be included in the shaded jar, instead it needs to stay as a transitive dependency of the shaded jar
 3. Some depedendencies were not being included in the shaded jar
bharanic-dev pushed a commit to bharanic-dev/pulsar that referenced this pull request Mar 18, 2022
### Motivation

There are few issues in the dependencies exposed by `pulsar-client` and `pulsar-client-all` modules:
 1. Protobuf is exposed as a dependency, being pulled by `pulsar-transaction-common`, even though it's not used anymore.
 2. `pulsar-client-api` must not be included in the shaded jar, instead it needs to stay as a transitive dependency of the shaded jar
 3. Some depedendencies were not being included in the shaded jar
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.

None yet

5 participants