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

jar version dependency conflict warning are globally omitted when Jars.lock exists #46

Open
colinsurprenant opened this issue Apr 26, 2016 · 2 comments

Comments

@colinsurprenant
Copy link

independently of the content of the Jars.lock file (it can be empty) all warnings are globally disabled I believe here.

I think that the proper behaviour would be to not produce warnings only specifically for the jars explicitly included in the Jars.lock ?

Disabling all warnings upon Jars.lock prevents getting the notifications for other potential versions conflicts+choice when we only force a specific jar version for example.

@colinsurprenant
Copy link
Author

@mkristian WDYT?

@mkristian
Copy link
Member

yes totally turning off warnings is going to far. I definitely want to ignore warnings on those jar loaded via Jars.lock and right the version space outside the Jars.lock shall be treated as if there is no lock file.

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

No branches or pull requests

2 participants