You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: