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

Provide a shade release package for Dubbo with some common used libraries shaded. #12466

Closed
chickenlj opened this issue Jun 6, 2023 · 1 comment
Assignees

Comments

@chickenlj
Copy link
Contributor

chickenlj commented Jun 6, 2023

As a middleware framework that works as a core dependency of many business projects, Dubbo relies on some other low-level libraries like Netty, which causes it easy to conflict if other middlewares depend on the same libraries but with different versions. To solve this, I think it's necessary for Dubbo to introduce a shade release package with those common dependencies shaded inside.

To achieve that, firstly, I think we should recognize all the third-party dependencies that are depended on by Dubbo and are easy to cause dependency conflicts.

@chaicho
Copy link
Contributor

chaicho commented Jun 6, 2023

Assign the issue to me please.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

No branches or pull requests

3 participants