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.
independently of the content of the
Jars.lockfile (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.lockprevents getting the notifications for other potential versions conflicts+choice when we only force a specific jar version for example.