You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍
The text was updated successfully, but these errors were encountered:
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.
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 👍
The text was updated successfully, but these errors were encountered: