Closed dietzc closed 9 years ago
I agree that all classes in scifio-bf-compat
should have a common base package name. The io.scif.common.RandomAccessInputStreamWrapper
class should be moved.
Sounds good.. how about io.scif.bf.wrapper
?
Also, since OSGi doesn't allow packages with the same name, how can the deprecated classes still exist in imagej-common?
Just want to make sure it's OK for me to deprecate RandomAccessInputStreamWrapper
as well.
Thanks @dietzc !
:+1:
:+1:
Hi @hinerm,
could you rename the package https://github.com/scifio/scifio-bf-compat/tree/master/src/main/java/io/scif/common? Same problem as with imglib2.meta in imagej.commons: OSGi does not allow packages with the same name in different bundles. There is already a package with the same name in: io.scif (https://github.com/scifio/scifio/tree/master/src/main/java/io/scif/common). If its not possible to resolve this conflict, there are ways (hacks ;-)) to do that on OSGi side. However, it would be great if we could resolve it here.
Thanks!
Christian