John Scancella
John Scancella
add split bag by size like the java version of the library supports as requested by https://github.com/LibraryOfCongress/bagit-java/issues/47
to fix issue where github is reporting a vulnerability
Most (if not all) your guides focus on the processes or best practices assuming you have a good development environment. having a good development environment is sometimes taken for granted...
Enjoy!
Bagit should use the Java standard way for internationalize all messages. This way Bagit can be used by others that don't understand english.
Currently we throw an exception at the first problem we discover when verifying a bag: https://github.com/LibraryOfCongress/bagit-java/blob/0e4f80b969279c1a6e4f5037f3b9236bb6a253e3/src/main/java/gov/loc/repository/bagit/verify/BagVerifier.java#L151-L173 Instead we should return a list of errors in the case that there is...
only merge if https://github.com/loc-rdc/bagitspec/pull/2 is accepted
would close JENKINS-5393, JENKINS-9438, and JENKINS-6268 allow for ignoring that tests are old and not failing the build I am unable to test since the master repo also fails to...
When running `gradle tasks --all` it would be nice to see `calculateChecksums` under the "Verification Tasks" group and with a description. Right now it is listed under "Other tasks" with...
When applying the witness plugin I get this warning output: > Configure project : The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please...