scijava-common
scijava-common copied to clipboard
Reconcile POM.compareVersions and VersionUtils.compare
The two implementations (POM.compareVersions() and VersionUtils.compare()) are semantically identical and should be reconciled.
- [ ] Deprecate
POM.compareVersions() - [ ] Use
VersionUtils.compare()inPOM.compareTo() - [ ] Keep Javadoc of
POM.compareVersions() - [ ] Keep implementation of
VersionUtils.compare()
If you agree, @ctrueden, you can assign me and I can work on it.
I agree in broad strokes. Let's wait a couple of weeks until I have the scaffold for SciJava 3 modularization in place. Then we can do the reconciliation there.
Agreed! :+1:
This issue has been mentioned on Image.sc Forum. There might be relevant details there:
https://forum.image.sc/t/read-version-from-jar-file/40831/2