Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure imagej-server works with latest BOM #133

Open
ctrueden opened this issue Jun 23, 2020 · 1 comment
Open

Ensure imagej-server works with latest BOM #133

ctrueden opened this issue Jun 23, 2020 · 1 comment
Milestone

Comments

@ctrueden
Copy link
Member

ctrueden commented Jun 23, 2020

The ImageJ Server codebase needs some updates to work with pom-scijava 29. Updating the imagej-server POM (see pom-sj-29 branch) yields the following compile errors:

[ERROR] .../imagej-server/src/main/java/net/imagej/server/resources/ObjectsResource.java:[29,18] cannot find symbol
[ERROR]   symbol:   class ByteArrayHandle
[ERROR]   location: package io.scif.io
[ERROR] .../imagej-server/src/main/java/net/imagej/server/resources/ObjectsResource.java:[31,24] cannot find symbol
[ERROR]   symbol:   class LocationService
[ERROR]   location: package io.scif.services
[ERROR] .../imagej-server/src/main/java/net/imagej/server/resources/ObjectsResource.java:[85,17] cannot find symbol
[ERROR]   symbol:   class LocationService
[ERROR]   location: class net.imagej.server.resources.ObjectsResource
[ERROR] .../imagej-server/src/main/java/net/imagej/server/resources/ObjectsResource.java:[298,17] cannot find symbol
[ERROR]   symbol:   class ByteArrayHandle
[ERROR]   location: class net.imagej.server.resources.ObjectsResource
[ERROR] .../imagej-server/src/main/java/net/imagej/server/external/DefaultTableIOPlugin.java:[24,18] cannot find symbol
[ERROR]   symbol:   class IRandomAccess
[ERROR]   location: package io.scif.io
[ERROR] .../imagej-server/src/main/java/net/imagej/server/external/DefaultTableIOPlugin.java:[25,18] cannot find symbol
[ERROR]   symbol:   class VirtualHandle
[ERROR]   location: package io.scif.io
[ERROR] .../imagej-server/src/main/java/net/imagej/server/external/DefaultTableIOPlugin.java:[26,24] cannot find symbol
[ERROR]   symbol:   class LocationService
[ERROR]   location: package io.scif.services
[ERROR] .../imagej-server/src/main/java/net/imagej/server/external/DefaultTableIOPlugin.java:[56,17] cannot find symbol
[ERROR]   symbol:   class LocationService
[ERROR]   location: class net.imagej.server.external.DefaultTableIOPlugin

We should take the opportunity also to eliminate the DefaultTableIOPlugin here in favor of scijava-plugins-io-table; see also scijava/scijava-plugins-io-table#4.

@ctrueden ctrueden added this to the 29.0.0 milestone Jun 23, 2020
@imagesc-bot
Copy link

This issue has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/coba-imagej-fiji-summer-2020-roadmap/39453/1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants