Open skalarproduktraum opened 9 months ago
I don't understand. ImgLib2 violates package constraints everywhere. How is this different?
I don't know how it is different, I'm only complaining to the maintainers of the packages where the compiler has complained to me 😅 If this is similar in other places, that'll become an issue too at some point of course.
Anyway - how would you like to handle this for this particular package, @axtimwalde? This affects only the classes in https://github.com/saalfeldlab/n5-imglib2/tree/master/src/main/java/net/imglib2/realtransform and it looks to me as if they could either easily be moved to imglib2, or to somewhere else in this package.
Poke @bogovicj @axtimwalde
Hey @bogovicj and @axtimwalde,
while trying to get scenery ready to work correctly with the JPMS, the compiler bailed on me, complaining that n5-imglib2 brings along classes that violate package constraints, as some classes actually belong to the net.imglib2.realtransform package.
Unfortunately, the only way to actually fix this is to move them to the package they actually belong to, so the imglib2 package. Would you be open to that? I'd be happy to create PRs for those repositories to make the corresponding changes 👍