-
Notifications
You must be signed in to change notification settings - Fork 38
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
Dependency convergence error #76
Comments
Is this actually causing you issues? We're using Gradle and its default behavior is to choose the highest version of a dependency if there are multiple versions in use transitively |
If I disable |
What was the reason for using |
It came as part of a Maven template project that I was using. I don't need to enforce anything currently. However, I have it enabled in a separate widely-used open source project that I maintain, and it has been able to catch a lot of issues in the past, so it is conceivable this plugin will be put to work in my new project soon. For now, I just disabled it. |
Thanks for the info! Can you elaborate on "it has been able to catch a lot of issues in the past"? Did it help you find bugs? Outdated dependencies? etc. Just trying to understand the benefit of prioritizing and looking into this :) |
Mostly I have used The craziest thing this was able to catch was when some methods in the Java API changed in a non-backwards-compatible way, to return classgraph/classgraph#284 But https://medium.com/@gualtierotesta/the-maven-enforcer-plugin-e45d68c0fa80 |
maven-enforcer-plugin
gives these errors withopenai-java
0.8.0:and
The text was updated successfully, but these errors were encountered: