Remix.run Logo
zdragnar 4 days ago

> You can then add a <dependency> override in your pom.xml file specifying the one you want.

Isn't that basically a crappy, hand-rolled equivalent to a lock file?

smrtinsert 4 days ago | parent | next [-]

A single override does not equate to an entire lockfile of dependencies.

zdragnar 3 days ago | parent [-]

And yet, that one manual override and an auto-generated lockfile require basically the same level of effort, and serve the same purpose.

Edit: actually, depending on the package manager, the auto generated lockfile takes less work than the single override, as they don't have the same issue maven does to require an override in the first place.

Muromec 4 days ago | parent | prev [-]

Of course it is