JWAT-Tools v0.6.0 (2015-06-11)
Changes:
- Changed version to 0.6.0.
- Uses JWAT-1.0.3.
- JWAT-78: PayloadManager in JWAT-Tools seems to have a bug related to the closing of the RandomAccessFile and a non null tmpfile object.
- Added some unit tests of most common classes.
- Tweaked some constant definitions.
- Make buffer sizes configurable in PayloadManager and ByteArrayIOStream.
- Added new ManagedPayloadManager to support this.
- Minor tweaks.
- Changed version to 0.6.0-SNAPSHOT.
- Deployed to maven central from now on.
- Changed manageRecord back from private to public since it was used after all.
- Removed unused profile.
- Merged in tledouxfr/jwat-tools/containermd_task (pull request #1)
- Adding a containermd task to create the containerMD represnetation of an arc or a warc file.
- Use the 1.0.2 version of the jwat core libraries.
- Correct the usage of identified payload by closing the handle in the case where a temporary file has to be created (large files) and delete them at the end.
- Changed JWAT dependencies from 1.0.1-SNAPSHOT to 1.0.1.
- Added "changed" tasks. Minor cleanup.
- Added and improved some help texts.
Â