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 👍
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 👍