ocfl-java
ocfl-java copied to clipboard
A Java OCFL implementation
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...
How should the logs directory be used? Currently, nothing is written to the logs directory. How do people want to use it?
`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?
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...
Currently, optimistic locking only works using version ids. Should it work with mutable HEAD revisions as well?
Per spec changes: https://github.com/OCFL/spec/pull/432/files