Skip to content

Commit ca16300

Browse files
committed
added section for major differences between 5 and 4
1 parent 79cc727 commit ca16300

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,13 @@ supported version being 0.93.
2121
Inside the bagit-java root directory, run `gradle distZip`. This will create a .zip file under build/distributions,
2222
bagit-\<VERSION\>.zip. To create an office release you should specify the version by running `gradle distZip -Pversion=<VERSION>`
2323

24-
## Commandline
24+
## Major differences between version 5 and 4.*
25+
##### Commandline
2526
We no longer support a command line interface for the java version of bagit. If you would like a command line interface for bagging, verifying, and other actions please check out our [bagit-python implementation](https://github.com/LibraryOfCongress/bagit-python) or the [ruby based implementation](https://github.com/tipr/bagit)
27+
##### Serialization
28+
We no longer support directly serializing a bag. But if that is something you require there are plenty of great libraries that offer this capability
29+
##### Fetching
30+
We no longer support fetching. This is due to the various protocalls that could be involved. Again, if this is something you need, there are much better java libraries out there that you can use to fill this functionality.
2631

2732
### Note if using with Eclipse
2833
Simply run `gradle eclipse` and it will automatically create a eclipse project for you that you can import.

0 commit comments

Comments
 (0)