-
Notifications
You must be signed in to change notification settings - Fork 13
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
endpoints-management-control-all does not properly shade OpenCensus #51
Comments
It probably shouldn't shade this. Rather it should simply depend on the usual jar rather than bundling it. |
Pasting my findings on duplicate class via Maven extra-enforcer rule's banDuplicateClasses:
These are the risks |
Again, the issue is not that it doesn't shade these classes. It shouldn't shade them. It shouldn't bundle them either. |
I agree that this library should not shade dependencies. |
This is causing diamond dependency issues.
See: spring-attic/spring-cloud-gcp#1815 (comment)
The text was updated successfully, but these errors were encountered: