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

Build fails after fcrepo-storage-ocfl update #210

Open
cormier opened this issue Jan 6, 2025 · 0 comments
Open

Build fails after fcrepo-storage-ocfl update #210

cormier opened this issue Jan 6, 2025 · 0 comments

Comments

@cormier
Copy link

cormier commented Jan 6, 2025

Building migration-utils with mvn clean install fails with the following error:

ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.2:compile (default-compile) on project migration-utils: Compilation failure: Compilation failure: 
[ERROR] /migration-utils/src/main/java/org/fcrepo/migration/handlers/ocfl/OcflObjectSessionWrapper.java:[36,8] org.fcrepo.migration.handlers.ocfl.OcflObjectSessionWrapper is not abstract and does not override abstract method readRange(java.lang.String,java.lang.String,long,long) in org.fcrepo.storage.ocfl.OcflObjectSession

migration-utils builds against version 6.4.0-SNAPSHOT of fcrepo-storage-url. readRange was introduced in commit 47d889b188fbc1535feea7d927451d2cd9bac83f of fcrepo-storage-url, causing version 6.4.0-SNAPSHOT to be overriden and breaking the migration-utils build.

I am able to build migration-utils against commit d678c553d11de167651b505d0cc4643a94055ee7 of fcrepo-storage-ocfl.

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

1 participant