-
Notifications
You must be signed in to change notification settings - Fork 872
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
Muzzle checks transitive dependencies which causes confusing errors #798
Comments
@anuraaga can we close this now that the helper class list is auto-generated? |
It's much harder to fail muzzle indeed. I think if it's possible it would be nice if muzzle didn't have confusing output for transitive but maybe it's not really feasible. |
Another case of this happened in #4627 When I included |
I ran into this again also, added a new option |
I think we can consider this issue closed by #6044 |
For example, jetty-8.0 depends on servlet-3.0. If there is a problem in the muzzle configuration of servlet-3.0, it is the jetty-8.0 muzzle task that complains which is deceptive
Neet to be very careful in looking at the class name
Servlet3Instrumentation
in that log, but it would be nicer if transitive was just not checked since it'll be checked by other muzzle tasks anyways.The text was updated successfully, but these errors were encountered: