ocfl-java icon indicating copy to clipboard operation
ocfl-java copied to clipboard

A Java OCFL implementation

Results 6 ocfl-java issues
Sort by recently updated
recently updated
newest added

For our project I have been trying to see if we can use this library to implement OCFL, and I ran into a small bug causing: ``` Exception in thread...

enhancement

How should the logs directory be used? Currently, nothing is written to the logs directory. How do people want to use it?

enhancement

`ocfl-java` currently only interacts with objects within the context of an OCFL repository. Should it also support interacting with ad hoc OCFL objects outside of a repository?

enhancement

Consider adding support for multi-object transactions. 1. Modified objects would need to be write locked 2. Need a way to stage version changes 3. Need a way to access staged...

enhancement

Currently, optimistic locking only works using version ids. Should it work with mutable HEAD revisions as well?

enhancement

Per spec changes: https://github.com/OCFL/spec/pull/432/files

enhancement