Skip to content

v2.0.0

Compare
Choose a tag to compare
@pwinckles pwinckles released this 23 May 11:52
· 53 commits to main since this release

The primary change here is the move from edu.wisc.library.ocfl to io.ocfl. If you were using the previous version, you will need to change the artifact group name and update all of the package names in your source. Only the package names changed. There were no additional breaking changes.

Fixed

  • Delete old revision markers after creating a new mutable HEAD revision: #91
  • Use an AtomicBoolean to track if the repository has been closed: #87

Changed

  • Renamed the package root from edu.wisc.ocfl to io.ocfl
  • Prefer Files.find() to Files.walk(): #92