For the records, I'm ticketing our discussion with @tpietzsch about the BigStitcher-Spark dependencies on 2023-03-09.
It seems that the dependencies of BigStitcher-Spark are getting too old... I tried to run BigStitcher-Spark main checkout as of 2023-03-08 with with a bigdataviewer-omezarr main branch build.
maven builds bigdataviewer-omezarr with jackson 2.12.5 that is incompatible with BigStitcher-Spark
the moving of SharedQueue from bdv.util.volatiles.SharedQueue tobdv.cache.SharedQueue causes NoSuchMethodError at bdv.util.volatiles.VolatileViews.wrapAsVolatile(Lnet/imglib2/RandomAccessibleInterval;Lbdv/cache/SharedQueue;)Lnet/imglib2/RandomAccessibleInterval, as we understood, because bigdataviewer-omezarr is already built with the new version while BigStitcher-Spark may use the old one.
For the records, I'm ticketing our discussion with @tpietzsch about the BigStitcher-Spark dependencies on 2023-03-09.
It seems that the dependencies of BigStitcher-Spark are getting too old... I tried to run BigStitcher-Spark main checkout as of 2023-03-08 with with a bigdataviewer-omezarr main branch build.
where cp.txt is generated from the BigStitcher-Spark build (bigdataviewer-omezarr is added manually)
bigdataviewer-omezarr
with jackson 2.12.5 that is incompatible with BigStitcher-SparkSharedQueue
frombdv.util.volatiles.SharedQueue
tobdv.cache.SharedQueue
causesNoSuchMethodError
atbdv.util.volatiles.VolatileViews.wrapAsVolatile(Lnet/imglib2/RandomAccessibleInterval;Lbdv/cache/SharedQueue;)Lnet/imglib2/RandomAccessibleInterval
, as we understood, becausebigdataviewer-omezarr
is already built with the new version whileBigStitcher-Spark
may use the old one.