Bump to latest pom-scijava and bump imglib2 versions.
A binary incompatibility was introduced in ImgLib2 which requires re-compilation of imglib2-mesh:
Views.flatIterable(...) returns RandomAccessibleInterval instead of IterableInterval. The reasoning is that RandomAccessibleInterval extends IterableInterval (since imglib2-7.0.0), and there is no reason to strip the RandomAccess part from the flatIterable result.
Bump to latest pom-scijava and bump imglib2 versions.
A binary incompatibility was introduced in ImgLib2 which requires re-compilation of imglib2-mesh:
Views.flatIterable(...)
returnsRandomAccessibleInterval
instead ofIterableInterval
. The reasoning is thatRandomAccessibleInterval
extendsIterableInterval
(since imglib2-7.0.0), and there is no reason to strip the RandomAccess part from the flatIterable result.