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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: