-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
Prepare HashStore-java for 1.1.0 Release
To Do:
- Add some human-ness to
CONTRIBUTING.md - Update and review
README.md- Finalize citation.xml
- Confirm if we are to issue separate citations for python and java libraries
- Request a DOI via Jing
- Revise date
- Finalize citation.xml
- Update
pom.xmlversion (1.1.0)- Updated to
1.1.0-SNAPSHOT - Update README.md example for using the HashStoreClient
- (This has been completed in advance) The .jar file names will have changed. Additional, there are two jar files built when installling with mvn - one which contains dependencies (shaded) which should be used when executing public API calls via the client. Example:
java -cp /home/mok/hashstore-java/target/hashstore-1.0-SNAPSHOT-shaded.jar org.dataone.hashstore.HashStoreClient -store /home/mok/testing/knbvm_testlargeobj -storeobject -path /var/metacat/data/autogen.2020101211495571744.1 -pid annagian.10000.12
- Update "How do I delete an object if I have the pid?" section which is inaccurate (still references idTypes)
- Public API method list is inaccurate (
deleteInvalidObjectshould bedeleteIfInvalidObject)
- (This has been completed in advance) The .jar file names will have changed. Additional, there are two jar files built when installling with mvn - one which contains dependencies (shaded) which should be used when executing public API calls via the client. Example:
- Updated to
Metadata
Metadata
Assignees
Labels
No labels